HomeSort by: relevance | last modified time | path
    Searched refs:errno_to_str (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
msyslog.c 82 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 */
ntp_intres.c 1134 errno_to_str(res_errno, msg, sizeof(msg));
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 52 #ifndef errno_to_str /* Windows port defines this */
53 extern void errno_to_str(int, char *, size_t);

Completed in 49 milliseconds