Searched refs:stdout_str (Results 1 – 1 of 1) sorted by relevance
3056 FILE *stdout_str = NULL; in be_run_cmd() local3084 if ((stdout_str = popen(cmdline, "r")) == NULL) { in be_run_cmd()3094 (void) pclose(stdout_str); in be_run_cmd()3101 while (fgets(oneline, BUFSIZ-1, stdout_str) != NULL) { in be_run_cmd()3102 if (stdout_str != NULL) { in be_run_cmd()3112 if ((exit_status = pclose(stdout_str)) == -1) { in be_run_cmd()