Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h124 #define GLOB_MARK 0x0002 /* Mark directories with trailing / */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h101 #define GLOB_MARK 0x0008 /* append / to directories */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c263 …if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), … in addmatch()
270 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK)) in addmatch()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c107 flags |= GLOB_MARK; in path_expand()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c789 if (((pglob->gl_flags & GLOB_MARK) && in glob2()