OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempread
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c
946
int
tempread
;
local
960
tempread
= nto_read_auxv_from_initial_stack (initial_stack, tempbuf,
963
tempread
= std::min (
tempread
, len) - offset;
964
memcpy (readbuf, tempbuf + offset,
tempread
);
965
*xfered_len =
tempread
;
966
return
tempread
? TARGET_XFER_OK : TARGET_XFER_EOF;
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026