OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufnext
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
glob.c
172
Char *
bufnext
, *bufend, patbuf[MAXPATHLEN];
local
192
bufnext
= patbuf;
193
bufend =
bufnext
+ MAXPATHLEN - 1;
195
while (
bufnext
< bufend && (c = *patnext++) != EOS)
196
*
bufnext
++ = c;
199
while (
bufnext
< bufend && (c = *patnext++) != EOS)
205
*
bufnext
++ = c | M_PROTECT;
207
*
bufnext
++ = c;
209
*
bufnext
= EOS;
427
Char *
bufnext
= *bufnextp
local
462
Char *
bufnext
, patbuf[MAXPATHLEN];
local
[
all
...]
/ndk/sources/host-tools/make-3.81/
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;
[
all
...]
Completed in 30 milliseconds