OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufnext
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
glob.c
189
Char *
bufnext
, *bufend, patbuf[MAXPATHLEN+1];
local in function:glob
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 in function:glob0
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025