Searched refs:safe_copy (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | strerror_r.c | 114 safe_copy (char *buf, size_t buflen, const char *msg) in safe_copy() function 155 return safe_copy (buf, buflen, msg); in strerror_r() 173 safe_copy (buf, buflen, strerror_r (errnum, buf, buflen)); in strerror_r() 192 ret = safe_copy (buf, buflen, stackbuf); in strerror_r() 234 safe_copy (buf, buflen, stackbuf); in strerror_r() 273 ret = safe_copy (buf, buflen, errmsg); in strerror_r() 293 ret = safe_copy (buf, buflen, errmsg); in strerror_r() 311 ret = safe_copy (buf, buflen, errmsg); in strerror_r()
|