OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytes_to_read_before_claim
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
testplug.c
148
static int
bytes_to_read_before_claim
= 0;
variable
182
bytes_to_read_before_claim
= atoi (length);
566
if (
bytes_to_read_before_claim
> 0)
568
char *buffer = malloc (
bytes_to_read_before_claim
);
572
if (read (file->fd, buffer,
bytes_to_read_before_claim
) < 0)
/src/external/gpl3/binutils.old/dist/ld/
testplug.c
149
static int
bytes_to_read_before_claim
= 0;
variable
183
bytes_to_read_before_claim
= atoi (length);
567
if (
bytes_to_read_before_claim
> 0)
569
char *buffer = malloc (
bytes_to_read_before_claim
);
573
if (read (file->fd, buffer,
bytes_to_read_before_claim
) < 0)
Completed in 92 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026