Home
last modified time | relevance | path

Searched refs:optreset (Results 1 – 23 of 23) sorted by relevance

/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c56 optreset; /* reset getopt */ variable
100 if (optreset || !*place) { /* update scanning pointer */
101 optreset = 0;
Dgetopt_long.c47 extern int optreset; /* reset getopt */
92 if (optreset || !*place) { /* update scanning pointer */
93 optreset = 0;
Dgetopt.h11 extern int optreset; /* reset getopt */
/third_party/mesa3d/src/getopt/
Dgetopt_long.c61 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()
Dgetopt.h74 extern int optreset;
/third_party/musl/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
Dunistd.h242 extern int optreset;
/third_party/musl/porting/uniproton/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
Dunistd.h178 extern int optreset;
/third_party/musl/porting/liteos_m/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
Dunistd.h178 extern int optreset;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
Dunistd.h178 extern int optreset;
/third_party/musl/
Ddynamic.list34 optreset;
Dlibc.map.txt1279 optreset;
DWHATSNEW2143 - optreset (BSD extension) now has a public declaration
/third_party/musl/src/misc/
Dgetopt.c14 weak_alias(__optreset, optreset);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h203 extern int optreset;
/third_party/musl/porting/linux/user/include/
Dunistd.h205 extern int optreset;
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h183 extern int optreset;
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h203 extern int optreset;
/third_party/rust/crates/libc/src/solid/
Dmod.rs842 pub static mut optreset: c_int; constant
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch652 +/* Define to 1 if optreset for getopt is present */