Searched refs:achError (Results 1 – 1 of 1) sorted by relevance
911 char achError[4096]; in LSAPI_perror_r() local912 int n = snprintf(achError, sizeof(achError), "[UID:%d][%d] %s:%s: %s\n", in LSAPI_perror_r()915 if (n > (int)sizeof(achError)) in LSAPI_perror_r()916 n = sizeof(achError); in LSAPI_perror_r()918 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()920 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()
Completed in 16 milliseconds