Home
last modified time | relevance | path

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

/coreutils/src/
Drm.c61 static struct option const long_opts[] = variable
232 while ((c = getopt_long (argc, argv, "dfirvIR", long_opts, nullptr)) != -1) in main()
Dchroot.c55 static struct option const long_opts[] = variable
243 while ((c = getopt_long (argc, argv, "+", long_opts, nullptr)) != -1) in main()
Dshuf.c98 static struct option const long_opts[] = variable
401 while ((optc = getopt_long (argc, argv, "ei:n:o:rz", long_opts, nullptr)) in main()
Dshred.c147 static struct option const long_opts[] = variable
1182 while ((c = getopt_long (argc, argv, "fn:s:uvxz", long_opts, nullptr)) != -1) in main()
Dcp.c114 static struct option const long_opts[] = variable
993 long_opts, nullptr)) in main()