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

  /src/usr.bin/patch/
patch.c 375 char *realout = outname; local in function:main
384 realout = TMPOUTNAME;
391 stat(realout, &statbuf) == 0 &&
395 realout);
396 unlink(realout);
patch.c 375 char *realout = outname; local in function:main
384 realout = TMPOUTNAME;
391 stat(realout, &statbuf) == 0 &&
395 realout);
396 unlink(realout);

Completed in 24 milliseconds