Searched refs:GLOB_MARK (Results 1 – 8 of 8) sorted by relevance
38 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()
26 #define GLOB_MARK 0x02 macro
18 C(GLOB_MARK) in f()
418 - glob behaves more like traditional implementations w.r.t. GLOB_MARK