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.c5995 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
6016 dnmax = 8; in isoent_gen_iso9660_identifier()
6020 dnmax = 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()
6102 nammax = dnmax; in isoent_gen_iso9660_identifier()
6134 if (l > dnmax) { in isoent_gen_iso9660_identifier()
6135 p[dnmax] = '\0'; in isoent_gen_iso9660_identifier()
6136 weight = dnmax; in isoent_gen_iso9660_identifier()
6137 if (ext_off > dnmax) in isoent_gen_iso9660_identifier()
[all …]