Searched refs:escape (Results 1 – 2 of 2) sorted by relevance
150 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch() local178 if (escape && (**pattern == '\\')) { in fnmatch_ch()205 *pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2; in fnmatch_ch()255 else if (escape && (**pattern == '\\') && (*pattern)[1]) { in fnmatch_ch()283 const int escape = !(flags & FNM_NOESCAPE); in fnmatch() local309 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/')) in fnmatch()323 else if (escape && (*pattern == '\\') && (pattern[1] == '.')) in fnmatch()352 || (escape && (*pattern == '\\') in fnmatch()385 || (escape && (*matchptr == '\\') in fnmatch()417 if (escape && (*matchptr == '\\') && matchptr[1]) { in fnmatch()[all …]
92 char escape [ISODCL ( 89, 120)]; member