Searched defs:bufnext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c253 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
281 bufnext = patbuf;
282 bufend = bufnext + MAXPATHLEN - 1;
294 bufend - bufnext > 4) {
295 *bufnext++ = pattern[0];
296 *bufnext++ = ':';
297 *bufnext++ = '.';
298 *bufnext++ = BG_SEP;
360 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
377 *bufnext
613 Char *bufnext, patbuf[MAXPATHLEN]; local
[all...]

Completed in 24 milliseconds