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

  /src/usr.bin/patch/
common.h 89 extern char *TMPREJNAME;
patch.c 70 char *TMPREJNAME;
188 if (asprintf(&TMPREJNAME, "%.*s/patchrXXXXXXXXXX", i, tmpdir) == -1)
190 if ((fd = mkstemp(TMPREJNAME)) < 0)
191 pfatal("can't create %s", TMPREJNAME);
241 init_reject(TMPREJNAME);
422 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
util.c 434 unlink(TMPREJNAME);

Completed in 14 milliseconds