Searched refs:achError (Results 1 – 1 of 1) sorted by relevance
727 char achError[1024]; in LSAPI_perror_r() local728 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r()730 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()732 write( STDERR_FILENO, achError, n ); in LSAPI_perror_r()
Completed in 11 milliseconds