Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pg/
H A Dpg.c129 pipe_in, /* set when stdin is a pipe */ variable
348 if (pipe_in) in main()
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)
/titanic_41/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1244 int pipe_in = notify_pipe[0]; in init_poll() local
1249 if (!write_fd(pipe_in, (char *)&np_data, sizeof (np_data))) { in init_poll()
1272 int pipe_in = notify_pipe[0]; in reset_transport() local
1288 (void) write_fd(pipe_in, (char *)&np_data, sizeof (np_data)); in reset_transport()