Home
last modified time | relevance | path

Searched defs:pmatch (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/editors/
Dawk.c1946 static int regexec1_nonempty(const regex_t *preg, const char *s, regmatch_t pmatch[]) in regexec1_nonempty()
1991 regmatch_t pmatch[1]; in awk_split() local
2220 regmatch_t pmatch[1]; in awk_getline() local
2454 regmatch_t pmatch[10]; in awk_sub() local
2570 regmatch_t pmatch[1]; in do_match() local
/busybox-1.35.0/runit/
Dsvlogd.c299 static unsigned pmatch(const char *p, const char *s, unsigned len) in pmatch() function
/busybox-1.35.0/shell/
Dash.c6363 #define pmatch(a, b) !fnmatch((a), (b), 0) macro