Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c5989 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
6007 dnmax = 8; in isoent_gen_iso9660_identifier()
6011 dnmax = 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()
6093 nammax = dnmax; in isoent_gen_iso9660_identifier()
6125 if (l > dnmax) { in isoent_gen_iso9660_identifier()
6126 p[dnmax] = '\0'; in isoent_gen_iso9660_identifier()
6127 weight = dnmax; in isoent_gen_iso9660_identifier()
6128 if (ext_off > dnmax) in isoent_gen_iso9660_identifier()
[all …]