Searched refs:no_argument (Results 1 - 7 of 7) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/core/ |
| H A D | getopt.c | 126 if ( ( longopt->has_arg != no_argument ) && ( ! argument ) ) 138 if ( ( longopt->has_arg == no_argument ) && argument ) { 179 if ( has_arg != no_argument ) { 194 if ( ( has_arg != no_argument ) && ( ! argument ) ) 265 has_arg = no_argument;
|
| H A D | exec.c | 376 OPTION_DESC ( "n", 'n', no_argument,
|
| /vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
| H A D | image_trust_cmd.c | 46 OPTION_DESC ( "allow", 'a', no_argument, 48 OPTION_DESC ( "permanent", 'p', no_argument, 95 OPTION_DESC ( "keep", 'k', no_argument,
|
| H A D | menu_cmd.c | 52 OPTION_DESC ( "delete", 'd', no_argument, 124 OPTION_DESC ( "default", 'd', no_argument, 126 OPTION_DESC ( "gap", 'g', no_argument, 211 OPTION_DESC ( "keep", 'k', no_argument,
|
| H A D | sanboot_cmd.c | 51 OPTION_DESC ( "no-describe", 'n', no_argument, 53 OPTION_DESC ( "keep", 'k', no_argument,
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ |
| H A D | getopt.h | 16 no_argument = 0, enumerator in enum:getopt_argument_requirement 29 * Must be one of @c no_argument, @c required_argument, or @c
|
| /vbox/src/VBox/Frontends/VBoxFB/ |
| H A D | VBoxFB.cpp | 56 { "help", no_argument, NULL, 'h' }, 59 { "listhostmodes", no_argument, NULL, 'l' }, 60 { "scale", no_argument, NULL, 'c' }
|
Completed in 48 milliseconds