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

1 2

  /src/include/
getopt.h 52 int has_arg; member in struct:option
  /src/external/bsd/file/dist/src/
mygetopt.h 60 int has_arg; member in struct:option
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.h 18 int has_arg; member in struct:option
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt.h 50 int has_arg; member in struct:option
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.h 19 int has_arg; member in struct:option
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.h 51 int has_arg; member in struct:option
  /src/external/gpl2/diffutils/dist/lib/
getopt.h 79 The field `has_arg' is:
102 /* has_arg can't be an enum because some compilers complain about
104 int has_arg; member in struct:option
109 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/gmake/dist/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/grep/dist/lib/
getopt.h 69 The field `has_arg' is:
92 /* has_arg can't be an enum because some compilers complain about
94 int has_arg; member in struct:option
99 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/mkhybrid/dist/
getopt.h 61 The field `has_arg' is:
84 /* has_arg can't be an enum because some compilers complain about
86 int has_arg; member in struct:option
91 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/binutils/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/binutils.old/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/gcc/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/gcc.old/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/gdb/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/gdb.old/dist/include/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/texinfo/dist/lib/
getopt_.h 91 The field `has_arg' is:
110 /* has_arg can't be an enum because some compilers complain about
112 int has_arg; member in struct:option
117 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/sys/external/bsd/sljit/dist/regex_src/
regexMain.c 319 int has_arg = (argc >= 2 && argv[1][0] == '-' && argv[1][2] == '\0'); local
328 run_tests(tests, has_arg && argv[1][1] == 'v', has_arg && argv[1][1] == 's');
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt_.h 153 The field `has_arg' is:
172 /* has_arg can't be an enum because some compilers complain about
174 int has_arg; member in struct:option
179 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt_.h 153 The field `has_arg' is:
172 /* has_arg can't be an enum because some compilers complain about
174 int has_arg; member in struct:option
179 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/groff/dist/src/include/
getopt.h 149 The field `has_arg' is:
168 /* has_arg can't be an enum because some compilers complain about
170 int has_arg; member in struct:option
175 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl2/xcvs/dist/lib/
getopt_.h 147 The field `has_arg' is:
166 /* has_arg can't be an enum because some compilers complain about
168 int has_arg; member in struct:option
173 /* Names for the values of the `has_arg' field of `struct option'. */
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt3.c 93 /* has_arg is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
96 int has_arg; member in struct:one_atexit_routine
354 switch (cur->r.has_arg) {
395 if (routine->has_arg)
460 if (r->has_arg)
508 r.has_arg = 1;
524 r.has_arg = 0;
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt3.c 93 /* has_arg is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
96 int has_arg; member in struct:one_atexit_routine
354 switch (cur->r.has_arg) {
395 if (routine->has_arg)
460 if (r->has_arg)
508 r.has_arg = 1;
524 r.has_arg = 0;
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 5333 sljit_s32 has_arg = (argc >= 2 && argv[1][0] == '-' && argv[1][2] == '\0'); local
5334 verbose = has_arg && argv[1][1] == 'v';
5335 silent = has_arg && argv[1][1] == 's';

Completed in 52 milliseconds

1 2