Home
last modified time | relevance | path

Searched refs:strippath (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/patch/
H A Dpch.c260 name->path = fetchname(str, &name->exists, strippath); in p4_fetchname()
320 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
323 if (piece_of_git && strippath == 957 && in intuit_diff_type()
327 &names[NEW_FILE].exists, strippath); in intuit_diff_type()
331 if (piece_of_git && strippath == 957 && in intuit_diff_type()
335 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
338 &names[INDEX_FILE].exists, strippath); in intuit_diff_type()
H A Dcommon.h92 extern int strippath;
H A Dpatch.c83 int strippath = 957; variable
634 strippath = atoi(optarg); in get_some_switches()