Searched refs:achError (Results 1 – 1 of 1) sorted by relevance
893 char achError[4096]; in LSAPI_perror_r() local894 int n = snprintf(achError, sizeof(achError), "[%d] %s:%s: %s\n", getpid(), in LSAPI_perror_r()896 if (n > (int)sizeof(achError)) in LSAPI_perror_r()897 n = sizeof(achError); in LSAPI_perror_r()899 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()901 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()
Completed in 13 milliseconds