Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h154 const char *p_stdout; /* File for stdout redirect */ member
H A Dmdb_proc.c3406 if (pt->p_stdout != NULL) in Pcreate_callback()
3407 pt_dupfd(pt->p_stdout, O_CREAT | O_WRONLY, 0666, STDOUT_FILENO); in Pcreate_callback()
3442 pt->p_stdout = argv[i].a_un.a_str + 1; in pt_run()
3469 pt->p_stdin = pt->p_stdout = NULL; in pt_run()