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

/xsrc/external/mit/xmh/dist/
H A Dcommand.c63 int error_buf_size; member in struct:_CommandStatus
108 CheckReadFromPipe(*fd, &status->error_buffer, &status->error_buf_size,
199 status->error_buf_size = 0;
320 &status->error_buf_size,
333 while (status->error_buffer[status->error_buf_size-1] == '\0')
334 status->error_buf_size--;
335 while (status->error_buffer[status->error_buf_size-1] == '\n')
336 status->error_buffer[--status->error_buf_size] = '\0';

Completed in 2 milliseconds