/openbsd-src/usr.bin/xargs/ |
H A D | xargs.1 | 42 .Nd construct argument list(s) and execute utility 60 .Op Ar utility Op Ar argument ... 65 utility reads space, tab, newline, and end-of-file delimited strings 67 .Ar utility 72 .Ar utility 76 .Ar utility 111 .Ar utility 119 .Ar utility 126 .Ar utility , 129 .Ar utility [all …]
|
/openbsd-src/usr.bin/env/ |
H A D | env.1 | 47 .Ar utility 53 .Ar utility 77 .Ar utility 93 utility exits with one of the following values: 98 .Ar utility 104 .Ar utility 106 .Ar utility 109 .Ar utility 113 .Ar utility 117 .Ar utility [all...] |
/openbsd-src/usr.bin/nice/ |
H A D | nice.1 | 38 .Nd execute a utility with an altered scheduling priority 42 .Ar utility 47 .Ar utility 64 .Ar utility . 69 utility exits with one of the following values: 76 .Ar utility 80 .Ar utility 87 .Ar utility . 95 utility is compliant with the 110 utility appeared in
|
/openbsd-src/usr.bin/time/ |
H A D | time.1 | 42 .Ar utility 47 .Ar utility . 49 .Ar utility 55 .Ar utility 76 utility exits with one of the following values: 82 utility. 85 .Ar utility 89 .Ar utility 96 .Ar utility . 104 utility is compliant with the
|
/openbsd-src/usr.bin/nohup/ |
H A D | nohup.1 | 44 .Ar utility 49 command allows the specified utility to be protected from termination 60 .Ar utility 81 .Ar utility , 91 utility exits with one of the following values: 96 .Ar utility 100 .Ar utility 108 .Ar utility . 115 utility is compliant with the
|
/openbsd-src/usr.bin/vi/ex/ |
H A D | ex_filter.c | 33 * Run a range of lines through a filter utility and optionally 35 * the utility. 63 * They are the utility, the parent-writer and the parent-reader. in ex_filter() 65 * the utility, the parent reader is the process that reads from in ex_filter() 66 * the utility. in ex_filter() 68 * Input and output are named from the utility's point of view. in ex_filter() 69 * The utility reads from input[0] and the parent(s) write to in ex_filter() 70 * input[1]. The parent(s) read from output[0] and the utility in ex_filter() 74 * Historically, in the FILTER_READ case, the utility reads from in ex_filter() 75 * the terminal (e.g. :r! cat works). Otherwise open up utility in ex_filter() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.cpp | 13 #include "lldb/Utility/DataExtractor.h" 14 #include "lldb/Utility/LLDBLog.h" 15 #include "lldb/Utility/Log.h" 17 #include "Plugins/Process/Utility/RegisterContextFreeBSD_i386.h" 18 #include "Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h" 19 #include "Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h" 20 #include "Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h" 21 #include "Plugins/Process/Utility/RegisterContextLinux_i386.h" 22 #include "Plugins/Process/Utility/RegisterContextLinux_s390x.h" 23 #include "Plugins/Process/Utility/RegisterContextLinux_x86_64.h" [all …]
|
/openbsd-src/usr.bin/find/ |
H A D | find.1 | 214 .It Ic -exec Ar utility Oo Ar argument ... Oc \&; 215 .It Ic -exec Ar utility Oo Ar argument ... Oc {} + 217 .Ar utility . 218 Optional arguments may be passed to the utility. 225 .Ar utility 228 .Ar utility 232 appears anywhere in the utility name or the 238 .Ar utility 252 .Ar utility 256 .It Ic -execdir Ar utility Oo Ar argument ... Oc \&; [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LEB128.h | 1 //===- llvm/Support/LEB128.h - [SU]LEB128 utility functions -----*- C++ -*-===// 9 // This file declares some utility functions for encoding SLEB128 and 21 /// Utility function to encode a SLEB128 value to an output stream. Returns 50 /// Utility function to encode a SLEB128 value to a buffer. Returns 78 /// Utility function to encode a ULEB128 value to an output stream. Returns 102 /// Utility function to encode a ULEB128 value to a buffer. Returns 127 /// Utility function to decode a ULEB128 value. 160 /// Utility function to decode a SLEB128 value. 200 /// Utility function to get the size of the ULEB128-encoded value. 203 /// Utility function to get the size of the SLEB128-encoded value.
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
H A D | ObjectFileJIT.cpp | 25 #include "lldb/Utility/ArchSpec.h" 26 #include "lldb/Utility/DataBuffer.h" 27 #include "lldb/Utility/DataBufferHeap.h" 28 #include "lldb/Utility/FileSpec.h" 29 #include "lldb/Utility/Log.h" 30 #include "lldb/Utility/RangeMap.h" 31 #include "lldb/Utility/StreamString.h" 32 #include "lldb/Utility/Timer.h" 33 #include "lldb/Utility/UUID.h" 36 #include "Utility/UuidCompatibility.h"
|
/openbsd-src/usr.sbin/user/ |
H A D | groupinfo.8 | 44 utility displays the name, group ID (GID), 63 utility exits 0 if 74 utility first appeared in 79 utility was written by 91 utility fails to list that user as a member of the
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextPOSIX_loongarch64.cpp | 12 #include "lldb/Utility/DataBufferHeap.h" 13 #include "lldb/Utility/DataExtractor.h" 14 #include "lldb/Utility/Endian.h" 15 #include "lldb/Utility/RegisterValue.h" 16 #include "lldb/Utility/Scalar.h"
|
H A D | RegisterContextPOSIX_riscv64.cpp | 12 #include "lldb/Utility/DataBufferHeap.h" 13 #include "lldb/Utility/DataExtractor.h" 14 #include "lldb/Utility/Endian.h" 15 #include "lldb/Utility/RegisterValue.h" 16 #include "lldb/Utility/Scalar.h"
|
H A D | RegisterContextPOSIX_arm64.cpp | 16 #include "lldb/Utility/DataBufferHeap.h" 17 #include "lldb/Utility/DataExtractor.h" 18 #include "lldb/Utility/Endian.h" 19 #include "lldb/Utility/RegisterValue.h" 20 #include "lldb/Utility/Scalar.h"
|
H A D | RegisterContextPOSIX_arm.cpp | 16 #include "lldb/Utility/DataBufferHeap.h" 17 #include "lldb/Utility/DataExtractor.h" 18 #include "lldb/Utility/Endian.h" 19 #include "lldb/Utility/RegisterValue.h" 20 #include "lldb/Utility/Scalar.h"
|
H A D | HistoryThread.cpp | 11 #include "Plugins/Process/Utility/HistoryThread.h" 13 #include "Plugins/Process/Utility/HistoryUnwind.h" 14 #include "Plugins/Process/Utility/RegisterContextHistory.h" 18 #include "lldb/Utility/LLDBLog.h" 19 #include "lldb/Utility/Log.h"
|
/openbsd-src/bin/expr/ |
H A D | expr.1 | 19 utility evaluates each 24 utility. 97 utility exits with one of the following values: 137 utility is compliant with the 143 utility first appeared in the Programmer's Workbench (PWB/UNIX)
|
/openbsd-src/gnu/llvm/lldb/source/Host/openbsd/ |
H A D | Host.cpp | 22 #include "lldb/Utility/DataBufferHeap.h" 23 #include "lldb/Utility/DataExtractor.h" 24 #include "lldb/Utility/Endian.h" 25 #include "lldb/Utility/Log.h" 26 #include "lldb/Utility/NameMatches.h" 27 #include "lldb/Utility/ProcessInfo.h" 28 #include "lldb/Utility/Status.h" 29 #include "lldb/Utility/StreamString.h"
|
/openbsd-src/usr.bin/id/ |
H A D | whoami.1 | 43 utility has been obsoleted by the 45 utility, and is equivalent to 53 utility displays your effective user ID as a name. 61 utility first appeared in
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | AddressResolverFileLine.cpp | 16 #include "lldb/Utility/ConstString.h" 17 #include "lldb/Utility/LLDBLog.h" 18 #include "lldb/Utility/Log.h" 19 #include "lldb/Utility/Stream.h" 20 #include "lldb/Utility/StreamString.h"
|
/openbsd-src/usr.sbin/ypserv/ypinit/ |
H A D | Makefile.yp.8 | 28 utility generates or updates the YP maps to be served by 70 utility will be used to create the maps in Berkeley DB format, 76 utility. 144 utility. 179 utility. 241 utility.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | str.c | 72 This routine's code is actually written by a utility called FINI, itself 96 This routine's code is actually written by a utility called FINI, itself 118 This routine's code is actually written by a utility called FINI, itself 140 This routine's code is actually written by a utility called FINI, itself 162 This routine's code is actually written by a utility called FINI, itself 184 This routine's code is actually written by a utility called FINI, itself 206 This routine's code is actually written by a utility called FINI, itself
|
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/ |
H A D | HostNetBSD.cpp | 25 #include "lldb/Utility/DataBufferHeap.h" 26 #include "lldb/Utility/DataExtractor.h" 27 #include "lldb/Utility/Endian.h" 28 #include "lldb/Utility/LLDBLog.h" 29 #include "lldb/Utility/Log.h" 30 #include "lldb/Utility/NameMatches.h" 31 #include "lldb/Utility/ProcessInfo.h" 32 #include "lldb/Utility/Status.h" 33 #include "lldb/Utility/StreamString.h"
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | version | 28 __cpp_lib_as_const 201510L <utility> 58 __cpp_lib_constexpr_algorithms 201806L <algorithm> <utility> 73 __cpp_lib_constexpr_utility 201811L <utility> 82 __cpp_lib_exchange_function 201304L <utility> 88 __cpp_lib_forward_like 202207L <utility> 97 __cpp_lib_integer_comparison_functions 202002L <utility> 98 __cpp_lib_integer_sequence 201304L <utility> 153 __cpp_lib_ranges_zip 202110L <ranges> <tuple> <utility> 186 __cpp_lib_to_underlying 202102L <utility> 191 __cpp_lib_tuples_by_type 201304L <tuple> <utility> [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 25 #include "lldb/Utility/DataBufferHeap.h" 26 #include "lldb/Utility/DataExtractor.h" 27 #include "lldb/Utility/Endian.h" 28 #include "lldb/Utility/Log.h" 29 #include "lldb/Utility/NameMatches.h" 30 #include "lldb/Utility/ProcessInfo.h" 31 #include "lldb/Utility/Status.h" 32 #include "lldb/Utility/StreamString.h"
|