Searched refs:changefile (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.c | 4843 char *tmpfile, *changefile, *chtext; local 5280 changefile = cvs_temp_name(); 5309 switch (diff_exec (workfile, tmpfile, NULL, NULL, diffopts, changefile)) 5336 get_file (changefile, changefile, 5357 switch (diff_exec (tmpfile, workfile, NULL, NULL, diffopts, changefile)) 5373 get_file (changefile, changefile, 5438 if (unlink_file (changefile) < 0) 5439 error (0, errno, "cannot remove %s", changefile); 5440 free (changefile);
|
| D | ChangeLog-97 | 747 `tmpfile' and `changefile'.
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 2116 char * changefile; in Perl_my_chmod() local 2129 changefile = (char *) file_spec; /* cast ok */ in Perl_my_chmod() 2144 changefile = st.st_devnam; in Perl_my_chmod() 2147 ret = chmod(changefile, mode); in Perl_my_chmod()
|