Home
last modified time | relevance | path

Searched defs:nargc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/getopt/
Dgetopt_long.c277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal()
473 getopt(int nargc, char * const *nargv, const char *options) in getopt()
492 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
/external/chromium_org/third_party/mesa/src/src/getopt/
Dgetopt_long.c277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal()
473 getopt(int nargc, char * const *nargv, const char *options) in getopt()
492 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
/external/tcpdump/win32/Src/
Dgetopt.c57 getopt(nargc, nargv, ostr) in getopt() argument
/external/libpcap/Win32/Src/
Dgetopt.c57 getopt(nargc, nargv, ostr) in getopt() argument
/external/libedit/examples/
Dwtc1.c246 int nargc; in main() local