Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c99 classmatch(const char *pattern, char test, int foldcase, const char **ep) in classmatch()
144 static int fnmatch_ch(const char **pattern, const char **string, int flags) in fnmatch_ch()
284 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c187 glob(const char * __restrict pattern, int flags, in glob()
264 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in globexp0()
293 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1()
316 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2()
420 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde()
532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in glob0()
629 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1()
646 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, in glob2()
717 Char *pattern, Char *restpattern, in glob3()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_string.h32 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member
/bionic/tests/
Dglob_test.cpp211 static void CheckGlob(const char* pattern, const std::vector<std::string>& expected_matches) { in CheckGlob()
/bionic/libc/kernel/uapi/linux/
Dscc.h138 unsigned char pattern; member
Didxd.h99 uint64_t pattern; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c236 const char *pattern, in regcomp()