Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Dglob.h102 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
Dglob.c380 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()
/external/selinux/policycoreutils/restorecond/
Dwatch.c57 GLOB_TILDE | GLOB_PERIOD, in watch_list_add()
/external/selinux/policycoreutils/setfiles/
Drestore.c378 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | GLOB_NOCHECK | GLOB_BRACE, NULL, &globbuf); in process_glob()