Home
last modified time | relevance | path

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

/minix3/lib/libc/stdlib/
H A Dgetopt.c63 getopt(int nargc, char * const nargv[], const char *ostr) in getopt()
H A Dgetopt_long.c168 getopt_internal(int nargc, char **nargv, const char *options) in getopt_internal()
310 getopt(int nargc, char * const *nargv, const char *options) in getopt()
341 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
/minix3/external/bsd/file/dist/src/
H A Dgetopt_long.c183 getopt_internal(nargc, nargv, options) in getopt_internal() argument
328 getopt(nargc, nargv, options) in getopt() argument
362 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() argument
/minix3/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.c354 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,
/minix3/sys/arch/i386/stand/libsa/
H A Dgetopt.c52 getopt(int nargc, char * const *nargv, const char *ostr) in getopt()
/minix3/usr.bin/pr/
H A Degetopt.c73 egetopt(int nargc, char * const *nargv, const char *ostr) in egetopt()
/minix3/external/bsd/libpcap/dist/Win32/Src/
H A Dgetopt.c57 getopt(nargc, nargv, ostr) in getopt() argument
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c60 getopt(int nargc, char * const *nargv, const char *ostr) in getopt()
/minix3/lib/libedit/TEST/
H A Dwtc1.c246 int nargc; in main() local