Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dpch.c307 names[NEW_FILE].path = fetchname(s + 4, in intuit_diff_type()
308 &names[NEW_FILE].exists, strippath); in intuit_diff_type()
377 names[OLD_FILE] = names[NEW_FILE]; in intuit_diff_type()
378 names[NEW_FILE] = tmp; in intuit_diff_type()
386 names[NEW_FILE].path != NULL) { in intuit_diff_type()
410 free(names[NEW_FILE].path); in intuit_diff_type()
1514 names[NEW_FILE].path != NULL) in posix_name()
1515 path = names[NEW_FILE].path; in posix_name()
1581 names[NEW_FILE].path != NULL) in best_name()
1582 best = names[NEW_FILE].path; in best_name()
H A Dpch.h34 #define NEW_FILE 1 macro