Searched refs:no_argument (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c126 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 Dexec.c376 OPTION_DESC ( "n", 'n', no_argument,
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_trust_cmd.c46 OPTION_DESC ( "allow", 'a', no_argument,
48 OPTION_DESC ( "permanent", 'p', no_argument,
95 OPTION_DESC ( "keep", 'k', no_argument,
H A Dmenu_cmd.c52 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 Dsanboot_cmd.c51 OPTION_DESC ( "no-describe", 'n', no_argument,
53 OPTION_DESC ( "keep", 'k', no_argument,
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dgetopt.h16 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 DVBoxFB.cpp56 { "help", no_argument, NULL, 'h' },
59 { "listhostmodes", no_argument, NULL, 'l' },
60 { "scale", no_argument, NULL, 'c' }

Completed in 77 milliseconds