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

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c150 const int escape = !(flags & FNM_NOESCAPE); local
178 if (escape && (**pattern == '\\')) {
205 *pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2;
255 else if (escape && (**pattern == '\\') && (*pattern)[1]) {
283 const int escape = !(flags & FNM_NOESCAPE); local
309 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
323 else if (escape && (*pattern == '\\') && (pattern[1] == '.'))
352 || (escape && (*pattern == '\\')
385 || (escape && (*matchptr == '\\')
414 * Use a dummy fnmatch_ch() test to count one "[range]" escape
[all...]
/bionic/libc/kernel/uapi/linux/
H A Diso_fs.h92 char escape[ISODCL(89, 120)]; member in struct:iso_supplementary_descriptor

Completed in 48 milliseconds