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