Searched refs:error_buffer (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dcommand.c62 char* error_buffer; member in struct:_CommandStatus
108 CheckReadFromPipe(*fd, &status->error_buffer, &status->error_buf_size,
198 status->error_buffer = NULL;
319 &status->error_buffer,
326 if (status->error_buffer != NULL) {
333 while (status->error_buffer[status->error_buf_size-1] == '\0')
335 while (status->error_buffer[status->error_buf_size-1] == '\n')
336 status->error_buffer[--status->error_buf_size] = '\0';
337 DEBUG1( "stderr = \"%s\"\n", status->error_buffer )
338 PopupNotice( status->error_buffer, FreeStatu
[all...]

Completed in 7 milliseconds