Home
last modified time | relevance | path

Searched refs:strerrbuf (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D__xpg_strerror_r.c161 int __xpg_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __xpg_strerror_r() argument
215 if (!strerrbuf) { /* SUSv3 */ in __xpg_strerror_r()
225 memcpy(strerrbuf, s, i); in __xpg_strerror_r()
226 strerrbuf[i-1] = 0; /* In case buf was too small. */ in __xpg_strerror_r()
238 int __xpg_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __xpg_strerror_r() argument
250 if (!strerrbuf) { /* SUSv3 */ in __xpg_strerror_r()
264 memcpy(strerrbuf, s, i); in __xpg_strerror_r()
265 strerrbuf[i-1] = 0; /* In case buf was too small. */ in __xpg_strerror_r()
A D__glibc_strerror_r.c16 char *__glibc_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __glibc_strerror_r() argument
18 __xpg_strerror_r(errnum, strerrbuf, buflen); in __glibc_strerror_r()
20 return strerrbuf; in __glibc_strerror_r()

Completed in 3 milliseconds