Home
last modified time | relevance | path

Searched refs:fnmax (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
5994 fnmax = 8; in isoent_gen_iso9660_identifier()
5998 fnmax = 30; 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()
6084 nammax = fnmax; in isoent_gen_iso9660_identifier()
6129 if (extlen > 1 && xdoff < fnmax-1) { in isoent_gen_iso9660_identifier()
6147 } else if (xdoff >= fnmax-1) { in isoent_gen_iso9660_identifier()
6149 p[fnmax-1] = '\0'; in isoent_gen_iso9660_identifier()
6150 ext_off = fnmax-1; in isoent_gen_iso9660_identifier()
[all …]