Searched refs:use_rrip (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/stand/libsa/
H A Dcd9660read.c173 dirmatch(const char *path, struct iso_directory_record *dp, int use_rrip, argument
180 if (use_rrip)
229 int rc, first, use_rrip, lenskip; local
248 use_rrip = 0;
273 use_rrip = rrip_check(dp, &lenskip);
275 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
324 use_rrip = 0;
357 use_rrip = rrip_check(f, dp, &lenskip);
359 if (dirmatch(f, path, dp, use_rrip,
427 use_rrip = rrip_check(f, dp, &lenskip);
429 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 88 milliseconds