Searched refs:patch_file (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | config_sh.PL | 135 my $patch_file = '../.patch'; 137 if (-e $patch_file) { 138 open my $fh, "<", $patch_file or die "Can't open $patch_file: $!";
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | make_patchnum.pl | 131 if (my $patch_file= read_file(".patch")) { 132 ($branch, $snapshot_created, $commit_id, $describe) = split /\s+/, $patch_file;
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | git-clang-format | 336 def extract_lines(patch_file): argument 346 for line in patch_file:
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | update.c | 54 static int patch_file PROTO ((struct file_info *finfo, 755 retval = patch_file (finfo, 1607 patch_file (finfo, vers_ts, docheckout, file_info, checksum) in patch_file() function
|
| H A D | ChangeLog-9395 | 419 * update.c (checkout_file, patch_file), checkin.c (Checkin): Check 3306 (update_file_proc): Pass new arguments to patch_file and 3308 (patch_file): Add new checksum argument. Set it to the MD5 3384 * update.c (update_file_proc): Pass new arguments to patch_file 3386 (patch_file): Add new argument file_info. Don't use -p to check 3403 * update.c (update_file_proc): Pass &docheckout to patch_file. If 3405 (patch_file): Add docheckout argument. Set it to 1 if we can't 3427 (patch_file): New static function.
|
| H A D | ChangeLog-97 | 740 * update.c (patch_file): If the first revision does not exist in 1141 * update.c (patch_file): Revise comments about diff -a now that 1774 update.c (patch_file): Call it. 2250 * update.c (patch_file): Add comment about whether auto-detecting 2269 (patch_file): Correct initial comment to say diff rather than 2373 (patch_file): Just return if noexec, or if binary file. Pass 2378 * update.c (patch_file): Checkout directly to file2, rather than
|
| H A D | ChangeLog-96 | 682 * update.c (patch_file): use Diffbin instead of DIFF. 791 (patch_file): supply new argument to RCS_checkout. 2140 (join_file, checkout_file, patch_file), no_diff.c 2875 (patch_file): Likewise.
|
| H A D | ChangeLog | 450 * update.c (patch_file): Use new diff_exec API. 2340 * update.c (patch_file): When we are passing vn_rcs to 3923 * update.c (patch_file): Update comments regarding context diffs 4486 * update.c (patch_file): If the revision is dead, let
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | ChangeLog | 2478 comments in patch_file in update.c--passing -a to diff generates a
|