Home
last modified time | relevance | path

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

/third_party/musl/src/regex/
Dglob.c38 if (!type && !(flags & GLOB_MARK)) type = DT_REG; in do_glob()
103 if ((flags & GLOB_MARK) && (!type||type==DT_LNK) && !stat(buf, &st)) { in do_glob()
112 if (append(tail, buf, pos, (flags & GLOB_MARK) && type==DT_DIR)) in do_glob()
/third_party/musl/ndk_musl_include/
Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/include/
Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/
Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/libc-test/src/api/
Dglob.c18 C(GLOB_MARK) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt238 GLOB_MARK
Dfuchsia.txt315 GLOB_MARK
Dnetbsd.txt392 GLOB_MARK
Ddragonfly.txt322 GLOB_MARK
Dfreebsd.txt368 GLOB_MARK
Dapple.txt451 GLOB_MARK
Dlinux.txt780 GLOB_MARK
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs351 pub const GLOB_MARK: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs860 pub const GLOB_MARK: ::c_int = 1 << 1; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs785 pub const GLOB_MARK: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1822 pub const GLOB_MARK: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1622 pub const GLOB_MARK: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1591 pub const GLOB_MARK: ::c_int = 1 << 1; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2270 pub const GLOB_MARK: ::c_int = 1 << 1; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3226 pub const GLOB_MARK: ::c_int = 0x0008; constant
/third_party/musl/
DWHATSNEW418 - glob behaves more like traditional implementations w.r.t. GLOB_MARK