Home
last modified time | relevance | path

Searched refs:ffmax (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c5849 idr_start(struct archive_write *a, struct idr *idr, int cnt, int ffmax, in idr_start() argument
5854 (void)ffmax; /* UNUSED */ in idr_start()
5978 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
5995 ffmax = 12;/* fnmax + '.' + 3 */ in isoent_gen_iso9660_identifier()
5999 ffmax = 31; in isoent_gen_iso9660_identifier()
6012 fnmax = ffmax = dnmax = 193; in isoent_gen_iso9660_identifier()
6019 fnmax = ffmax = dnmax = 207; in isoent_gen_iso9660_identifier()
6022 r = idr_start(a, idr, isoent->children.cnt, ffmax, 3, 1, &rb_ops); in isoent_gen_iso9660_identifier()
6120 } else if (l > ffmax) { in isoent_gen_iso9660_identifier()
6132 if (extlen > ffmax) in isoent_gen_iso9660_identifier()
[all …]