Searched refs:baselen_max (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dbackupfile.c96 size_t baselen_max = HAVE_LONG_FILE_NAMES ? 255 : NAME_MAX_MINIMUM; local
112 long size = baselen_max = name_max;
114 baselen_max = SIZE_MAX;
119 if (HAVE_DOS_FILE_NAMES && baselen_max <= 12)
124 baselen_max = 8;
128 baselen_max = (second_dot
134 if (baselen_max < baselen)
137 if (baselen_max <= baselen)
138 baselen = baselen_max - 1;

Completed in 53 milliseconds