| /external/flac/src/share/getopt/ |
| D | CMakeLists.txt | 5 add_library(getopt STATIC getopt.c getopt1.c) target
|
| /external/mesa3d/src/getopt/ |
| D | meson.build | 21 libgetopt = static_library( build
|
| D | getopt_long.c | 473 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
|
| /external/perfetto/include/perfetto/ext/base/ |
| D | getopt.h | 39 constexpr auto getopt = ::perfetto::base::getopt_compat::getopt; variable
|
| /external/ltp/testcases/kernel/io/disktest/ |
| D | Getopt.c | 93 int getopt(int argc, char **argv, char *pszValidOpts) in getopt() function
|
| /external/capstone/cstool/ |
| D | getopt.h | 20 getopt (int nargc, char * const nargv[], const char *ostr) in getopt() function
|
| /external/libpcap/missing/ |
| D | getopt.c | 59 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() function
|
| /external/perfetto/src/base/ |
| D | getopt_compat_unittest.cc | 47 GetoptFn getopt = &getopt_compat::getopt; member 58 GetoptFn getopt = &::getopt; member
|
| D | getopt_compat.cc | 217 int getopt(int argc, char** argv, const char* shortopts) { in getopt() function
|
| /external/libwebsockets/win32port/win32helpers/ |
| D | getopt.c | 87 getopt(nargc, nargv, ostr) in getopt() function
|
| /external/libevent/WIN32-Code/ |
| D | getopt.c | 83 getopt(nargc, nargv, ostr) in getopt() function
|
| /external/python/cpython2/Lib/ |
| D | getopt.py | 51 def getopt(args, shortopts, longopts = []): function
|
| /external/python/cpython3/Lib/ |
| D | getopt.py | 56 def getopt(args, shortopts, longopts = []): function
|
| /external/mesa3d/src/ |
| D | meson.build | 52 subdir('getopt') subdir
|
| /external/arm-trusted-firmware/tools/fiptool/ |
| D | win_posix.c | 115 int getopt(int argc, in getopt() function
|
| /external/python/cpython3/Lib/distutils/ |
| D | fancy_getopt.py | 210 def getopt(self, args=None, object=None): member in FancyGetopt
|
| /external/python/cpython2/Lib/distutils/ |
| D | fancy_getopt.py | 234 def getopt (self, args=None, object=None): member in FancyGetopt
|
| /external/openssh/openbsd-compat/ |
| D | getopt_long.c | 490 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
|
| /external/llvm-project/lldb/source/Host/common/ |
| D | GetOptInc.cpp | 412 int getopt(int nargc, char *const *nargv, const char *options) { in getopt() function
|
| /external/libusb/msvc/getopt/ |
| D | getopt.c | 977 getopt (argc, argv, optstring) in getopt() function
|
| /external/tcpdump/missing/ |
| D | getopt_long.c | 573 getopt(int nargc, char * const *nargv, const char *options) function
|
| /external/openssh/ |
| D | defines.h | 621 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro
|
| /external/wpa_supplicant_8/src/utils/ |
| D | common.c | 382 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 859 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 534 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function
|