Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dpch.c75 static char *best_name(const struct file_name *, bool);
395 filearg[0] = best_name(names, ok_to_create_file); in intuit_diff_type()
412 bestguess = best_name(names, true); in intuit_diff_type()
1468 best_name(const struct file_name *names, bool assume_exists) in best_name() function