Searched refs:ctype (Results 1 – 4 of 4) sorted by relevance
139 uint32_t ctype:4; member163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
9 util/ctype.c
665 enum filter_cmp_type *ctype, in process_op() argument670 *ctype = FILTER_CMP_NONE; in process_op()711 *ctype = FILTER_CMP_EQ; in process_op()713 *ctype = FILTER_CMP_NE; in process_op()715 *ctype = FILTER_CMP_LT; in process_op()717 *ctype = FILTER_CMP_GT; in process_op()719 *ctype = FILTER_CMP_LE; in process_op()721 *ctype = FILTER_CMP_GE; in process_op()723 *ctype = FILTER_CMP_REGEX; in process_op()725 *ctype = FILTER_CMP_NOT_REGEX; in process_op()[all …]
223 LIB_H += util/include/linux/ctype.h313 LIB_OBJS += $(OUTPUT)util/ctype.o