Searched refs:achError (Results 1 – 1 of 1) sorted by relevance
900 char achError[4096]; in LSAPI_perror_r() local901 int n = snprintf(achError, sizeof(achError), "[UID:%d][%d] %s:%s: %s\n", in LSAPI_perror_r()904 if (n > (int)sizeof(achError)) in LSAPI_perror_r()905 n = sizeof(achError); in LSAPI_perror_r()907 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()909 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()
Completed in 12 milliseconds