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.c5978 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
5996 dnmax = 8; in isoent_gen_iso9660_identifier()
6000 dnmax = 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()
6082 nammax = dnmax; in isoent_gen_iso9660_identifier()
6114 if (l > dnmax) { in isoent_gen_iso9660_identifier()
6115 p[dnmax] = '\0'; in isoent_gen_iso9660_identifier()
6116 weight = dnmax; in isoent_gen_iso9660_identifier()
6117 if (ext_off > dnmax) in isoent_gen_iso9660_identifier()
[all …]