Home
last modified time | relevance | path

Searched defs:optstring (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/musl/src/misc/
H A Dgetopt_long.c26 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *l… in __getopt_long()
55 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct opti… in __getopt_long_core()
142 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long()
147 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longo… in getopt_long_only()
156 int getopt(int argc, char * const argv[], const char *optstring) in getopt()
H A Dgetopt.c28 int __posix_getopt(int argc, char * const argv[], const char *optstring) in __posix_getopt()
/aosp_15_r20/external/flashrom/
H A Dcli_getopt.c44 int getopt(int argc, char * const argv[], const char *optstring) in getopt()
122 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, in __getopt_long_core()
221 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *l… in __getopt_long()
253 int getopt_long(int argc, char *const *argv, const char *optstring, in getopt_long()
259 int getopt_long_only(int argc, char *const *argv, const char *optstring, in getopt_long_only()
H A Dcli_classic.c662 static void parse_options(int argc, char **argv, const char *optstring, in parse_options()
916 static const char optstring[] = "r::Rw::v::nNVEfc:l:i:p:Lzho:x"; in main() local
/aosp_15_r20/external/trusty/musl/src/misc/
Dgetopt_long.c24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *l… in __getopt_long()
53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct opti… in __getopt_long_core()
140 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long()
145 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longo… in getopt_long_only()
Dgetopt.c27 int getopt(int argc, char * const argv[], const char *optstring) in getopt()
/aosp_15_r20/external/tinyalsa_new/utils/
H A Doptparse.h181 optparse_argtype(const char *optstring, char c) in optparse_argtype()
196 optparse(struct optparse *options, const char *optstring) in optparse()
284 optparse_from_long(const struct optparse_long *longopts, char *optstring) in optparse_from_long()
329 char optstring[96 * 3 + 1]; /* 96 ASCII printable characters */ in optparse_long_fallback() local
/aosp_15_r20/external/flac/src/share/getopt/
H A Dgetopt.c399 share___getopt_initialize (int argc, char *const *argv, const char *optstring ) in share___getopt_initialize()
523 const char *optstring, in share___getopt_internal()
975 share__getopt (int argc, char *const *argv, const char *optstring) in share__getopt()
/aosp_15_r20/external/libusb/msvc/getopt/
H A Dgetopt.c389 _getopt_initialize (argc, argv, optstring) in _getopt_initialize() argument
511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
977 getopt (argc, argv, optstring) in getopt() argument
/aosp_15_r20/external/edid-decode/vs/
H A Dgetopt.c100 int getopt_missing_arg( const CHAR *optstring ) in getopt_missing_arg()
258 struct option *opt, int index, int *retindex, const CHAR *optstring ) in getopt_resolved()
315 int getopt_verify( const CHAR *nextchar, const CHAR *optstring ) in getopt_verify()
/aosp_15_r20/external/pciutils/compat/
H A Dgetopt.c347 int _getopt_internal(int argc, char *const *argv, const char *optstring, in _getopt_internal()
635 int getopt(int argc, char *const *argv, const char *optstring) in getopt()
/aosp_15_r20/external/llvm-libc/src/unistd/
H A Dgetopt.cpp62 cpp::string_view optstring; member
93 int getopt_r(int argc, char *const argv[], const char *optstring, in getopt_r()
/aosp_15_r20/external/python/cpython2/Python/
Dgetopt.c50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Drmodtool.c12 static const char *optstring = "i:o:vh?"; variable
/aosp_15_r20/external/libsrtp2/test/
H A Dgetopt_s.c75 int getopt_s(int argc, char *const argv[], const char *optstring) in getopt_s()
/aosp_15_r20/external/minijail/
H A Dparse_seccomp_policy.cc50 static const char optstring[] = "d:h"; in main() local
/aosp_15_r20/external/bcc/libbpf-tools/android/
H A Dargp.cpp31 std::string optstring; in argp_parse() local
/aosp_15_r20/external/python/cpython2/Lib/
Dgetopt.py187 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/external/marisa-trie/tools/
H A Dcmdopt.h35 const char *optstring; member
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument

12