Searched refs:short_options (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | kill.c | 36 static char const short_options[] = variable 220 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
|
D | date.c | 85 static char const short_options[] = "d:f:I::r:Rs:u"; variable 420 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
|
D | od.c | 274 static char const short_options[] = "A:aBbcDdeFfHhIij:LlN:OoS:st:vw::Xx"; variable 1622 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main()
|
D | pr.c | 740 static char const short_options[] = variable 887 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main()
|
D | sort.c | 548 static char const short_options[] = "-bcCdfghik:mMno:rRsS:t:T:uVy:z"; variable 2593 char opts[sizeof short_options]; in key_warnings() 4144 char opts[sizeof short_options]; in check_ordering_compatibility() 4405 || ((c = getopt_long (argc, argv, short_options, in main()
|