Searched refs:has_arg (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/posix/
H A Dgetopt.h16 int has_arg; member in struct:option
21 /* Options for the "has_arg" field */
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h78 The field `has_arg' is:
101 /* has_arg can't be an enum because some compilers complain about
103 int has_arg; member in struct:option
108 /* Names for the values of the `has_arg' field of `struct option'. */
H A Dgetopt.c685 || pfound->has_arg != p->has_arg
727 /* Don't test has_arg with >, because some C compilers don't
729 if (pfound->has_arg)
787 else if (pfound->has_arg == 1)
1056 /* Don't test has_arg with >, because some C compilers don't
1058 if (pfound->has_arg)
1089 else if (pfound->has_arg == 1)

Completed in 78 milliseconds