HomeSort by: relevance | last modified time | path
    Searched defs:dnmax (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 5989 int fnmax, ffmax, dnmax; local
6007 dnmax = 8;
6011 dnmax = 31;
6023 fnmax = ffmax = dnmax = 193;
6030 fnmax = ffmax = dnmax = 207;
6093 nammax = dnmax;
6125 if (l > dnmax) {
6126 p[dnmax] = '\0';
6127 weight = dnmax;
6128 if (ext_off > dnmax)
    [all...]
archive_write_set_format_iso9660.c 5989 int fnmax, ffmax, dnmax; local
6007 dnmax = 8;
6011 dnmax = 31;
6023 fnmax = ffmax = dnmax = 193;
6030 fnmax = ffmax = dnmax = 207;
6093 nammax = dnmax;
6125 if (l > dnmax) {
6126 p[dnmax] = '\0';
6127 weight = dnmax;
6128 if (ext_off > dnmax)
    [all...]

Completed in 53 milliseconds