Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c5982 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
6000 dnmax = 8; in isoent_gen_iso9660_identifier()
6004 dnmax = 31; in isoent_gen_iso9660_identifier()
6016 fnmax = ffmax = dnmax = 193; in isoent_gen_iso9660_identifier()
6023 fnmax = ffmax = dnmax = 207; in isoent_gen_iso9660_identifier()
6086 nammax = dnmax; in isoent_gen_iso9660_identifier()
6118 if (l > dnmax) { in isoent_gen_iso9660_identifier()
6119 p[dnmax] = '\0'; in isoent_gen_iso9660_identifier()
6120 weight = dnmax; in isoent_gen_iso9660_identifier()
6121 if (ext_off > dnmax) in isoent_gen_iso9660_identifier()
[all …]