Home
last modified time | relevance | path

Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/core/
Dgetopt.c166 const char *opttext, int shortopt, in match_short_option() argument
172 if ( *opttext != shortopt ) in match_short_option()
199 printf ( "Option \"%c\" requires an argument\n", shortopt ); in match_short_option()
206 *option = shortopt; in match_short_option()
228 int shortopt; in getopt_long() local
259 while ( ( shortopt = *(optstring++) ) ) { in getopt_long()
265 if ( match_short_option ( argc, argv, opttext, shortopt, in getopt_long()