Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
Dgetopt.c10 int optopt = 0; variable
35 optopt = '-'; in getopt()
38 optopt = arg[1]; in getopt()
43 char* oindex = strchr(ostr, optopt); in getopt()
46 (void)fprintf(stderr, "%s: illegal option -- %c\n", argv[0], optopt); in getopt()
54 return optopt; in getopt()
67 return optopt; in getopt()
72 argv[0], optopt); in getopt()
75 return optopt; in getopt()
Dgetopt.h10 extern int optopt;
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dwin_posix.c35 int optopt; /* = 0; */ variable
58 optopt = 0; in getopt_init()
96 optopt = optchar; in getopt_1char()
111 optopt = optchar; in getopt_1char()
174 optopt = result; in getopt_1long()
Dwin_posix.h114 extern int optopt;
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c490 "help\n", ArgV[0], optopt); in SetupInputOutput()
495 optopt); in SetupInputOutput()
/device/linaro/bootloader/edk2/StdLib/Include/
Dunistd.h160 extern int optopt;