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

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c59 * character is stored in @c optopt.
61 int optopt; variable
255 optopt = '?';
275 optopt = *opttext;
276 printf ( "Unrecognised option \"-%c\"\n", optopt );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java50 private int optopt = 0; field in class:Getopt
283 return optopt;
367 * For an unrecognized long-option, optopt will equal 0, but
371 optopt = c = args[optind].charAt(_sp);
381 * Note: When the long option is unrecognized, optopt will
390 optopt = c = optstring.charAt(cp);

Completed in 166 milliseconds