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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c82 errno_to_str(errval, errmsg, sizeof(errmsg));
98 * errno_to_str() - a thread-safe strerror() replacement.
101 * #define errno_to_str isc_strerror
103 #ifndef errno_to_str
105 errno_to_str( function
140 #endif /* errno_to_str */
H A Dntp_intres.c1140 errno_to_str(res_errno, msg, sizeof(msg));
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h45 #ifndef errno_to_str
46 extern void errno_to_str(int, char *, size_t);

Completed in 77 milliseconds