Searched defs:be_run_cmd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1389 * Function: be_run_cmd
1436 be_run_cmd(char *command, int *command_status_p, char *stderr_buf, function
1462 (void) be_print_err(gettext("be_run_cmd: mkfifo: %s\n"),
1469 (void) be_print_err(gettext("be_run_cmd: popen: %s\n"),
1476 (void) be_print_err(gettext("be_run_cmd: fopen: %s\n"),
1497 (void) be_print_err(gettext("be_run_cmd: pclose: %s\n"),
1503 (void) snprintf(oneline, BUFSIZ, gettext("be_run_cmd: "
1513 (void) snprintf(oneline, BUFSIZ, gettext("be_run_cmd: command "

Completed in 24 milliseconds