Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/unistd/
Dfnmatch.c100 classmatch(const char *pattern, char test, int foldcase, const char **ep) in classmatch()
146 static int fnmatch_ch(const char **pattern, const char **string, int flags) in fnmatch_ch()
273 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/bionic/libc/kernel/common/linux/netfilter/
Dxt_string.h30 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member
/bionic/libc/bionic/
Dsysconf.cpp121 static int __get_meminfo(const char* pattern) { in __get_meminfo()
/bionic/libc/kernel/common/linux/mtd/
Dbbm.h34 uint8_t *pattern; member
Dnand.h267 uint8_t *pattern; member
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c236 const char *pattern, in regcomp()