Home
last modified time | relevance | path

Searched refs:PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/patch/
H A Dprint.c40 patch_print_from_patchfile(PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE, in test_patch_print__change_firstline()
41 strlen(PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE)); in test_patch_print__change_firstline()
H A Dpatch_common.h64 #define PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE \ macro
/dports/devel/libgit2/libgit2-1.3.0/tests/apply/
H A Dfromdiff.c122 PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE, NULL)); in test_apply_fromdiff__change_firstline()
H A Dfromfile.c117 PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE, NULL, in test_apply_fromfile__change_firstline()
/dports/devel/libgit2/libgit2-1.3.0/tests/diff/
H A Dparse.c47 git_buf_puts(&buf, PATCH_ORIGINAL_TO_CHANGE_FIRSTLINE); in test_parse_invalid_diff()