| /freebsd/contrib/xz/src/xz/ |
| H A D | args.c | 258 { "files", optional_argument, NULL, OPT_FILES }, in parse_real() 259 { "files0", optional_argument, NULL, OPT_FILES0 }, in parse_real() 293 { "lzma1", optional_argument, NULL, OPT_LZMA1 }, in parse_real() 294 { "lzma2", optional_argument, NULL, OPT_LZMA2 }, in parse_real() 295 { "x86", optional_argument, NULL, OPT_X86 }, in parse_real() 296 { "powerpc", optional_argument, NULL, OPT_POWERPC }, in parse_real() 297 { "ia64", optional_argument, NULL, OPT_IA64 }, in parse_real() 298 { "arm", optional_argument, NULL, OPT_ARM }, in parse_real() 299 { "armthumb", optional_argument, NULL, OPT_ARMTHUMB }, in parse_real() 300 { "arm64", optional_argument, NULL, OPT_ARM64 }, in parse_real() [all …]
|
| /freebsd/contrib/file/src/ |
| H A D | mygetopt.h | 42 #define optional_argument 2 macro
|
| H A D | getopt_long.c | 451 long_options[match].has_arg == optional_argument) {
|
| /freebsd/contrib/tcpdump/missing/ |
| H A D | getopt_long.h | 42 #define optional_argument 2 macro
|
| /freebsd/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/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/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/include/ |
| H A D | getopt.h | 45 #define optional_argument 2 macro
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 26 #define optional_argument 2 macro
|
| /freebsd/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/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/usr.bin/diff/ |
| H A D | diff.c | 84 { "context", optional_argument, 0, 'C' }, 106 { "unified", optional_argument, 0, 'U' }, 122 { "color", optional_argument, NULL, OPT_COLOR },
|
| /freebsd/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/usr.bin/mktemp/ |
| H A D | mktemp.c | 52 {"tmpdir", optional_argument, NULL, 'p'},
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | getopt_long.c | 198 long_options[match].has_arg == optional_argument) {
|
| /freebsd/bin/ls/ |
| H A D | ls.c | 104 {"color", optional_argument, NULL, COLOR_OPT}, 105 {"group-directories", optional_argument, NULL, GROUP_OPT},
|
| /freebsd/usr.bin/uniq/ |
| H A D | uniq.c | 61 {"all-repeated",optional_argument, NULL, 'D'},
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | parser.cpp | 92 long_option.has_arg = optional_argument; in options_to_getopt_data()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | getopt_long.c | 288 long_options[match].has_arg == optional_argument) { in parse_long_options()
|