Searched refs:stderr_str (Results 1 – 1 of 1) sorted by relevance
3027 FILE *stderr_str = NULL; in be_run_cmd() local3061 if ((stderr_str = fopen(temp_filename, "r")) == NULL) { in be_run_cmd()3077 while (fgets(oneline, BUFSIZ-1, stderr_str) != NULL) { in be_run_cmd()