Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/misc/unix/
H A Derrorcodes.c357 static char *native_strerror(apr_status_t statcode, char *buf, in native_strerror() function
379 static char *native_strerror(apr_status_t statcode, char *buf, in native_strerror() function
397 static char *native_strerror(apr_status_t statcode, char *buf, in native_strerror() function
420 return native_strerror(statcode, buf, bufsize); in apr_strerror()