Home
last modified time | relevance | path

Searched refs:GLOB_APPEND (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h128 #define GLOB_APPEND 0x0020 /* Append to previous glob_t */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h98 #define GLOB_APPEND 0x0001 /* append to previous */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c603 if (flags & GLOB_APPEND) in glob()
605 if ((gp->gl_flags |= GLOB_APPEND) ^ (flags|GLOB_MAGIC)) in glob()
787 if (gp->gl_flags & GLOB_APPEND) in glob()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c219 if (!(flags & GLOB_APPEND)) { in _glob_ext()