Searched refs:check_type (Results 1 – 7 of 7) sorted by relevance
24 function check_type(string) { function73 check_type($3)86 check_type($3)92 check_type($3)109 check_type($i)
972 int check_type, char **peername) in do_x509_check() argument986 if (check_type == GEN_EMAIL) { in do_x509_check()990 } else if (check_type == GEN_DNS) { in do_x509_check()1012 if (gen->type != check_type) in do_x509_check()1015 if (check_type == GEN_EMAIL) in do_x509_check()1017 else if (check_type == GEN_DNS) in do_x509_check()
940 struct type *check_type = element_type; in evaluate_subexp_standard() local944 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE in evaluate_subexp_standard()945 || TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()946 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()985 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) in evaluate_subexp_standard()986 || (TYPE_CODE (check_type) == TYPE_CODE_ENUM in evaluate_subexp_standard()987 && range_low_type != check_type)) in evaluate_subexp_standard()
398 goto check_type; in main()482 check_type: in main()
40 enum check_type enum61 check_type type;
1974 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument1980 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()