Searched refs:required_argument (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dgetopt.h43 #define required_argument 1 macro
50 * one of no_argument, required_argument, and optional_argument:
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c295 if (long_options[match].has_arg == required_argument ||
300 required_argument) {
307 if ((long_options[match].has_arg == required_argument)

Completed in 2947 milliseconds