Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 – 8 of 8) 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/porting/uniproton/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/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/libc-test/src/api/
Dglob.c18 C(GLOB_MARK) in f()
/third_party/musl/
DWHATSNEW418 - glob behaves more like traditional implementations w.r.t. GLOB_MARK