HomeSort by: relevance | last modified time | path
    Searched refs:pipein (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
sem.c 62 execute(struct command *t, int wtty, int *pipein, int *pipeout)
350 (void)close(pipein[0]);
351 (void)close(pipein[1]);
363 doio(t, pipein, pipeout);
398 execute(t->t_dcar, wanttty, pipein, pv);
524 doio(struct command *t, int *pipein, int *pipeout)
553 (void)dup(pipein[0]);
554 (void)close(pipein[0]);
555 (void)close(pipein[1]);
  /src/sbin/restore/
tape.c 79 static int pipein = 0; variable
264 pipein++;
303 if (pipein)
314 if (!pipein && !bflag)
327 if (pipein) {
397 if (pipein) {
406 if (pipein)
584 if (pipein) {
1297 if (!pipein && numtrec < ntrec && i > 0) {
1304 if (pipein && i == 0 && rd > 0
    [all...]

Completed in 14 milliseconds