Searched refs:unidiff (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtest_mklog.py33 import unidiff namespace
35 unidiff_supports_renaming = hasattr(unidiff.PatchedFile(), 'is_rename')
480 'Newer version of unidiff is needed (0.6.0+)')
H A Dmklog.py39 from unidiff import PatchSet
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtest_mklog.py33 import unidiff namespace
35 unidiff_supports_renaming = hasattr(unidiff.PatchedFile(), 'is_rename')
501 'Newer version of unidiff is needed (0.6.0+)')
H A Dmklog.py39 from unidiff import PatchSet
249 # Since unidiff 0.7.0, path.file == path.target_file[2:],
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dcontext.c78 print_context_header (struct file_data inf[], bool unidiff)
80 if (unidiff)
95 print_context_script (struct change *script, bool unidiff)
109 if (unidiff)
286 /* Print a portion of an edit script in unidiff format.
77 print_context_header(struct file_data inf[], bool unidiff) argument
94 print_context_script(struct change *script, bool unidiff) argument
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dpatch.c47 static int unidiff = 0; variable
156 unidiff = 1; /* Unidiff */
159 unidiff = 0;
210 if (unidiff)
618 if (unidiff) run_add_arg_p (&dargc, &darg_allocated, &dargv, "-u");
677 if (!unidiff)
698 error (0, 0, "invalid unidiff header for %s", rcs);
724 if (unidiff)
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_email.py28 from unidiff import PatchSet, PatchedFile
H A Dtest_email.py27 import unidiff namespace
31 unidiff_supports_renaming = hasattr(unidiff.PatchedFile(), 'is_rename')
313 'Newer version of unidiff is needed (0.6.0+)')
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_email.py28 from unidiff import PatchSet, PatchedFile
H A Dtest_email.py27 import unidiff namespace
31 unidiff_supports_renaming = hasattr(unidiff.PatchedFile(), 'is_rename')
313 'Newer version of unidiff is needed (0.6.0+)')
/netbsd-current/external/gpl3/gdb/dist/contrib/
H A Dmklog.py37 from unidiff import PatchSet

Completed in 105 milliseconds