OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026