/coreutils/src/blake2/ |
D | b2sum.c | 273 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/ |
D | coreutils.c | 48 static struct option const long_options[] = variable 191 if ((optc = getopt_long (argc, argv, "", long_options, nullptr)) != -1) in main()
|
D | sync.c | 45 static struct option const long_options[] = variable 185 while ((c = getopt_long (argc, argv, "df", long_options, nullptr)) in main()
|
D | chown.c | 53 static struct option const long_options[] = variable 188 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, nullptr)) in main()
|
D | kill.c | 42 static struct option const long_options[] = variable 220 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
|
D | chgrp.c | 57 static struct option const long_options[] = variable 197 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, nullptr)) in main()
|
D | runcon.c | 57 static struct option const long_options[] = variable 130 int c = getopt_long (argc, argv, "+r:t:u:l:c", long_options, in main()
|
D | tee.c | 59 static struct option const long_options[] = variable 133 while ((optc = getopt_long (argc, argv, "aip", long_options, nullptr)) != -1) in main()
|
D | du.c | 215 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()
|
D | dircolors.c | 81 static struct option const long_options[] = variable 431 while ((optc = getopt_long (argc, argv, "bcp", long_options, nullptr)) != -1) in main()
|
D | chcon.c | 71 static struct option const long_options[] = variable 434 long_options, nullptr)) in main()
|
D | comm.c | 90 static struct option const long_options[] = variable 447 while ((c = getopt_long (argc, argv, "123z", long_options, nullptr)) != -1) in main()
|
D | od.c | 300 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()
|
D | chmod.c | 101 static struct option const long_options[] = variable 440 long_options, nullptr)) in main()
|
D | timeout.c | 95 static struct option const long_options[] = variable 477 while ((c = getopt_long (argc, argv, "+k:s:v", long_options, nullptr)) != -1) in main()
|
D | mv.c | 65 static struct option const long_options[] = variable 339 while ((c = getopt_long (argc, argv, "bfint:uvS:TZ", long_options, nullptr)) in main()
|
D | cat.c | 553 static struct option const long_options[] = in main() local 582 while ((c = getopt_long (argc, argv, "benstuvAET", long_options, nullptr)) in main()
|
D | date.c | 87 static struct option const long_options[] = variable 420 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
|
D | ln.c | 91 static struct option const long_options[] = variable 492 long_options, nullptr)) in main()
|
D | seq.c | 61 static struct option const long_options[] = variable 596 optc = getopt_long (argc, argv, "+f:s:w", long_options, nullptr); in main()
|
D | pr.c | 743 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()
|
D | fmt.c | 301 static struct option const long_options[] = variable 348 long_options, nullptr)) in main()
|
D | sort.c | 550 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()
|
D | install.c | 113 static struct option const long_options[] = variable 810 while ((optc = getopt_long (argc, argv, "bcCsDdg:m:o:pt:TvS:Z", long_options, in main()
|
D | head.c | 87 static struct option const long_options[] = variable 1025 long_options, nullptr)) in main()
|