Searched refs:errstring (Results 1 – 1 of 1) sorted by relevance
30 const char *errstring; in perror_internal() local37 errstring = __strerror_r (errnum, buf, sizeof buf); in perror_internal()39 (void) __fxprintf (fp, "%s%s%s\n", s, colon, errstring); in perror_internal()
Completed in 2 milliseconds