Searched refs:WM_PATHNAME (Results 1 – 1 of 1) sorted by relevance
160 #define WM_PATHNAME 2 macro218 if ((flags & WM_PATHNAME) && t_ch == '/') in dowild()225 if (!(flags & WM_PATHNAME)) in dowild()248 match_slash = flags & WM_PATHNAME ? 0 : 1; in dowild()400 ((flags & WM_PATHNAME) && t_ch == '/')) in dowild()588 return !wildmatch(pattern, pathname, WM_PATHNAME); in match_pathname()
Completed in 4 milliseconds