Searched refs:OPTION_ARG_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
/argp/ |
A D | tst-ldbl-argp.c | 28 { "error", 'e', "format", OPTION_ARG_OPTIONAL, 30 { "failure", 'f', "format", OPTION_ARG_OPTIONAL,
|
A D | argp-test.c | 104 {"session", OPT_SESS,"SID", OPTION_ARG_OPTIONAL, 110 {"foonly", 'f', "ZOT", OPTION_ARG_OPTIONAL, "Glork a foonly"},
|
A D | argp.h | 77 #define OPTION_ARG_OPTIONAL 0x1 macro
|
A D | argp-parse.c | 105 {"HANG", OPT_HANG, N_("SECS"), OPTION_ARG_OPTIONAL | OPTION_HIDDEN, 342 if (real->flags & OPTION_ARG_OPTIONAL) in convert_options() 355 ? (real->flags & OPTION_ARG_OPTIONAL in convert_options()
|
A D | argp-help.c | 1069 if (real->flags & OPTION_ARG_OPTIONAL) in arg() 1400 if (flags & OPTION_ARG_OPTIONAL) in usage_argful_short_opt() 1433 if (flags & OPTION_ARG_OPTIONAL) in usage_long_opt()
|
Completed in 17 milliseconds