Searched refs:GLOB_MARK (Results 1 – 23 of 23) 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()
238 GLOB_MARK
315 GLOB_MARK
392 GLOB_MARK
322 GLOB_MARK
368 GLOB_MARK
451 GLOB_MARK
780 GLOB_MARK
351 pub const GLOB_MARK: ::c_int = 0x0008; constant
860 pub const GLOB_MARK: ::c_int = 1 << 1; constant
785 pub const GLOB_MARK: ::c_int = 0x0008; constant
1822 pub const GLOB_MARK: ::c_int = 0x0002; constant
1622 pub const GLOB_MARK: ::c_int = 2; constant
1591 pub const GLOB_MARK: ::c_int = 1 << 1; constant
2270 pub const GLOB_MARK: ::c_int = 1 << 1; constant
3226 pub const GLOB_MARK: ::c_int = 0x0008; constant
418 - glob behaves more like traditional implementations w.r.t. GLOB_MARK