Home
last modified time | relevance | path

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

/stdio-common/
A Dperror.c30 const char *errstring; in perror_internal() local
37 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