Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dpch.c84 static char *posix_name(const struct file_name *, bool);
382 filearg[0] = posix_name(names, ok_to_create_file); in intuit_diff_type()
405 bestguess = posix_name(names, true); in intuit_diff_type()
1483 posix_name(const struct file_name *names, bool assume_exists) in posix_name() function