Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c165 const u_char *patnext; local
171 patnext = (u_char *) pattern;
185 while (bufnext < bufend && (c = *patnext++) != EOS)
189 while (bufnext < bufend && (c = *patnext++) != EOS)
191 if ((c = *patnext++) == EOS) {
193 --patnext;
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c200 const char *patnext; in _glob_ext() local
210 patnext = pattern; in _glob_ext()
232 if ((n = mbtowc(&c, patnext, patlen)) > 0) { in _glob_ext()
233 patnext += n; in _glob_ext()
246 if ((n = mbtowc(&c, patnext, patlen)) > 0) { in _glob_ext()
247 patnext += n; in _glob_ext()
250 n = mbtowc(&c, patnext, patlen); in _glob_ext()
254 patnext += n; in _glob_ext()