Searched refs:tbllen (Results 1 – 1 of 1) sorted by relevance
458 size_t tbllen; in load_file() local506 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()511 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_LEN_OFF); in load_file()520 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SIZE_LEN_OFF); in load_file()523 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()530 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SIZE_LEN_OFF); in load_file()533 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_LEN_OFF); in load_file()548 if ((ccsp->tbl = (ucs2_t *)malloc (tbllen)) == NULL) in load_file()556 if (fread ((void *) ccsp->tbl, 1, tbllen, file) != tbllen) in load_file()