Searched refs:use_rrip (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dcd9660read.c174 dirmatch(const char *path, struct iso_directory_record *dp, int use_rrip, argument
181 if (use_rrip)
231 int rc, first, use_rrip, lenskip; local
250 use_rrip = 0;
275 use_rrip = rrip_check(dp, &lenskip);
277 if (dirmatch(path, dp, use_rrip,
H A Dcd9660.c74 struct iso_directory_record *dp, int use_rrip, int lenskip);
229 int use_rrip, int lenskip)
235 if (use_rrip)
293 int rc, first, use_rrip, lenskip; local
325 use_rrip = 0;
358 use_rrip = rrip_check(f, dp, &lenskip);
360 if (dirmatch(f, path, dp, use_rrip,
428 use_rrip = rrip_check(f, dp, &lenskip);
430 if (use_rrip) {
228 dirmatch(struct open_file *f, const char *path, struct iso_directory_record *dp, int use_rrip, int lenskip) argument

Completed in 101 milliseconds