Searched refs:pattern (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c51 * Filename pattern matches defined in section 2.13, "Pattern Matching Notation"
59 * number of consecutive slashes within pattern and string will NOT match;
71 * Supports BSD extensions FNM_LEADING_DIR to match pattern to the end of one
81 * state of pattern and string (rewinding pattern and string repeatedly).
99 classmatch(const char *pattern, char test, int foldcase, const char **ep) argument
105 const char * const mismatch = pattern;
107 if (*pattern != '[' || pattern[1] != ':') {
112 pattern
145 fnmatch_ch(const char **pattern, const char **string, int flags) argument
281 fnmatch(const char *pattern, const char *string, int flags) argument
[all...]
/bionic/libc/include/
H A Dfnmatch.h47 extern int fnmatch(const char *pattern, const char *string, int flags);
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_string.h35 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member in struct:xt_string_info
/bionic/libc/bionic/
H A Dsysinfo.cpp79 static int __get_meminfo_page_count(const char* pattern) { argument
89 if (sscanf(buf, pattern, &total) == 1) {
/bionic/libc/kernel/uapi/linux/
H A Dscc.h166 unsigned char pattern; member in struct:scc_calibrate
/bionic/libc/tools/
H A Dgensyscalls.py561 pattern = re.compile(r'^#define __NR_([a-z]\S+) .*')
564 m = re.search(pattern, line)
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c236 const char *pattern,
251 _DIAGASSERT(pattern != NULL);
258 if (preg->re_endp < pattern)
260 len = preg->re_endp - pattern;
262 len = strlen(pattern);
278 p->next = pattern;
234 regcomp( regex_t *preg, const char *pattern, int cflags) argument

Completed in 264 milliseconds