Searched refs:TMPREJNAME (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/patch_cmds-17/patch/
H A Dcommon.h83 extern char *TMPREJNAME;
H A Dpatch.c62 char *TMPREJNAME; variable
175 if (asprintf(&TMPREJNAME, "%.*s/patchrXXXXXXXXXX", i, tmpdir) == -1)
177 if ((fd = mkstemp(TMPREJNAME)) < 0)
178 pfatal("can't create %s", TMPREJNAME);
230 init_reject(TMPREJNAME);
395 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
H A Dutil.c417 unlink(TMPREJNAME);
/macosx-10.10/gpatch-3/patch/
H A Dpatch.c105 static char const * volatile TMPREJNAME; variable
160 TMPREJNAME = make_temp ('r');
432 move_file (TMPREJNAME, &TMPREJNAME_needs_removal,
1179 rejfp = create_output_file (TMPREJNAME, exclusive);
1369 remove_if_needed (TMPREJNAME, &TMPREJNAME_needs_removal);

Completed in 206 milliseconds