Searched refs:FILE_NAMES_SIZE (Results 1 – 2 of 2) sorted by relevance
105 file_private int file_formats[FILE_NAMES_SIZE];106 file_private const size_t file_nformats = FILE_NAMES_SIZE;107 file_protected const char *file_names[FILE_NAMES_SIZE];108 file_protected const size_t file_nnames = FILE_NAMES_SIZE;422 assert(p->type < FILE_NAMES_SIZE); in init_file_tables()426 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
307 #define FILE_NAMES_SIZE 62 /* size of array to contain all names */ macro