Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 25 of 37) sorted by relevance

12

/coreutils/src/
Dtty.c48 static struct option const longopts[] = variable
93 while ((optc = getopt_long (argc, argv, "s", longopts, nullptr)) != -1) in main()
Dnproc.c40 static struct option const longopts[] = variable
90 int c = getopt_long (argc, argv, "", longopts, nullptr); in main()
Ddirname.c34 static struct option const longopts[] = variable
94 int c = getopt_long (argc, argv, "z", longopts, nullptr); in main()
Dprintenv.c47 static struct option const longopts[] = variable
99 while ((optc = getopt_long (argc, argv, "+iu:0", longopts, nullptr)) != -1) in main()
Dreadlink.c39 static struct option const longopts[] = variable
109 while ((optc = getopt_long (argc, argv, "efmnqsvz", longopts, nullptr)) != -1) in main()
Dgroups.c39 static struct option const longopts[] = variable
85 while ((optc = getopt_long (argc, argv, "", longopts, nullptr)) != -1) in main()
Dexpand.c50 static struct option const longopts[] = variable
192 while ((c = getopt_long (argc, argv, shortopts, longopts, nullptr)) != -1) in main()
Dbasename.c30 static struct option const longopts[] = variable
139 int c = getopt_long (argc, argv, "+as:z", longopts, nullptr); in main()
Dmkfifo.c36 static struct option const longopts[] = variable
92 while ((optc = getopt_long (argc, argv, "m:Z", longopts, nullptr)) != -1) in main()
Dnice.c56 static struct option const longopts[] = variable
138 c = getopt_long (fake_argc, fake_argv, "+n:", longopts, nullptr); in main()
Dunexpand.c58 static struct option const longopts[] = variable
272 while ((c = getopt_long (argc, argv, ",0123456789at:", longopts, nullptr)) in main()
Drmdir.c55 static struct option const longopts[] = variable
212 while ((optc = getopt_long (argc, argv, "pv", longopts, nullptr)) != -1) in main()
Drealpath.c45 static struct option const longopts[] = variable
189 int c = getopt_long (argc, argv, "eLmPqsz", longopts, nullptr); in main()
Dfold.c47 static struct option const longopts[] = variable
255 while ((optc = getopt_long (argc, argv, shortopts, longopts, nullptr)) != -1) in main()
Dmknod.c37 static struct option const longopts[] = variable
109 while ((optc = getopt_long (argc, argv, "m:Z", longopts, nullptr)) != -1) in main()
Dmkdir.c39 static struct option const longopts[] = variable
212 while ((optc = getopt_long (argc, argv, "pm:vZ", longopts, nullptr)) != -1) in main()
Dmktemp.c46 static struct option const longopts[] = variable
169 while ((c = getopt_long (argc, argv, "dp:qtuV", longopts, nullptr)) != -1) in main()
Dpathchk.c72 static struct option const longopts[] = variable
118 while ((optc = getopt_long (argc, argv, "+pP", longopts, nullptr)) != -1) in main()
Dstdbuf.c47 static struct option const longopts[] = variable
322 while ((c = getopt_long (argc, argv, "+i:o:e:", longopts, nullptr)) != -1) in main()
Dtruncate.c48 static struct option const longopts[] = variable
215 while ((c = getopt_long (argc, argv, "cor:s:", longopts, nullptr)) != -1) in main()
Dpwd.c39 static struct option const longopts[] = variable
343 int c = getopt_long (argc, argv, "LP", longopts, nullptr); in main()
Dpaste.c71 static struct option const longopts[] = variable
467 while ((optc = getopt_long (argc, argv, "d:sz", longopts, nullptr)) != -1) in main()
Dtouch.c82 static struct option const longopts[] = variable
277 while ((c = getopt_long (argc, argv, "acd:fhmr:t:", longopts, nullptr)) != -1) in main()
Did.c73 static struct option const longopts[] = variable
137 while ((optc = getopt_long (argc, argv, "agnruzGZ", longopts, nullptr)) != -1) in main()
Dcut.c109 static struct option const longopts[] = variable
502 while ((optc = getopt_long (argc, argv, "b:c:d:f:nsz", longopts, nullptr)) in main()

12