Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdlib/
H A Dgetopt_long.c359 getopt_internal(int nargc, char * const *nargv, const char *options,
581 getopt(int nargc, char * const *nargv, const char *options)
601 getopt_long(int nargc, char * const *nargv, const char *options,
614 getopt_long_only(int nargc, char * const *nargv, const char *options,
H A Dgetopt.c60 getopt(int nargc, char * const nargv[], const char *ostr) in getopt()
/dflybsd-src/stand/lib/
H A Dgetopt.c51 getopt(int nargc, char * const *nargv, const char *ostr) in getopt()
/dflybsd-src/contrib/smbfs/lib/smb/
H A Dcfopt.c54 cf_getopt(nargc, nargv, ostr) in cf_getopt() argument
/dflybsd-src/usr.bin/pr/
H A Degetopt.c66 egetopt(int nargc, char * const *nargv, const char *ostr) in egetopt()
/dflybsd-src/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) in getopt()
/dflybsd-src/lib/libc/gen/
H A Dsetproctitle.c71 int nargc; in setproctitle() local
/dflybsd-src/bin/test/
H A Dtest.c172 static int nargc; variable