Searched refs:ffmax (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_iso9660.c | 5862 idr_start(struct archive_write *a, struct idr *idr, int cnt, int ffmax, in idr_start() argument 5867 (void)ffmax; /* UNUSED */ in idr_start() 5995 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local 6015 ffmax = 12;/* fnmax + '.' + 3 */ in isoent_gen_iso9660_identifier() 6019 ffmax = 31; in isoent_gen_iso9660_identifier() 6032 fnmax = ffmax = dnmax = 193; in isoent_gen_iso9660_identifier() 6039 fnmax = ffmax = dnmax = 207; in isoent_gen_iso9660_identifier() 6042 r = idr_start(a, idr, isoent->children.cnt, ffmax, num_size, null_size, &rb_ops); in isoent_gen_iso9660_identifier() 6140 } else if (l > ffmax) { in isoent_gen_iso9660_identifier() 6152 if (extlen > ffmax) in isoent_gen_iso9660_identifier() [all …]
|