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

  /src/external/gpl2/xcvs/dist/src/
history.c 282 static int file_max; /* Number of elements allocated */ variable
984 if (file_count == file_max)
986 file_max = xsum (file_max, FILE_INCREMENT);
987 if (size_overflow_p (xtimes (file_max, sizeof (*fl))))
992 file_list = xnrealloc (file_list, file_max, sizeof (*fl));

Completed in 15 milliseconds