| /external/bison/lib/ |
| getopt.c | 229 char **argv _GL_UNUSED, const char *optstring, 244 if (optstring[0] == '-') 247 ++optstring; 249 else if (optstring[0] == '+') 252 ++optstring; 289 return optstring; 294 given in OPTSTRING. 311 OPTSTRING is a string containing the legitimate option characters. 312 If an option character is seen that is not listed in OPTSTRING, 316 If a char in OPTSTRING is followed by a colon, that means it wants an arg [all...] |
| /external/e2fsprogs/misc/ |
| uuidgen.c | 20 extern int getopt(int argc, char * const argv[], const char *optstring);
|
| blkid.c | 29 extern int getopt(int argc, char * const argv[], const char *optstring);
|
| uuidd.c | 32 extern int getopt(int argc, char * const argv[], const char *optstring);
|
| tune2fs.c | 1648 char optstring[100] = "c:e:fg:i:jlm:o:r:s:u:C:E:I:J:L:M:O:T:U:z:Q:"; local [all...] |
| /build/make/tools/fs_config/ |
| fs_config_generate.c | 80 static const char optstring[] = "DFP:ho:"; local 82 while ((opt = getopt(argc, argv, optstring)) != -1) { 117 if ((optarg[0] == '-') && strchr(optstring, optarg[1]) && !optarg[2]) {
|
| /external/autotest/client/tests/monotonic_time/src/ |
| time_test.c | 35 const char optstring[] = "c:d:ht:v"; variable 333 while ((c = getopt_long(argc, argv, optstring, options, NULL)) != EOF) {
|
| /external/fio/t/ |
| genzipf.c | 107 const char *optstring = "t:g:i:o:b:p:ch"; local 110 while ((c = getopt(argc, argv, optstring)) != -1) {
|
| /external/minijail/ |
| minijail0.c | 246 const char *optstring = local 257 while ((opt = getopt_long(argc, argv, optstring, long_options,
|
| /external/wpa_supplicant_8/src/utils/ |
| common.c | 371 int getopt(int argc, char *const argv[], const char *optstring) 395 cp = os_strchr(optstring, optopt);
|
| common.h | 359 int getopt(int argc, char *const argv[], const char *optstring);
|
| /external/netperf/src/ |
| netlib.h | 464 int getopt(int argc, char **argv, char *optstring);
|