Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c6079 int nammax; in isoent_gen_iso9660_identifier() local
6082 nammax = dnmax; in isoent_gen_iso9660_identifier()
6084 nammax = fnmax; in isoent_gen_iso9660_identifier()
6086 if (l > nammax) { in isoent_gen_iso9660_identifier()
6087 p[nammax] = '\0'; in isoent_gen_iso9660_identifier()
6088 weight = nammax; in isoent_gen_iso9660_identifier()
6089 ext_off = nammax; in isoent_gen_iso9660_identifier()