Searched refs:nargc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | getopt.c | 239 getopt_internal(int nargc, char **nargv, const char *options, in getopt_internal() argument 277 if (optind >= nargc) { /* end of argument vector */ in getopt_internal() 395 else if (++optind >= nargc) { /* no arg */ in getopt_internal() 416 if (++optind >= nargc) { /* no arg */ in getopt_internal() 437 getopt(int nargc, char *nargv[], const char *options) in getopt() argument 439 return getopt_internal(nargc, nargv, options, NULL, NULL, in getopt() 448 getopt_long(int nargc, char *nargv[], const char *options, in getopt_long() argument 452 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 461 getopt_long_only(int nargc, char *nargv[], const char *options, in getopt_long_only() argument 465 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long_only()
|
| /f-stack/tools/compat/ |
| H A D | getopt.c | 68 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() argument 76 if (optind >= nargc || *place++ != '-') { in getopt() 131 else if (nargc > ++optind) in getopt()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | getopt.h | 90 int getopt_long_only(int nargc, char *argv[], const char *options,
|