Searched refs:ffmax (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_iso9660.c | 5860 idr_start(struct archive_write *a, struct idr *idr, int cnt, int ffmax, in idr_start() argument 5865 (void)ffmax; /* UNUSED */ in idr_start() 5989 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local 6006 ffmax = 12;/* fnmax + '.' + 3 */ in isoent_gen_iso9660_identifier() 6010 ffmax = 31; in isoent_gen_iso9660_identifier() 6023 fnmax = ffmax = dnmax = 193; in isoent_gen_iso9660_identifier() 6030 fnmax = ffmax = dnmax = 207; in isoent_gen_iso9660_identifier() 6033 r = idr_start(a, idr, isoent->children.cnt, ffmax, 3, 1, &rb_ops); in isoent_gen_iso9660_identifier() 6131 } else if (l > ffmax) { in isoent_gen_iso9660_identifier() 6143 if (extlen > ffmax) in isoent_gen_iso9660_identifier() [all …]
|