Searched refs:FILE_NAMES_SIZE (Results 1 – 2 of 2) sorted by relevance
116 static int file_formats[FILE_NAMES_SIZE];117 static const size_t file_nformats = FILE_NAMES_SIZE;118 const char *file_names[FILE_NAMES_SIZE];119 const size_t file_nnames = FILE_NAMES_SIZE;441 assert(p->type < FILE_NAMES_SIZE); in init_file_tables()445 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
292 #define FILE_NAMES_SIZE 60 /* size of array to contain all names */ macro