Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c610 restpattern, restpattern_last, pglob, limit) in glob3() argument
612 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
678 if (!match(pathend, pattern, restpattern)) {
683 restpattern, restpattern_last, pglob, limit);
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c827 wcat_t *pathend_last, wcat_t *pattern, wcat_t *restpattern, in glob3() argument
920 if (!match(pathend, pattern, restpattern, GLOB_LIMIT_RECUR)) { in glob3()
926 restpattern, restpattern_last, pglob, limitp, in glob3()