| /freebsd-14.2/contrib/xz/src/xz/ |
| H A D | args.c | 186 { "files", optional_argument, NULL, OPT_FILES }, in parse_real() 187 { "files0", optional_argument, NULL, OPT_FILES0 }, in parse_real() 209 { "lzma1", optional_argument, NULL, OPT_LZMA1 }, in parse_real() 210 { "lzma2", optional_argument, NULL, OPT_LZMA2 }, in parse_real() 211 { "x86", optional_argument, NULL, OPT_X86 }, in parse_real() 212 { "powerpc", optional_argument, NULL, OPT_POWERPC }, in parse_real() 213 { "ia64", optional_argument, NULL, OPT_IA64 }, in parse_real() 214 { "arm", optional_argument, NULL, OPT_ARM }, in parse_real() 216 { "arm64", optional_argument, NULL, OPT_ARM64 }, in parse_real() 217 { "sparc", optional_argument, NULL, OPT_SPARC }, in parse_real() [all …]
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | mygetopt.h | 49 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 451 long_options[match].has_arg == optional_argument) {
|
| /freebsd-14.2/contrib/tcpdump/missing/ |
| H A D | getopt_long.h | 42 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 313 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/WIN32-Code/ |
| H A D | getopt.h | 24 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 201 long_options[match].has_arg == optional_argument) {
|
| /freebsd-14.2/contrib/libevent/WIN32-Code/ |
| H A D | getopt.h | 24 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 201 long_options[match].has_arg == optional_argument) {
|
| /freebsd-14.2/contrib/libfido2/openbsd-compat/ |
| H A D | getopt.h | 41 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 231 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-14.2/include/ |
| H A D | getopt.h | 45 #define optional_argument 2 macro
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | getopt.h | 49 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 254 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 26 #define optional_argument 2 macro
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | h_getopt_long.c | 129 longopts[nlongopts].has_arg = optional_argument; in main() 214 case optional_argument: in main()
|
| /freebsd-14.2/contrib/diff/lib/ |
| H A D | getopt.h | 119 # define optional_argument 2 macro
|
| /freebsd-14.2/usr.bin/grep/ |
| H A D | grep.c | 162 {"color", optional_argument, NULL, COLOR_OPT}, 163 {"colour", optional_argument, NULL, COLOR_OPT}, 172 {"context", optional_argument, NULL, 'C'},
|
| /freebsd-14.2/usr.bin/diff/ |
| H A D | diff.c | 73 { "context", optional_argument, 0, 'C' }, 95 { "unified", optional_argument, 0, 'U' }, 111 { "color", optional_argument, NULL, OPT_COLOR },
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | OptionParser.cpp | 72 case optional_argument: in GetShortOptionString()
|
| H A D | GetOptInc.cpp | 172 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-14.2/usr.bin/mktemp/ |
| H A D | mktemp.c | 52 {"tmpdir", optional_argument, NULL, 'p'},
|
| /freebsd-14.2/usr.bin/uniq/ |
| H A D | uniq.c | 73 {"all-repeated",optional_argument, NULL, 'D'},
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | getopt_long.c | 293 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-14.2/usr.bin/sort/ |
| H A D | sort.c | 143 { "check", optional_argument, NULL, 'c' }, 144 { "check=silent|quiet", optional_argument, NULL, 'C' },
|