Searched defs:shortopt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dparseopt.h23 char shortopt; member in struct:option_descriptor
66 .shortopt = _shortopt, \
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c161 * @v shortopt Option character from option specification
166 const char *opttext, int shortopt,
172 if ( *opttext != shortopt )
199 printf ( "Option \"%c\" requires an argument\n", shortopt );
206 *option = shortopt;
228 int shortopt; local
264 while ( ( shortopt = *(optstring++) ) ) {
270 if ( match_short_option ( argc, argv, opttext, shortopt,
165 match_short_option( int argc, char * const argv[], const char *opttext, int shortopt, enum getopt_argument_requirement has_arg, int *option ) argument

Completed in 102 milliseconds