Home
last modified time | relevance | path

Searched refs:GLOB_NOSYS (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/ndk_musl_include/
Dglob.h40 #define GLOB_NOSYS 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dglob.h40 #define GLOB_NOSYS 4 macro
/third_party/musl/include/
Dglob.h40 #define GLOB_NOSYS 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dglob.h40 #define GLOB_NOSYS 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dglob.h40 #define GLOB_NOSYS 4 macro
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt244 GLOB_NOSYS
Dnetbsd.txt398 GLOB_NOSYS
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs359 pub const GLOB_NOSYS: ::c_int = -4; constant