Home
last modified time | relevance | path

Searched refs:nargc (Results 1 – 2 of 2) sorted by relevance

/system/core/logcat/
Dgetopt_long.cpp241 int getopt_long_r(int nargc, char* const* nargv, const char* options, in getopt_long_r() argument
264 if (context->optind >= nargc) { // end of argument vector in getopt_long_r()
364 } else if (++(context->optind) >= nargc) { // no arg in getopt_long_r()
387 if (++(context->optind) >= nargc) { // no arg in getopt_long_r()
/system/core/logcat/include/log/
Dgetopt.h59 int getopt_long_r(int nargc, char* const* nargv, const char* options,