Searched defs:regex_match (Results 1 - 1 of 1) sorted by last modified time

/external/toybox/toys/pending/
H A Dpgrep.c52 static int regex_match(regex_t *rp, char *tar, char *patt) function
147 if (!*toys.optargs || (regex_match(&rp, cmdline, *toys.optargs)^flag_chk(FLAG_v))) {

Completed in 106 milliseconds