Searched refs:optreset (Results 1 – 23 of 23) sorted by relevance
/third_party/libwebsockets/win32port/win32helpers/ |
D | getopt.c | 56 optreset; /* reset getopt */ variable 100 if (optreset || !*place) { /* update scanning pointer */ 101 optreset = 0;
|
D | getopt_long.c | 47 extern int optreset; /* reset getopt */ 92 if (optreset || !*place) { /* update scanning pointer */ 93 optreset = 0;
|
D | getopt.h | 11 extern int optreset; /* reset getopt */
|
/third_party/mesa3d/src/getopt/ |
D | getopt_long.c | 61 int optreset; /* reset getopt */ variable 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()
|
D | getopt.h | 74 extern int optreset;
|
/third_party/musl/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
D | unistd.h | 242 extern int optreset;
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
D | unistd.h | 178 extern int optreset;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
D | unistd.h | 178 extern int optreset;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
D | unistd.h | 178 extern int optreset;
|
/third_party/musl/ |
D | dynamic.list | 34 optreset;
|
D | libc.map.txt | 1279 optreset;
|
D | WHATSNEW | 2143 - optreset (BSD extension) now has a public declaration
|
/third_party/musl/src/misc/ |
D | getopt.c | 14 weak_alias(__optreset, optreset);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 203 extern int optreset;
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 205 extern int optreset;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 183 extern int optreset;
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 203 extern int optreset;
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 842 pub static mut optreset: c_int; constant
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 652 +/* Define to 1 if optreset for getopt is present */
|