Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c326 names[NEW_FILE].path = fetchname(s + off, in intuit_diff_type()
327 &names[NEW_FILE].exists, strippath); in intuit_diff_type()
357 p4_fetchname(&names[NEW_FILE], t + 3); in intuit_diff_type()
409 names[OLD_FILE] = names[NEW_FILE]; in intuit_diff_type()
410 names[NEW_FILE] = tmp; in intuit_diff_type()
436 names[NEW_FILE].path != NULL) { in intuit_diff_type()
460 free(names[NEW_FILE].path); in intuit_diff_type()
1552 names[NEW_FILE].path != NULL) in posix_name()
1553 path = names[NEW_FILE].path; in posix_name()
1612 best = names[NEW_FILE].path; in best_name()
H A Dpch.h30 #define NEW_FILE 1 macro