Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/getopt/
H A 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()
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dgetopt_long.c269 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal()
463 getopt(int nargc, char * const *nargv, const char *options) in getopt()
483 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
496 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
/aosp_15_r20/external/libdav1d/tools/compat/
H A Dgetopt.c329 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal()
529 getopt(int nargc, char * const *nargv, const char *options) in getopt()
549 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
562 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only()
/aosp_15_r20/hardware/google/aemu/windows/src/
Dgetopt.c301 static int getopt_internal(int nargc, in getopt_internal()
489 int getopt(int nargc, char* const* nargv, const char* options) { in getopt()
505 int getopt_long(int nargc, in getopt_long()
518 int getopt_long_only(int nargc, in getopt_long_only()
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c357 getopt_internal(int nargc, char * const *nargv, const char *options,
575 getopt(int nargc, char * const *nargv, const char *options)
595 getopt_long(int nargc, char * const *nargv, const char *options,
608 getopt_long_only(int nargc, char * const *nargv, const char *options,
/aosp_15_r20/external/tcpdump/missing/
H A Dgetopt_long.c376 getopt_internal(int nargc, char * const *nargv, const char *options,
597 getopt(int nargc, char * const *nargv, const char *options)
617 getopt_long(int nargc, char * const *nargv, const char *options,
630 getopt_long_only(int nargc, char * const *nargv, const char *options,
/aosp_15_r20/external/libevent/WIN32-Code/
H A Dgetopt_long.c74 getopt_internal(nargc, nargv, ostr) in getopt_internal() argument
160 getopt_long(nargc, nargv, options, long_options, index) in getopt_long() argument
H A Dgetopt.c83 getopt(nargc, nargv, ostr) in getopt() argument
/aosp_15_r20/external/libwebsockets/win32port/win32helpers/
H A Dgetopt_long.c81 getopt_internal(nargc, nargv, ostr) in getopt_internal() argument
167 getopt_long(nargc, nargv, options, long_options, index) in getopt_long() argument
H A Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt() argument
/aosp_15_r20/external/sg3_utils/getopt_long/
H A Dgetopt_long.c170 getopt_internal(int nargc, char * const *nargv, const char *options) in getopt_internal()
306 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long()
/aosp_15_r20/external/capstone/cstool/
H A Dgetopt.h20 getopt (int nargc, char * const nargv[], const char *ostr) in getopt()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/tools/
Dares_getopt.c66 ares_getopt(int nargc, char * const nargv[], const char *ostr) in ares_getopt()
/aosp_15_r20/external/libpcap/missing/
H A Dgetopt.c59 getopt(int nargc, char * const *nargv, const char *ostr) in getopt()
/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c4422 int nargc = 1; in init_globals() local