HomeSort by: relevance | last modified time | path
    Searched refs:longopts (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/lib/libc/stdlib/
h_getopt_long.c 56 struct option *longopts = NULL; local
67 } else if (strncmp(line, "longopts:", 9) == 0) {
68 if (longopts) {
71 if (longopts[i].name != NULL)
72 free(__UNCONST(longopts[i].name));
73 free(longopts);
80 errx(1, "missing longopts at line %ld",
84 warnx("garbage in longopts at line %ld",
87 longopts =
90 if (longopts == NULL
    [all...]
  /src/bin/pax/
getoldopt.c 37 struct option *longopts, int *idx)
64 if (longopts != NULL) {
66 longopts, idx);
  /src/usr.bin/gettext/
gettext.c 42 static struct option longopts[] = { variable in typeref:struct:option
151 while ((ch = getopt_long(argc, argv, "d:eEhnsV", longopts, NULL)) != -1)
  /src/usr.bin/tip/
cu.c 62 static struct option longopts[] = { local
86 "E:F:P:a:p:c:l:ns:hefot0123456789", longopts, NULL)) != -1) {
  /src/usr.bin/timeout/
timeout.c 214 const struct option longopts[] = { local
224 getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) != -1) {
  /src/usr.bin/diff/
diff.c 65 static struct option longopts[] = { variable in typeref:struct:option
132 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/m4/
main.c 196 struct option longopts[] = { variable in typeref:struct:option
250 longopts, NULL)) != -1)
  /src/sbin/efi/
main.c 266 static struct option longopts[] = { local
318 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/patch/
patch.c 469 static struct option longopts[] = { local
509 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
  /src/usr.bin/sdiff/
sdiff.c 72 static struct option longopts[] = { variable in typeref:struct:option
182 longopts, NULL)) != -1) {
  /src/usr.bin/diff3/
diff3.c 175 static struct option longopts[] = { variable in typeref:struct:option
847 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/gzip/
gzip.c 292 static const struct option longopts[] = { variable in typeref:struct:option
350 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {

Completed in 35 milliseconds