Searched defs:getopt (Results 76 - 85 of 85) sorted by relevance
1234
| /third_party/python/Lib/idlelib/ |
| H A D | pyshell.py | 1521 import getopt namespace
|
| /third_party/python/Lib/ |
| H A D | pdb.py | 1745 import getopt namespace
|
| H A D | pydoc.py | 2755 import getopt namespace
|
| /third_party/json/tools/cpplint/ |
| H A D | cpplint.py | 51 import getopt namespace
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 843 pub fn getopt(arg1: c_int, arg2: *mut *mut c_char, arg3: *const c_char) -> c_int; in getopt() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 648 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 900 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1198 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() functions
|
| /third_party/toybox/generated/ |
| H A D | globals.h | 1696 struct getopt_data getopt; member
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() functions
|
Completed in 42 milliseconds
1234