Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c150 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch() local
178 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() local
309 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 …]
/bionic/libc/kernel/uapi/linux/
Diso_fs.h92 char escape [ISODCL ( 89, 120)]; member