Searched refs:long_options (Results 26 - 50 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c139 static struct option long_options[] =
198 long_options, (int *) 0)) != EOF)
138 static struct option long_options[] = variable in typeref:struct:option
H A Dsysdump.c656 static struct option long_options[] = local
677 while ((opt = getopt_long (ac, av, "HhVv", long_options, (int *) NULL)) != EOF)
H A Ddllwrap.c552 static const struct option long_options[] = variable in typeref:struct:option
653 long_options, (int *) 0)) != EOF)
H A Dnm.c178 static struct option long_options[] = variable in typeref:struct:option
1526 long_options, (int *) 0)) != EOF)
H A Dwindmc.c140 static const struct option long_options[] = variable in typeref:struct:option
994 while ((c = getopt_long (argc, argv, "C:F:O:h:e:m:r:x:aAbcdHunoUvV", long_options,
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c95 static struct option const long_options[] =
210 while ((c = getopt_long (argc, argv, "bci:ln:sv", long_options, 0))
94 static struct option const long_options[] = variable
/freebsd-11-stable/contrib/gperf/src/
H A Doptions.cc674 static const struct option long_options[] = variable in typeref:struct:option
732 long_options, NULL))
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp611 static struct option long_options[] = { variable in typeref:struct:option
650 long_options, &option_index);
/freebsd-11-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp610 static const struct option long_options[] = { local
615 while ((c = getopt_long(argc, argv, "c:d:F:I:lp:vw:", long_options, NULL))
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp528 static const struct option long_options[] = { local
533 while ((opt = getopt_long(argc, argv, "T:CDSUtcvnxzpf", long_options, NULL))
/freebsd-11-stable/usr.bin/du/
H A Ddu.c88 static const struct option long_options[] = variable in typeref:struct:option
123 long_options, NULL)) != -1)
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp125 static const struct option long_options[] = { local
132 long_options, NULL))
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp128 static const struct option long_options[] = { local
134 long_options, NULL))
/freebsd-11-stable/bin/df/
H A Ddf.c111 static const struct option long_options[] = variable in typeref:struct:option
152 while ((ch = getopt_long(argc, argv, "+abcgHhiklmnPt:T,", long_options,
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c580 static struct option long_options[] = { local
594 long_options, NULL);
H A Duc_pingpong.c558 static struct option long_options[] = { local
573 long_options, NULL);
H A Ddevinfo.c605 static struct option long_options[] = { local
613 c = getopt_long(argc, argv, "d:i:lv", long_options, NULL);
H A Dxsrq_pingpong.c865 static struct option long_options[] = { local
879 c = getopt_long(argc, argv, "p:d:i:s:m:c:n:l:eg:", long_options,
H A Dsrq_pingpong.c654 static struct option long_options[] = { local
670 long_options, NULL);
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c182 static const struct option long_options[] = variable in typeref:struct:option
430 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
/freebsd-11-stable/contrib/file/src/
H A Dfile.c98 private const struct option long_options[] = { variable in typeref:struct:option
214 while ((c = getopt_long(argc, argv, OPTSTRING, long_options,
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp693 static const struct option long_options[] = { local
698 while ((opt = getopt_long(argc, argv, "svg:k:", long_options, NULL)) != EOF)
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp915 static const struct option long_options[] = { local
920 while ((c = getopt_long(argc, argv, "dF:I:lp:vw:", long_options, NULL))
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp821 static const struct option long_options[] = { local
826 while ((c = getopt_long(argc, argv, "bBcdfF:hiI:oruUv", long_options, NULL))
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1543 static const struct option long_options[] = { local
1549 long_options, NULL))

Completed in 392 milliseconds

123