Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c5989 int fnmax, ffmax, dnmax; in isoent_gen_iso9660_identifier() local
6005 fnmax = 8; in isoent_gen_iso9660_identifier()
6009 fnmax = 30; in isoent_gen_iso9660_identifier()
6023 fnmax = ffmax = dnmax = 193; in isoent_gen_iso9660_identifier()
6030 fnmax = ffmax = dnmax = 207; in isoent_gen_iso9660_identifier()
6095 nammax = fnmax; in isoent_gen_iso9660_identifier()
6140 if (extlen > 1 && xdoff < fnmax-1) { in isoent_gen_iso9660_identifier()
6158 } else if (xdoff >= fnmax-1) { in isoent_gen_iso9660_identifier()
6160 p[fnmax-1] = '\0'; in isoent_gen_iso9660_identifier()
6161 ext_off = fnmax-1; in isoent_gen_iso9660_identifier()
[all …]