Searched refs:__strerror_ebuf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dstrerror.c120 __private_extern__ char *__strerror_ebuf = NULL; variable
124 extern char *__strerror_ebuf;
134 if (__strerror_ebuf == NULL) {
135 __strerror_ebuf = calloc(1, ebufsiz);
136 if (__strerror_ebuf == NULL) {
141 if (strerror_r(num, __strerror_ebuf, ebufsiz) != 0) {
146 return __strerror_ebuf;

Completed in 115 milliseconds