HomeSort by: relevance | last modified time | path
    Searched refs:optional_argument (Results 1 - 14 of 14) sorted by relevancy

  /src/include/
getopt.h 43 #define optional_argument 2 macro
49 * one of no_argument, required_argument, and optional_argument:
getopt.h 43 #define optional_argument 2 macro
49 * one of no_argument, required_argument, and optional_argument:
  /src/tools/compat/
compat_getopt.h 14 #undef optional_argument
compat_getopt.h 14 #undef optional_argument
  /src/tests/lib/libc/stdlib/
h_getopt_long.c 121 strncmp(longopt, "optional_argument", 8) == 0)
122 longopts[nlongopts].has_arg = optional_argument;
207 case optional_argument:
h_getopt_long.c 121 strncmp(longopt, "optional_argument", 8) == 0)
122 longopts[nlongopts].has_arg = optional_argument;
207 case optional_argument:
  /src/usr.bin/m4/
main.c 197 { "debug", optional_argument, 0, 'd' },
218 { "debugfile", optional_argument, 0, OPT_DEBUGFILE },
220 { "warn-macro-sequence",optional_argument, 0, OPT_WARN_SEQUENCE },
main.c 197 { "debug", optional_argument, 0, 'd' },
218 { "debugfile", optional_argument, 0, OPT_DEBUGFILE },
220 { "warn-macro-sequence",optional_argument, 0, OPT_WARN_SEQUENCE },
  /src/usr.bin/grep/
grep.c 180 {"color", optional_argument, NULL, COLOR_OPT},
181 {"colour", optional_argument, NULL, COLOR_OPT},
190 {"context", optional_argument, NULL, 'C'},
grep.c 180 {"color", optional_argument, NULL, COLOR_OPT},
181 {"colour", optional_argument, NULL, COLOR_OPT},
190 {"context", optional_argument, NULL, 'C'},
  /src/lib/libc/stdlib/
getopt_long.c 432 long_options[match].has_arg == optional_argument) {
getopt_long.c 432 long_options[match].has_arg == optional_argument) {
  /src/sbin/efi/
main.c 267 #define _OA optional_argument
main.c 267 #define _OA optional_argument

Completed in 27 milliseconds