/src/usr.bin/gettext/ |
gettext.c | 42 static struct option longopts[] = { variable in typeref:struct:option[] 151 while ((ch = getopt_long(argc, argv, "d:eEhnsV", longopts, NULL)) != -1)
|
/src/usr.bin/tip/ |
cu.c | 62 static struct option longopts[] = { local in function:cumain 86 "E:F:P:a:p:c:l:ns:hefot0123456789", longopts, NULL)) != -1) {
|
/src/tests/lib/libc/stdlib/ |
h_getopt_long.c | 56 struct option *longopts = NULL; local in function:main 67 } else if (strncmp(line, "longopts:", 9) == 0) { 68 if (longopts) { 71 if (longopts[i].name != NULL) 72 free(__UNCONST(longopts[i].name)); 73 free(longopts); 80 errx(1, "missing longopts at line %ld", 84 warnx("garbage in longopts at line %ld", 87 longopts = 90 if (longopts == NULL [all...] |
/src/usr.bin/timeout/ |
timeout.c | 214 const struct option longopts[] = { local in function:main 224 getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) != -1) {
|
/src/usr.bin/m4/ |
main.c | 196 struct option longopts[] = { variable in typeref:struct:option[] 250 longopts, NULL)) != -1)
|
/src/usr.bin/sdiff/ |
sdiff.c | 72 static struct option longopts[] = { variable in typeref:struct:option[] 182 longopts, NULL)) != -1) {
|
/src/sbin/efi/ |
main.c | 265 static struct option longopts[] = { local in function:main 317 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
|
/src/usr.bin/patch/ |
patch.c | 469 static struct option longopts[] = { local in function:get_some_switches 509 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
|
/src/usr.bin/gzip/ |
gzip.c | 291 static const struct option longopts[] = { variable in typeref:typename:const struct option[] 355 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
|