Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c177 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; in glob() local
190 bufnext = patbuf; in glob()
191 bufend = bufnext + MaxPathLen; in glob()
194 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS) in glob()
200 *bufnext++ = c | M_PROTECT; in glob()
203 *bufnext++ = c; in glob()
206 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS) in glob()
207 *bufnext++ = c; in glob()
208 *bufnext = CHAR_EOS; in glob()
410 Char *bufnext, patbuf[MaxPathLen+1]; in glob0() local
[all …]
/netbsd-src/lib/libc/gen/
H A Dglob.c189 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; in glob() local
205 bufnext = patbuf; in glob()
206 bufend = bufnext + MAXPATHLEN; in glob()
208 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
209 *bufnext++ = c; in glob()
212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
218 *bufnext++ = c | M_PROTECT; in glob()
221 *bufnext++ = c; in glob()
223 *bufnext = EOS; in glob()
483 Char *bufnext, patbuf[MAXPATHLEN+1]; in glob0() local
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dread.c52 char *bufnext; /* Start of the next line in the buffer. */ member
399 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size); in eval_makefile()
427 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = buffer; in eval_buffer()
2502 if (ebuf->bufnext >= ebuf->bufstart + ebuf->size) in readstring()
2508 eol = ebuf->buffer = ebuf->bufnext; in readstring()
2520 ebuf->bufnext = ebuf->bufstart + ebuf->size + 1; in readstring()
2534 ebuf->bufnext = eol+1; in readstring()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c597 goto bufnext;
702 bufnext: