Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dglob.h140 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c359 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c427 if (pattern->w_wc != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()