Home
last modified time | relevance | path

Searched refs:INDEX_FILE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/patch/
H A Dpch.c314 names[INDEX_FILE].path = fetchname(s + 6, in intuit_diff_type()
315 &names[INDEX_FILE].exists, strippath); in intuit_diff_type()
387 free(names[INDEX_FILE].path); in intuit_diff_type()
388 names[INDEX_FILE].path = NULL; in intuit_diff_type()
411 free(names[INDEX_FILE].path); in intuit_diff_type()
1540 for (i = INDEX_FILE; i >= OLD_FILE; i--) { in best_name()
1561 for (i = INDEX_FILE; i >= OLD_FILE; i--) { in best_name()
H A Dpch.h35 #define INDEX_FILE 2 macro