OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linebuf_len
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
login.c
292
size_t
linebuf_len
;
local
320
while ((line_length = getline (&linebuf, &
linebuf_len
, fp)) >= 0)
391
while ((line_length = getline (&linebuf, &
linebuf_len
, fp)) >= 0)
server.c
3336
size_t
linebuf_len
= 0;
local
3367
while ((num_red = getline (&linebuf, &
linebuf_len
, fp)) >= 0)
3428
while ((num_red = getline (&linebuf, &
linebuf_len
, fp)) >= 0)
6740
size_t
linebuf_len
;
6770
while (getline (&linebuf, &
linebuf_len
, fp) >= 0)
6739
size_t
linebuf_len
;
local
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
29134
unsigned int i, count, encoded_filename_len,
linebuf_len
;
29187
linebuf_len
= strlen (linebuf);
29190
grp_name = XALLOCAVEC (char, 4 + encoded_filename_len +
linebuf_len
+ 1
29201
memcpy (tail, linebuf,
linebuf_len
);
29202
tail +=
linebuf_len
;
29115
unsigned int i, count, encoded_filename_len,
linebuf_len
;
local
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
28989
unsigned int i, count, encoded_filename_len,
linebuf_len
;
29042
linebuf_len
= strlen (linebuf);
29045
grp_name = XALLOCAVEC (char, 4 + encoded_filename_len +
linebuf_len
+ 1
29056
memcpy (tail, linebuf,
linebuf_len
);
29057
tail +=
linebuf_len
;
28970
unsigned int i, count, encoded_filename_len,
linebuf_len
;
local
Completed in 72 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026