Home
last modified time | relevance | path

Searched refs:stdout_str (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3354 FILE *stdout_str = NULL; in be_run_cmd() local
3382 if ((stdout_str = popen(cmdline, "r")) == NULL) { in be_run_cmd()
3392 (void) pclose(stdout_str); in be_run_cmd()
3399 while (fgets(oneline, BUFSIZ-1, stdout_str) != NULL) { in be_run_cmd()
3400 if (stdout_str != NULL) { in be_run_cmd()
3410 if ((exit_status = pclose(stdout_str)) == -1) { in be_run_cmd()