Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.c157 float_type_exists (char *check_type) in float_type_exists() argument
163 if (STREQ (temp->type, check_type) && temp->id && *temp->id) in float_type_exists()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_utl.c1069 int check_type, char **peername) in do_x509_check()
1083 if (check_type == GEN_EMAIL) { in do_x509_check()
1087 } else if (check_type == GEN_DNS) { in do_x509_check()
1109 if (gen->type != check_type) in do_x509_check()
1112 if (check_type == GEN_EMAIL) in do_x509_check()
1114 else if (check_type == GEN_DNS) in do_x509_check()
1062 do_x509_check(X509 * x,const char * chk,size_t chklen,unsigned int flags,int check_type,char ** peername) do_x509_check() argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Deval.c563 struct type *check_type = element_type; in evaluate_subexp_standard() local
567 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE || in evaluate_subexp_standard()
568 TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()
569 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()
607 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()
608 (TYPE_CODE (check_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()
609 range_low_type != check_type)) in evaluate_subexp_standard()
/openbsd-src/usr.bin/indent/
H A Dindent.c432 goto check_type; in main()
490 goto check_type; in main()
531 check_type: in main()
/openbsd-src/sys/net/
H A Dtrunklacp.c1739 const struct tlv_template *tmpl, int check_type) in tlv_check() argument
1745 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()