usr.bin/patch/pch.c
221
filearg[0] = fetchname(buf, &exists, 0);
usr.bin/patch/pch.c
237
filearg[0] = fetchname(bestguess, &exists, 0);
usr.bin/patch/pch.c
261
name->path = fetchname(str, &name->exists, strippath);
usr.bin/patch/pch.c
320
names[OLD_FILE].path = fetchname(s + 4,
usr.bin/patch/pch.c
327
names[NEW_FILE].path = fetchname(s + off,
usr.bin/patch/pch.c
335
names[OLD_FILE].path = fetchname(s + off,
usr.bin/patch/pch.c
338
names[INDEX_FILE].path = fetchname(s + 6,
usr.bin/patch/util.h
30
char *fetchname(const char *, bool *, int);