OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:machstrlen
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/libebl/
eblmachineflagname.c
76
size_t
machstrlen
;
local
95
machstrlen
= strlen (machstr) + 1;
96
if ((size_t) (buf + len - cp) <
machstrlen
)
102
cp = mempcpy (cp, machstr,
machstrlen
);
Completed in 872 milliseconds