Home
last modified time | relevance | path

Searched refs:fnm_flags (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/regex/
H A Dglob.c145 int fnm_flags= ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0) in do_glob() local
148 if (fnmatch(pat, de->d_name, fnm_flags)) in do_glob()
155 && fnmatch(pat, de->d_name, fnm_flags | FNM_PERIOD)) in do_glob()

Completed in 2 milliseconds