Searched refs:nargc (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt_long.c | 81 getopt_internal(nargc, nargv, ostr)
in getopt_internal() 82 int nargc;
in getopt_internal() 94 if (optind >= nargc || *(place = nargv[optind]) != '-') {
126 else if (nargc <= ++optind) { /* no arg */
147 getopt2(nargc, nargv, ostr)
148 int nargc;
154 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
167 getopt_long(nargc, nargv, options, long_options, index)
in getopt_long() 168 int nargc;
in getopt_long() 181 if ((retval = getopt_internal(nargc, narg [all...] |
H A D | getopt.c | 87 getopt(nargc, nargv, ostr)
in getopt() 88 int nargc;
in getopt() 102 if (optind >= nargc || *(place = nargv[optind]) != '-') {
136 else if (nargc <= ++optind) { /* no arg */
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt_long.c | 277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() argument 313 if (optind >= nargc) { /* end of argument vector */ in getopt_internal() 429 else if (++optind >= nargc) { /* no arg */ in getopt_internal() 450 if (++optind >= nargc) { /* no arg */ in getopt_internal() 473 getopt(int nargc, char * const *nargv, const char *options) in getopt() argument 484 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); in getopt() 492 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long() argument 496 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() argument 509 return (getopt_internal(nargc, narg in getopt_long_only() [all...] |
/third_party/node/deps/cares/src/tools/ |
H A D | ares_getopt.c | 52 void ares_getopt_init(ares_getopt_state_t *state, int nargc, const char **nargv) in ares_getopt_init() argument 58 state->argc = nargc; in ares_getopt_init()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 4384 int nargc = 1; in init_globals() local 4386 insert_argv_map(&m, nargc, argv[k]); in init_globals() 4387 nargc++; in init_globals() 4391 STACK[ARGC] = (struct zvalue)ZVINIT(ZF_NUM, nargc, 0); in init_globals()
|
Completed in 9 milliseconds