HomeSort by: relevance | last modified time | path
    Searched defs:bufnext (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gen/
glob.c 189 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local
205 bufnext = patbuf;
206 bufend = bufnext + MAXPATHLEN;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
209 *bufnext++ = c;
212 while (bufnext < bufend && (c = *patnext++) != EOS)
218 *bufnext++ = c | M_PROTECT;
221 *bufnext++ = c;
223 *bufnext = EOS;
483 Char *bufnext, patbuf[MAXPATHLEN+1] local
    [all...]
glob.c 189 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local
205 bufnext = patbuf;
206 bufend = bufnext + MAXPATHLEN;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
209 *bufnext++ = c;
212 while (bufnext < bufend && (c = *patnext++) != EOS)
218 *bufnext++ = c | M_PROTECT;
221 *bufnext++ = c;
223 *bufnext = EOS;
483 Char *bufnext, patbuf[MAXPATHLEN+1] local
    [all...]
  /src/external/gpl2/gmake/dist/
read.c 52 char *bufnext; /* Start of the next line in the buffer. */ member in struct:ebuffer
402 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size);
430 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = buffer;
2514 if (ebuf->bufnext >= ebuf->bufstart + ebuf->size)
2520 eol = ebuf->buffer = ebuf->bufnext;
2532 ebuf->bufnext = ebuf->bufstart + ebuf->size + 1;
2546 ebuf->bufnext = eol+1;
read.c 52 char *bufnext; /* Start of the next line in the buffer. */ member in struct:ebuffer
402 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size);
430 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = buffer;
2514 if (ebuf->bufnext >= ebuf->bufstart + ebuf->size)
2520 eol = ebuf->buffer = ebuf->bufnext;
2532 ebuf->bufnext = ebuf->bufstart + ebuf->size + 1;
2546 ebuf->bufnext = eol+1;

Completed in 49 milliseconds