Searched refs:long_opts (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | rm.c | 61 static struct option const long_opts[] = variable 232 while ((c = getopt_long (argc, argv, "dfirvIR", long_opts, nullptr)) != -1) in main()
|
D | chroot.c | 55 static struct option const long_opts[] = variable 243 while ((c = getopt_long (argc, argv, "+", long_opts, nullptr)) != -1) in main()
|
D | shuf.c | 98 static struct option const long_opts[] = variable 401 while ((optc = getopt_long (argc, argv, "ei:n:o:rz", long_opts, nullptr)) in main()
|
D | shred.c | 147 static struct option const long_opts[] = variable 1182 while ((c = getopt_long (argc, argv, "fn:s:uvxz", long_opts, nullptr)) != -1) in main()
|
D | cp.c | 114 static struct option const long_opts[] = variable 993 long_opts, nullptr)) in main()
|