HomeSort by relevance Sort by last modified time
    Searched refs:shortopt (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/core/
getopt.c 161 * @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
259 while ( ( shortopt = *(optstring++) ) ) {
265 if ( match_short_option ( argc, argv, opttext, shortopt,
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 90 char shortopt; member in struct:ld_option
578 if (ld_options[i].shortopt != '\0')
580 shortopts[is] = ld_options[i].shortopt;
    [all...]

Completed in 80 milliseconds