Home
last modified time | relevance | path

Searched refs:cl_word (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/file/src/
H A Dcdf.c306 d->cl_word[0] = CDF_TOLE2(d->cl_word[0]); in cdf_swap_class()
307 d->cl_word[1] = CDF_TOLE2(d->cl_word[1]); in cdf_swap_class()
1258 "%.2x%.2x%.2x%.2x%.2x%.2x", id->cl_dword, id->cl_word[0], in cdf_print_classid()
1259 id->cl_word[1], id->cl_two[0], id->cl_two[1], id->cl_six[0], in cdf_print_classid()
H A Dcdf.h138 uint16_t cl_word[2]; member