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

  /src/external/gpl2/xcvs/dist/src/
run.c 149 int shin, shout, sherr; local
189 shout = 1;
204 if (stout && (shout = open (stout, mode_out, 0666)) == -1)
257 if (shout != 1)
259 (void) dup2 (shout, 1);
260 (void) close (shout);
394 (void) close (shout);
run.c 149 int shin, shout, sherr; local
189 shout = 1;
204 if (stout && (shout = open (stout, mode_out, 0666)) == -1)
257 if (shout != 1)
259 (void) dup2 (shout, 1);
260 (void) close (shout);
394 (void) close (shout);

Completed in 43 milliseconds