| /freebsd-13.1/contrib/xz/src/xz/ |
| H A D | args.c | 168 { "files", optional_argument, NULL, OPT_FILES }, in parse_real() 169 { "files0", optional_argument, NULL, OPT_FILES0 }, in parse_real() 190 { "lzma1", optional_argument, NULL, OPT_LZMA1 }, in parse_real() 191 { "lzma2", optional_argument, NULL, OPT_LZMA2 }, in parse_real() 192 { "x86", optional_argument, NULL, OPT_X86 }, in parse_real() 193 { "powerpc", optional_argument, NULL, OPT_POWERPC }, in parse_real() 194 { "ia64", optional_argument, NULL, OPT_IA64 }, in parse_real() 195 { "arm", optional_argument, NULL, OPT_ARM }, in parse_real() 196 { "armthumb", optional_argument, NULL, OPT_ARMTHUMB }, in parse_real() 197 { "sparc", optional_argument, NULL, OPT_SPARC }, in parse_real() [all …]
|
| /freebsd-13.1/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-13.1/contrib/tcpdump/ |
| H A D | getopt_long.h | 42 #define optional_argument 2 macro
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | getopt.h | 41 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 240 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-13.1/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-13.1/include/ |
| H A D | getopt.h | 46 #define optional_argument 2 macro
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 26 #define optional_argument 2 macro
|
| /freebsd-13.1/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-13.1/contrib/diff/lib/ |
| H A D | getopt.h | 119 # define optional_argument 2 macro
|
| /freebsd-13.1/usr.bin/grep/ |
| H A D | grep.c | 165 {"color", optional_argument, NULL, COLOR_OPT}, 166 {"colour", optional_argument, NULL, COLOR_OPT}, 175 {"context", optional_argument, NULL, 'C'},
|
| /freebsd-13.1/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-13.1/usr.bin/diff/ |
| H A D | diff.c | 65 { "context", optional_argument, 0, 'C' }, 86 { "unified", optional_argument, 0, 'U' },
|
| /freebsd-13.1/usr.bin/uniq/ |
| H A D | uniq.c | 79 {"all-repeated",optional_argument, NULL, 'D'},
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | getopt_long.c | 296 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-13.1/contrib/tcpdump/missing/ |
| H A D | getopt_long.c | 293 long_options[match].has_arg == optional_argument) { in parse_long_options()
|
| /freebsd-13.1/usr.bin/sort/ |
| H A D | sort.c | 151 { "check", optional_argument, NULL, 'c' }, 152 { "check=silent|quiet", optional_argument, NULL, 'C' },
|
| /freebsd-13.1/bin/ls/ |
| H A D | ls.c | 108 {"color", optional_argument, NULL, COLOR_OPT},
|
| /freebsd-13.1/contrib/elftoolchain/nm/ |
| H A D | nm.c | 256 { "demangle", optional_argument, NULL, 'C' },
|
| /freebsd-13.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 71 #define OPT_ARG optional_argument
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 194 {"debug-dump", optional_argument, NULL, OPTION_DEBUG_DUMP},
|