Symbol: getopt_long
include/getopt.h
68
int getopt_long(int, char * const *, const char *,
sbin/mount_fuse/mount_fusefs.c
127
while ((c = getopt_long(argc, argv, "ho:", NULL, NULL)) != -1) {
sbin/tcplay/main.c
277
while ((ch = getopt_long(argc, argv, "a:b:cd:ef:ghij:k:m:pqs:tu:vwx:y:z",
usr.bin/cmp/cmp.c
75
while ((ch = getopt_long(argc, argv, "+hlsxz", long_opts, NULL)) != -1)
usr.bin/diff/diff.c
95
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
usr.bin/fetch/fetch.c
930
while ((c = getopt_long(argc, argv,
usr.bin/gzip/gzip.c
295
while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
usr.bin/iconv/iconv.c
167
while ((ch = getopt_long(argc, argv, "csLlf:t:",
usr.bin/look/look.c
104
while ((ch = getopt_long(argc, argv, "+adft:", longopts, NULL)) != -1)
usr.bin/patch/patch.c
562
while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
usr.bin/sdiff/sdiff.c
244
while ((ch = getopt_long(argc, argv, "aBbdEHI:ilo:stWw:",
usr.bin/sort/sort.c
1071
while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))
usr.bin/timeout/timeout.c
300
while ((ch = getopt_long(argc, argv, optstr, longopts, NULL)) != -1) {
usr.bin/top/top.c
336
while ((i = getopt_long(ac, av, "CDSIMTabcinqtuvs:d:U:o:m:", longopts, NULL)) != -1)
usr.bin/xargs/xargs.c
157
while ((ch = getopt_long(argc, argv, optstr, long_options, NULL)) != -1)
usr.sbin/efibootmgr/efibootmgr.c
201
while ((ch = getopt_long(argc, argv, "AaBb:C:cdDe:EFfhk:L:l:NnOo:pTt:v",
usr.sbin/efidp/efidp.c
89
while ((ch = getopt_long(argc, argv, "efpu",
usr.sbin/efivar/efivar.c
274
while ((ch = getopt_long(argc, argv, "aAbdDf:gHlLNn:OpRt:uw",