Searched refs:FILE_NAMES_SIZE (Results 1 – 2 of 2) sorted by relevance
110 file_private int file_formats[FILE_NAMES_SIZE];111 file_private const size_t file_nformats = FILE_NAMES_SIZE;112 file_protected const char *file_names[FILE_NAMES_SIZE];113 file_protected const size_t file_nnames = FILE_NAMES_SIZE;435 assert(p->type < FILE_NAMES_SIZE); in init_file_tables()439 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
301 #define FILE_NAMES_SIZE 60 /* size of array to contain all names */ macro