Searched refs:optreset (Results 1 - 19 of 19) sorted by relevance
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt.c | 56 optreset; /* reset getopt */
variable 100 if (optreset || !*place) { /* update scanning pointer */
101 optreset = 0;
|
H A D | getopt_long.c | 47 extern int optreset; /* reset getopt */
92 if (optreset || !*place) { /* update scanning pointer */
93 optreset = 0;
|
H A D | getopt.h | 11 extern int optreset; /* reset getopt */
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt_long.c | 61 int optreset; /* reset getopt */ variable 86 /* XXX: set optreset to 1 rather than these two */ 302 * XXX using optreset. Work around this braindamage. in getopt_internal() 305 optind = optreset = 1; in getopt_internal() 308 if (optreset) in getopt_internal() 311 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal() 312 optreset = 0; in getopt_internal()
|
H A D | getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 74 extern int optreset;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
H A D | unistd.h | 178 extern int optreset;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
H A D | unistd.h | 178 extern int optreset;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
H A D | unistd.h | 178 extern int optreset;
|
/third_party/musl/include/ |
H A D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
H A D | unistd.h | 242 extern int optreset;
|
/third_party/musl/src/misc/ |
H A D | getopt.c | 14 weak_alias(__optreset, optreset);
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 203 extern int optreset;
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 205 extern int optreset;
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 203 extern int optreset;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 183 extern int optreset;
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 842 pub static mut optreset: c_int; consts
|
Completed in 15 milliseconds