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

/freebsd-10.2-release/contrib/apr/misc/unix/
H A Derrorcodes.c146 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err) function
245 static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode) function
314 /* On Unix, apr_os_strerror() handles error codes from the resolver
317 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err) function
433 return apr_os_strerror(buf, bufsize, statcode - APR_OS_START_SYSERR);

Completed in 103 milliseconds