Searched refs:pipe_in (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c129 pipe_in, /* set when stdin is a pipe */ variable
348 if (pipe_in)
1126 pipe_in = 0;
1182 pipe_in = 1;
1366 if (pipe_in)
1387 if (pipe_in) {
1428 if (pipe_in && f == stdin)
1511 if (pipe_in) {
1514 pipe_in = 0;
1591 if (!pipe_in)
[all...]
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1244 int pipe_in = notify_pipe[0]; local
1249 if (!write_fd(pipe_in, (char *)&np_data, sizeof (np_data))) {
1272 int pipe_in = notify_pipe[0]; local
1288 (void) write_fd(pipe_in, (char *)&np_data, sizeof (np_data));

Completed in 62 milliseconds