Searched refs:rrip_lookup_name (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | cd9660.c | 76 static char *rrip_lookup_name(struct open_file *f, 177 rrip_lookup_name(struct open_file *f, struct iso_directory_record *dp, in rrip_lookup_name() function 247 cp = rrip_lookup_name(f, dp, lenskip, &len); in dirmatch() 606 name = rrip_lookup_name(f, ep, lenskip, &namelen); in cd9660_readdir()
|
H A D | cd9660read.c | 105 rrip_lookup_name(struct iso_directory_record *dp, int lenskip, size_t *len) in rrip_lookup_name() function 179 cp = rrip_lookup_name(dp, lenskip, &len); in dirmatch()
|