| Home | Sort by: relevance | last modified time | path |
| /src/include/ | |
| glob.h | 97 #define GLOB_TILDE_CHECK 0x10000 /* Expand tilde names from the passwd file. */ |
| /src/lib/libc/gen/ | |
| glob.c | 466 return (pglob->gl_flags & GLOB_TILDE_CHECK) ? GLOB_NOMATCH : 0; |