Home
last modified time | relevance | path

Searched refs:regexbuf (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dextensions.c1208 regex_t regexbuf; local
1231 if (regcomp(&regexbuf, ARG2, REG_EXTENDED) != 0) {
1243 rval = regexec(&regexbuf, path, 1, &regmatchbuf, 0);
1244 regfree(&regexbuf);
1267 if (regcomp(&regexbuf, entry->arg[j], REG_EXTENDED) != 0) {
1279 rval = regexec(&regexbuf, path, 1, &regmatchbuf, 0);
1280 regfree(&regexbuf);
1700 regex_t regexbuf; local
1708 if (regcomp(&regexbuf, rgexp, REG_EXTENDED) != 0) {
1721 rval = regexec(&regexbuf, name, 1, &regmatchbuf, 0);
[all …]