OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe_copy
(Results
1 - 1
of
1
) sorted by null
/external/bison/lib/
strerror_r.c
114
safe_copy
(char *buf, size_t buflen, const char *msg)
function
155
return
safe_copy
(buf, buflen, msg);
173
safe_copy
(buf, buflen, strerror_r (errnum, buf, buflen));
192
ret =
safe_copy
(buf, buflen, stackbuf);
234
safe_copy
(buf, buflen, stackbuf);
273
ret =
safe_copy
(buf, buflen, errmsg);
293
ret =
safe_copy
(buf, buflen, errmsg);
311
ret =
safe_copy
(buf, buflen, errmsg);
Completed in 98 milliseconds