Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c6083 int nammax; in isoent_gen_iso9660_identifier() local
6086 nammax = dnmax; in isoent_gen_iso9660_identifier()
6088 nammax = fnmax; in isoent_gen_iso9660_identifier()
6090 if (l > nammax) { in isoent_gen_iso9660_identifier()
6091 p[nammax] = '\0'; in isoent_gen_iso9660_identifier()
6092 weight = nammax; in isoent_gen_iso9660_identifier()
6093 ext_off = nammax; in isoent_gen_iso9660_identifier()