Searched defs:pattern (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | fnmatch.c | 99 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/ |
D | glob.c | 187 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/ |
D | xt_string.h | 32 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member
|
/bionic/tests/ |
D | glob_test.cpp | 211 static void CheckGlob(const char* pattern, const std::vector<std::string>& expected_matches) { in CheckGlob()
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 138 unsigned char pattern; member
|
D | idxd.h | 99 uint64_t pattern; member
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 236 const char *pattern, in regcomp()
|