Searched defs:nargc (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 357 getopt_internal(int nargc, char * const *nargv, const char *options, 573 getopt(int nargc, char * const *nargv, const char *options) 593 getopt_long(int nargc, char * const *nargv, const char *options, 606 getopt_long_only(int nargc, char * const *nargv, const char *options,
|