Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_utils.c3023 char *stdout_buf, int stdout_bufsize) in be_run_cmd() argument
3034 (stderr_bufsize <= 0) || (stdout_bufsize < 0) || in be_run_cmd()
3035 ((stdout_buf != NULL) ^ (stdout_bufsize != 0))) { in be_run_cmd()
3073 (void) strlcat(stdout_buf, oneline, stdout_bufsize); in be_run_cmd()