Home
last modified time | relevance | path

Searched refs:short_options (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Dkill.c36 static char const short_options[] = variable
220 while ((optc = getopt_long (argc, argv, short_options, long_options, nullptr)) in main()
Ddate.c85 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()
Dod.c274 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()
Dpr.c740 static char const short_options[] = variable
887 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main()
Dsort.c548 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()