Home
last modified time | relevance | path

Searched refs:long_options (Results 1 – 25 of 34) sorted by relevance

12

/coreutils/src/blake2/
Db2sum.c273 static struct option long_options[] = {
279 c = getopt_long( argc, argv, "a:l:", long_options, &option_index );
327 if( 0 == strcmp( "help", long_options[option_index].name ) )
329 else if( 0 == strcmp( "tag", long_options[option_index].name ) )
/coreutils/src/
Dcoreutils.c48 static struct option const long_options[] = variable
191 if ((optc = getopt_long (argc, argv, "", long_options, nullptr)) != -1) in main()
Dsync.c45 static struct option const long_options[] = variable
185 while ((c = getopt_long (argc, argv, "df", long_options, nullptr)) in main()
Dchown.c53 static struct option const long_options[] = variable
188 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, nullptr)) in main()
Dkill.c42 static struct option const long_options[] = variable
220 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
Dchgrp.c57 static struct option const long_options[] = variable
197 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, nullptr)) in main()
Druncon.c57 static struct option const long_options[] = variable
130 int c = getopt_long (argc, argv, "+r:t:u:l:c", long_options, in main()
Dtee.c59 static struct option const long_options[] = variable
133 while ((optc = getopt_long (argc, argv, "aip", long_options, nullptr)) != -1) in main()
Ddu.c215 static struct option const long_options[] = variable
758 long_options, &oi); in main()
844 xstrtol_fatal (e, oi, c, long_options, optarg); in main()
862 xstrtol_fatal (e, oi, c, long_options, optarg); in main()
Ddircolors.c81 static struct option const long_options[] = variable
431 while ((optc = getopt_long (argc, argv, "bcp", long_options, nullptr)) != -1) in main()
Dchcon.c71 static struct option const long_options[] = variable
434 long_options, nullptr)) in main()
Dcomm.c90 static struct option const long_options[] = variable
447 while ((c = getopt_long (argc, argv, "123z", long_options, nullptr)) != -1) in main()
Dod.c300 static struct option const long_options[] = variable
1622 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main()
1665 xstrtol_fatal (s_err, oi, c, long_options, optarg); in main()
1675 xstrtol_fatal (s_err, oi, c, long_options, optarg); in main()
1686 xstrtol_fatal (s_err, oi, c, long_options, optarg); in main()
1770 xstrtol_fatal (s_err, oi, c, long_options, optarg); in main()
Dchmod.c101 static struct option const long_options[] = variable
440 long_options, nullptr)) in main()
Dtimeout.c95 static struct option const long_options[] = variable
477 while ((c = getopt_long (argc, argv, "+k:s:v", long_options, nullptr)) != -1) in main()
Dmv.c65 static struct option const long_options[] = variable
339 while ((c = getopt_long (argc, argv, "bfint:uvS:TZ", long_options, nullptr)) in main()
Dcat.c553 static struct option const long_options[] = in main() local
582 while ((c = getopt_long (argc, argv, "benstuvAET", long_options, nullptr)) in main()
Ddate.c87 static struct option const long_options[] = variable
420 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
Dln.c91 static struct option const long_options[] = variable
492 long_options, nullptr)) in main()
Dseq.c61 static struct option const long_options[] = variable
596 optc = getopt_long (argc, argv, "+f:s:w", long_options, nullptr); in main()
Dpr.c743 static struct option const long_options[] = variable
811 xstrtol_fatal (err, oi, c, long_options, pages); in first_last_page()
821 xstrtol_fatal (err, oi, c, long_options, pages); in first_last_page()
887 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main()
Dfmt.c301 static struct option const long_options[] = variable
348 long_options, nullptr)) in main()
Dsort.c550 static struct option const long_options[] = variable
1355 long_options[oi].name, quote (s)); in specify_nmerge()
1358 long_options[oi].name, quote ("2")); in specify_nmerge()
1373 long_options[oi].name, quote (s)); in specify_nmerge()
1376 long_options[oi].name, in specify_nmerge()
1380 xstrtol_fatal (e, oi, c, long_options, s); in specify_nmerge()
1441 xstrtol_fatal (e, oi, c, long_options, s); in specify_sort_size()
1453 xstrtol_fatal (e, oi, c, long_options, s); in specify_nthreads()
4406 long_options, &oi)) in main()
Dinstall.c113 static struct option const long_options[] = variable
810 while ((optc = getopt_long (argc, argv, "bcCsDdg:m:o:pt:TvS:Z", long_options, in main()
Dhead.c87 static struct option const long_options[] = variable
1025 long_options, nullptr)) in main()

12