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

123

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c357 static struct option long_options[] = { local
365 c = getopt_long(argc, argv, "d:i:lv", long_options, NULL);
H A Drc_pingpong.c535 static struct option long_options[] = { local
549 c = getopt_long(argc, argv, "p:d:i:s:m:r:n:l:eg:", long_options, NULL);
H A Duc_pingpong.c520 static struct option long_options[] = { local
534 c = getopt_long(argc, argv, "p:d:i:s:m:r:n:l:eg:", long_options, NULL);
H A Dud_pingpong.c527 static struct option long_options[] = { local
540 c = getopt_long(argc, argv, "p:d:i:s:r:n:l:eg:", long_options, NULL);
H A Dsrq_pingpong.c605 static struct option long_options[] = { local
620 c = getopt_long(argc, argv, "p:d:i:s:m:q:r:n:l:eg:", long_options, NULL);
/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c417 static struct option long_options[] = local
491 (argc, argv, short_options, long_options, &option_index))
508 (argc, argv, short_options, long_options, &option_index))
/freebsd-9.3-release/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-9.3-release/contrib/gperf/src/
H A Doptions.cc672 static const struct option long_options[] = variable in typeref:struct:option
730 long_options, NULL))
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/usr.bin/grep/
H A Dgrep.c169 struct option long_options[] = variable in typeref:struct:option
411 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
/freebsd-9.3-release/contrib/file/src/
H A Dfile.c91 private const struct option long_options[] = { variable in typeref:struct:option
176 while ((c = getopt_long(argc, argv, OPTSTRING, long_options,
/freebsd-9.3-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp125 static const struct option long_options[] = { local
132 long_options, NULL))
/freebsd-9.3-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp128 static const struct option long_options[] = { local
134 long_options, NULL))
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c478 struct option long_options[] =
612 long_options, &ind)) != EOF)
614 if (c == 0 && long_options[ind].flag == 0)
615 c = long_options[ind].val;
475 struct option long_options[] = variable in typeref:struct:option
/freebsd-9.3-release/contrib/binutils/binutils/
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-9.3-release/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-9.3-release/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-9.3-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1543 static const struct option long_options[] = { local
1549 long_options, NULL))
/freebsd-9.3-release/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-9.3-release/usr.bin/bc/
H A Dbc.y132 const struct option long_options[] =
1136 long_options, NULL)) != -1) {
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1526 static const struct option long_options[] = { local
1531 while ((opt = getopt_long(argc, argv, "vCT:", long_options, NULL)) != EOF)

Completed in 502 milliseconds

123