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

12

/freebsd-current/contrib/file/src/
H A Dfile.c107 file_private const struct option long_options[] = { variable in typeref:struct:option
228 while ((c = getopt_long(argc, argv, OPTSTRING, long_options,
/freebsd-current/bin/df/
H A Ddf.c92 static const struct option long_options[] = variable in typeref:struct:option
119 while ((ch = getopt_long(argc, argv, "+abcgHhiklmnPt:T,", long_options,
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c718 static struct option long_options[] = { local
735 long_options, NULL);
H A Dxsrq_pingpong.c869 static struct option long_options[] = { local
883 c = getopt_long(argc, argv, "p:d:i:s:m:c:n:l:eg:", long_options,
H A Dsrq_pingpong.c658 static struct option long_options[] = { local
674 long_options, NULL);
/freebsd-current/usr.bin/sort/
H A Dsort.c140 static struct option long_options[] = { variable in typeref:struct:option
1008 while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))
/freebsd-current/usr.bin/bc/
H A Dbc.y127 const struct option long_options[] =
1140 long_options, NULL)) != -1) {
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c696 struct option long_options[] = { local
705 while ((c = getopt_long(argc, argv, "csuw", long_options,
1055 struct option long_options[] = { local
1065 while ((c = getopt_long(argc, argv, "fgLno:P", long_options, NULL))
3761 struct option long_options[] = { local
3769 while ((c = getopt_long(argc, argv, ":dw", long_options, NULL)) != -1) {
3914 struct option long_options[] = { local
3921 long_options, NULL)) != -1) {
7272 struct option long_options[] = { local
7278 while ((c = getopt_long(argc, argv, "e", long_options, NUL
7395 struct option long_options[] = { local
7508 struct option long_options[] = { local
7881 struct option long_options[] = { local
9381 struct option long_options[] = { local
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4483 struct option long_options[] = { local
4507 long_options, NULL)) != -1) {
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8963 struct option long_options[] = { local
9010 long_options, NULL)) != -1) {

Completed in 300 milliseconds

12