Home
last modified time | relevance | path

Searched refs:shortopts (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dexpand.c48 static char const shortopts[] = "it:0::1::2::3::4::5::6::7::8::9::"; variable
192 while ((c = getopt_long (argc, argv, shortopts, longopts, nullptr)) != -1) in main()
Dfold.c45 static char const shortopts[] = "bsw:0::1::2::3::4::5::6::7::8::9::"; variable
255 while ((optc = getopt_long (argc, argv, shortopts, longopts, nullptr)) != -1) in main()
Denv.c76 static char const shortopts[] = "+C:iS:u:v0" C_ISSPACE_CHARS; variable
767 while ((optc = getopt_long (argc, argv, shortopts, longopts, nullptr)) != -1) in main()