Home
last modified time | relevance | path

Searched refs:GLOB_TILDE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h140 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c438 if (pattern->w_wc != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()