Home
last modified time | relevance | path

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

/third_party/mesa3d/src/getopt/
Dmeson.build21 libgetopt = static_library( build
Dgetopt_long.c473 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
/third_party/libcoap/examples/
Dgetopt.c23 getopt(int argc, char *argv[], const char *opts) { in getopt() function
/third_party/ffmpeg/compat/
Dgetopt.c41 static int getopt(int argc, char *argv[], char *opts) in getopt() function
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt() function
/third_party/musl/src/misc/
Dgetopt.c28 int getopt(int argc, char * const argv[], const char *optstring) in getopt() function
/third_party/glfw/deps/
Dgetopt.c52 int getopt(int argc, char* const argv[], const char* optstring) { in getopt() function
/third_party/python/Lib/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/third_party/mesa3d/src/
Dmeson.build62 subdir('getopt') subdir
/third_party/ninja/src/
Dgetopt.c390 getopt (int argc, char **argv, char *optstring) in getopt() function
/third_party/python/Lib/distutils/
Dfancy_getopt.py210 def getopt(self, args=None, object=None): member in FancyGetopt
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.c381 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.c423 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs900 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function
/third_party/rust/crates/libc/src/
Dwasi.rs648 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs843 pub fn getopt(arg1: c_int, arg2: *mut *mut c_char, arg3: *const c_char) -> c_int; in getopt() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1198 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function
/third_party/toybox/generated/
Dglobals.h1564 struct getopt_data getopt; member
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() function