Home
last modified time | relevance | path

Searched refs:optreset (Results 1 - 19 of 19) sorted by relevance

/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.c56 optreset; /* reset getopt */ variable
100 if (optreset || !*place) { /* update scanning pointer */
101 optreset = 0;
H A Dgetopt_long.c47 extern int optreset; /* reset getopt */
92 if (optreset || !*place) { /* update scanning pointer */
93 optreset = 0;
H A Dgetopt.h11 extern int optreset; /* reset getopt */
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c61 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 Dgetopt.h37 * 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 Dgetopt.h10 extern int optind, opterr, optopt, optreset;
H A Dunistd.h178 extern int optreset;
/third_party/musl/porting/uniproton/kernel/include/
H A Dgetopt.h10 extern int optind, opterr, optopt, optreset;
H A Dunistd.h178 extern int optreset;
/third_party/musl/porting/liteos_m/kernel/include/
H A Dgetopt.h10 extern int optind, opterr, optopt, optreset;
H A Dunistd.h178 extern int optreset;
/third_party/musl/include/
H A Dgetopt.h10 extern int optind, opterr, optopt, optreset;
H A Dunistd.h242 extern int optreset;
/third_party/musl/src/misc/
H A Dgetopt.c14 weak_alias(__optreset, optreset);
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h203 extern int optreset;
/third_party/musl/porting/linux/user/include/
H A Dunistd.h205 extern int optreset;
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h203 extern int optreset;
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h183 extern int optreset;
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs842 pub static mut optreset: c_int; consts

Completed in 15 milliseconds