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