Searched refs:dirmatch (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | cd9660read.c | 171 dirmatch(const char *path, struct iso_directory_record *dp, int use_rrip, in dirmatch() function 274 if (dirmatch(path, dp, use_rrip, in cd9660_lookup()
|
H A D | cd9660.c | 72 static int dirmatch(struct open_file *f, const char *path, 239 dirmatch(struct open_file *f, const char *path, struct iso_directory_record *dp, in dirmatch() function 411 if (dirmatch(f, path, dp, use_rrip, in cd9660_open()
|