Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.h91 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
Dglob.c369 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/external/selinux/policycoreutils/setfiles/
Drestore.c79 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
/external/selinux/restorecond/
Drestore.c78 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
Dwatch.c55 GLOB_TILDE | GLOB_PERIOD, in watch_list_add()