Symbol: getopt_long
bin/chmod/chmod.c
87
while ((ch = getopt_long(argc, argv, "HLPRXdfghorstuwx",
bin/pax/getoldopt.c
65
return getopt_long(argc, argv, optstring,
bin/pax/options.c
291
while ((c = getopt_long(argc, argv,
include/getopt.h
60
int getopt_long(int, char * const *, const char *,
lib/libc/stdlib/getopt_long.c
70
__weak_alias(getopt_long,_getopt_long)
sbin/chown/chown.c
98
while ((ch = getopt_long(argc, argv, "HLPRdfhv",
sbin/efi/main.c
318
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
tests/lib/libc/stdlib/h_getopt_long.c
178
while ((c = getopt_long(nargs, args, optstring,
usr.bin/diff/diff.c
132
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
usr.bin/diff3/diff3.c
858
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
usr.bin/flock/flock.c
168
while ((c = getopt_long(argc, argv, "+dnosuvw:x", flock_longopts, NULL))
usr.bin/gettext/gettext.c
151
while ((ch = getopt_long(argc, argv, "d:eEhnsV", longopts, NULL)) != -1)
usr.bin/grep/grep.c
402
while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
usr.bin/gzip/gzip.c
366
while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
usr.bin/m4/main.c
231
while ((c = getopt_long(argc, argv, "D:d:EF:GgI:iL:o:PR:Qst:U:v",
usr.bin/mkdep/mkdep.c
244
ch = getopt_long(argc, argv, "aDdf:ioP:pqRs:v", longopt, NULL);
usr.bin/patch/patch.c
509
while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
usr.bin/sdiff/sdiff.c
181
while ((ch = getopt_long(argc, argv, "aBbdEHI:ilo:stWw:",
usr.bin/timeout/timeout.c
224
getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) != -1) {
usr.bin/tip/cu.c
85
while((c = getopt_long(argc, argv,
usr.bin/touch/touch.c
105
while ((ch = getopt_long(argc, argv, "acDd:fhmR:r:t:", touch_longopts,