HomeSort by: relevance | last modified time | path
    Searched defs:longopts (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/rl78/
main.c 65 static const struct option longopts[] = { { 0 } }; local
69 while ((o = getopt_long (argc, argv, "tvdr:D:M:", longopts, NULL))
  /src/external/gpl3/gdb.old/dist/sim/rl78/
main.c 65 static const struct option longopts[] = { { 0 } }; local
69 while ((o = getopt_long (argc, argv, "tvdr:D:M:", longopts, NULL))
  /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/external/gpl3/gdb/dist/sim/m32c/
main.c 139 static const struct option longopts[] = { { 0 } }; local
145 while ((o = getopt_long (argc, argv, "tc:vdm:C", longopts, NULL))
  /src/external/gpl3/gdb.old/dist/sim/m32c/
main.c 139 static const struct option longopts[] = { { 0 } }; local
145 while ((o = getopt_long (argc, argv, "tc:vdm:C", longopts, NULL))
  /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/usr.bin/timeout/
timeout.c 214 const struct option longopts[] = { local
224 getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) != -1) {
  /src/external/gpl3/gdb/dist/sim/ppc/
igen.c 353 static const struct option longopts[] = { { 0 } }; local
395 longopts, NULL))
  /src/external/gpl3/gdb.old/dist/sim/ppc/
igen.c 353 static const struct option longopts[] = { { 0 } }; local
395 longopts, NULL))
  /src/external/bsd/liblzf/dist/
lzf.c 65 struct option longopts[] = { variable in typeref:struct:option
471 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
  /src/external/bsd/top/dist/
top.c 303 static struct option longopts[] = { variable in typeref:struct:option
340 while ((i = getopt_long(ac, av, "1CDSITabcinp:qtuvs:d:U:o:m:", longopts, NULL)) != -1)
  /src/external/gpl2/xcvs/dist/diff/
diff.c 186 static struct option const longopts[] =
278 longopts, 0)) != EOF)
183 static struct option const longopts[] = variable
  /src/external/gpl2/xcvs/dist/src/
diff.c 165 static struct option const longopts[] = variable
255 called diff, they would have the meanings mentioned in "longopts".
326 longopts, &option_index)) != -1)
355 add_diff_args (0, longopts[option_index].name,
356 longopts[option_index].has_arg ? optarg : NULL);
  /src/external/gpl3/gdb/dist/gdbserver/
gdbreplay.cc 511 static struct option longopts[] = local
519 while ((optc = getopt_long (argc, argv, "", longopts, nullptr)) != -1)
  /src/external/gpl3/gdb/dist/sim/cris/
rvdummy.c 70 struct option longopts[] = variable in typeref:struct:option
484 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1)
  /src/external/gpl3/gdb/dist/sim/igen/
igen.c 997 static const struct option longopts[] = { { 0 } }; local
1173 longopts, NULL))
  /src/external/gpl3/gdb.old/dist/sim/cris/
rvdummy.c 70 struct option longopts[] = variable in typeref:struct:option
484 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1)
  /src/external/gpl3/gdb.old/dist/sim/igen/
igen.c 997 static const struct option longopts[] = { { 0 } }; local
1173 longopts, NULL))
  /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/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/usr.bin/sdiff/
sdiff.c 72 static struct option longopts[] = { variable in typeref:struct:option
182 longopts, NULL)) != -1) {
  /src/external/gpl3/binutils/dist/ld/
lexsup.c 660 struct option *longopts; local
678 longopts = (struct option *)
679 xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
718 longopts[il] = ld_options[i].opt;
724 longopts[il].name = NULL;
727 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
793 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
1869 free (longopts);
  /src/external/gpl3/binutils.old/dist/ld/
lexsup.c 669 struct option *longopts; local
687 longopts = (struct option *)
688 xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
727 longopts[il] = ld_options[i].opt;
733 longopts[il].name = NULL;
736 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
802 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
1880 free (longopts);

Completed in 61 milliseconds

1 2