Home
last modified time | relevance | path

Searched defs:getopt (Results 1 – 25 of 30) sorted by relevance

12

/external/flac/src/share/getopt/
DCMakeLists.txt5 add_library(getopt STATIC getopt.c getopt1.c) target
/external/mesa3d/src/getopt/
Dmeson.build21 libgetopt = static_library( build
Dgetopt_long.c473 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
/external/perfetto/include/perfetto/ext/base/
Dgetopt.h39 constexpr auto getopt = ::perfetto::base::getopt_compat::getopt; variable
/external/ltp/testcases/kernel/io/disktest/
DGetopt.c93 int getopt(int argc, char **argv, char *pszValidOpts) in getopt() function
/external/capstone/cstool/
Dgetopt.h20 getopt (int nargc, char * const nargv[], const char *ostr) in getopt() function
/external/libpcap/missing/
Dgetopt.c59 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() function
/external/perfetto/src/base/
Dgetopt_compat_unittest.cc47 GetoptFn getopt = &getopt_compat::getopt; member
58 GetoptFn getopt = &::getopt; member
Dgetopt_compat.cc217 int getopt(int argc, char** argv, const char* shortopts) { in getopt() function
/external/libwebsockets/win32port/win32helpers/
Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt() function
/external/libevent/WIN32-Code/
Dgetopt.c83 getopt(nargc, nargv, ostr) in getopt() function
/external/python/cpython2/Lib/
Dgetopt.py51 def getopt(args, shortopts, longopts = []): function
/external/python/cpython3/Lib/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/external/mesa3d/src/
Dmeson.build52 subdir('getopt') subdir
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.c115 int getopt(int argc, in getopt() function
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py210 def getopt(self, args=None, object=None): member in FancyGetopt
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py234 def getopt (self, args=None, object=None): member in FancyGetopt
/external/openssh/openbsd-compat/
Dgetopt_long.c490 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
/external/llvm-project/lldb/source/Host/common/
DGetOptInc.cpp412 int getopt(int nargc, char *const *nargv, const char *options) { in getopt() function
/external/libusb/msvc/getopt/
Dgetopt.c977 getopt (argc, argv, optstring) in getopt() function
/external/tcpdump/missing/
Dgetopt_long.c573 getopt(int nargc, char * const *nargv, const char *options) function
/external/openssh/
Ddefines.h621 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.c382 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/external/rust/crates/libc/src/unix/
Dmod.rs859 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/
Dwasi.rs534 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function

12