Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/regex/
H A Dglob.c37 /* If GLOB_MARK is unused, we don't care about type. */ in do_glob()
38 if (!type && !(flags & GLOB_MARK)) type = DT_REG; in do_glob()
93 /* If we consumed any components above, or if GLOB_MARK is 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/porting/uniproton/kernel/include/
H A Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/include/
H A Dglob.h26 #define GLOB_MARK 0x02 macro
/third_party/musl/libc-test/src/api/
H A Dglob.c18 C(GLOB_MARK) in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs351 pub const GLOB_MARK: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs860 pub const GLOB_MARK: ::c_int = 1 << 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs785 pub const GLOB_MARK: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1822 pub const GLOB_MARK: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1622 pub const GLOB_MARK: ::c_int = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2270 pub const GLOB_MARK: ::c_int = 1 << 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1591 pub const GLOB_MARK: ::c_int = 1 << 1; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3226 pub const GLOB_MARK: ::c_int = 0x0008; consts

Completed in 66 milliseconds