Searched refs:fetchname (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/patch/ |
H A D | util.h | 29 char *fetchname(const char *, bool *, int);
|
H A D | pch.c | 220 filearg[0] = fetchname(buf, &exists, 0); in there_is_another_patch() 223 * fetchname can now return buf = NULL, exists = true, to in there_is_another_patch() 236 filearg[0] = fetchname(bestguess, &exists, 0); in there_is_another_patch() 260 name->path = fetchname(str, &name->exists, strippath); in p4_fetchname() 319 names[OLD_FILE].path = fetchname(s + 4, in intuit_diff_type() 326 names[NEW_FILE].path = fetchname(s + off, in intuit_diff_type() 334 names[OLD_FILE].path = fetchname(s + off, in intuit_diff_type() 337 names[INDEX_FILE].path = fetchname(s + 6, in intuit_diff_type()
|
H A D | util.c | 353 fetchname(const char *at, bool *exists, int strip_leading) in fetchname() function
|