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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3239 * - stdout_buf can be NULL. In this case, stdout_bufsize is ignored, and
3256 * stdout_buf: buffer returning subprocess stdout data.
3257 * stdout_bufsize: size of stdout_buf
3273 char *stdout_buf, int stdout_bufsize)
3285 ((stdout_buf != NULL) ^ (stdout_bufsize != 0))) {
3323 (void) strlcat(stdout_buf, oneline, stdout_bufsize);
3272 be_run_cmd(char *command, char *stderr_buf, int stderr_bufsize, char *stdout_buf, int stdout_bufsize) argument

Completed in 1254 milliseconds