Searched refs:lenskip (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | cd9660read.c | 63 int lenskip) in susp_lookup_record() argument 71 p = dp->name + isonum_711(dp->name_len) + lenskip; in susp_lookup_record() 105 rrip_lookup_name(struct iso_directory_record *dp, int lenskip, size_t *len) in rrip_lookup_name() argument 112 p = (ISO_RRIP_ALTNAME *)susp_lookup_record(RRIP_NAME, dp, lenskip); in rrip_lookup_name() 135 rrip_check(struct iso_directory_record *dp, int *lenskip) in rrip_check() argument 156 *lenskip = isonum_711(sp->len_skp); in rrip_check() 172 int lenskip) in dirmatch() argument 179 cp = rrip_lookup_name(dp, lenskip, &len); in dirmatch() 228 int rc, first, use_rrip, lenskip; in cd9660_lookup() local 248 lenskip = 0; in cd9660_lookup() [all …]
|
H A D | cd9660.c | 73 struct iso_directory_record *dp, int use_rrip, int lenskip); 75 int *lenskip); 77 struct iso_directory_record *dp, int lenskip, size_t *len); 80 int lenskip); 133 struct iso_directory_record *dp, int lenskip) in susp_lookup_record() argument 142 p = dp->name + isonum_711(dp->name_len) + lenskip; in susp_lookup_record() 178 int lenskip, size_t *len) in rrip_lookup_name() argument 185 p = (ISO_RRIP_ALTNAME *)susp_lookup_record(f, RRIP_NAME, dp, lenskip); in rrip_lookup_name() 208 rrip_check(struct open_file *f, struct iso_directory_record *dp, int *lenskip) in rrip_check() argument 225 *lenskip = isonum_711(sp->len_skp); in rrip_check() [all …]
|