Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/setfiles/
Drestore.c13 #ifndef GLOB_TILDE
14 #define GLOB_TILDE 0 macro
83 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
/external/selinux/restorecond/
Drestore.c4 #ifndef GLOB_TILDE
5 #define GLOB_TILDE 0 macro
77 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
Dwatch.c23 #ifndef GLOB_TILDE
24 #define GLOB_TILDE 0 macro
63 GLOB_TILDE | GLOB_PERIOD, in watch_list_add()
/external/openssh/openbsd-compat/
Dglob.h96 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
Dglob.c373 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp147 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) { in GlobPath()
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp111 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) { in ExpandTildeInPath()
/external/openssh/
Dreadconf.c1620 r = glob(arg2, GLOB_TILDE, NULL, &gl); in process_config_line_depth()