Home
last modified time | relevance | path

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

/bionic/libc/include/
Dglob.h87 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c433 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()