| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | objects.h | 78 static int nm##_cmp(type1 const *, type2 const *); \ 79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 117 type2 const *b = b_; \ 120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 122 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 131 type2 const *b = b_; \ 134 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 136 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 142 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/ntlm/ |
| H A D | test_ntlm.c | 52 struct ntlm_type2 type2; in test_parse() local 82 memset(&type2, 0, sizeof(type2)); in test_parse() 85 type2.flags = flags; in test_parse() 87 memset(type2.challenge, 0x7f, sizeof(type2.challenge)); in test_parse() 90 type2.targetinfo.length = 0; in test_parse() 96 memset(&type2, 0, sizeof(type2)); in test_parse() 121 type2.challenge, in test_parse() 155 memset(&type2, 0, sizeof(type2)); in test_parse() 158 type2.flags = flags; in test_parse() 160 memset(type2.challenge, 0x7f, sizeof(type2.challenge)); in test_parse() [all …]
|
| H A D | ntlm.c | 689 memset(type2, 0, sizeof(*type2)); in heim_ntlm_decode_type2() 705 if (type2->flags & NTLM_NEG_UNICODE) in heim_ntlm_decode_type2() 707 CHECK(krb5_storage_read(in, type2->challenge, sizeof(type2->challenge)), in heim_ntlm_decode_type2() 708 sizeof(type2->challenge)); in heim_ntlm_decode_type2() 726 heim_ntlm_free_type2(type2); in heim_ntlm_decode_type2() 755 if (type2->flags & NTLM_NEG_VERSION) in heim_ntlm_encode_type2() 758 if (type2->flags & NTLM_NEG_UNICODE) in heim_ntlm_encode_type2() 779 CHECK(krb5_storage_write(out, type2->challenge, sizeof(type2->challenge)), in heim_ntlm_encode_type2() 780 sizeof(type2->challenge)); in heim_ntlm_encode_type2() 791 type2->targetinfo.length), in heim_ntlm_encode_type2() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | valarith.c | 118 valptrtype = type2; in value_add() 136 struct type *type1, *type2; in value_sub() local 294 struct type *type1, *type2; in binop_user_defined_p() local 626 COERCE_VARYING_ARRAY (arg2, type2); in value_concat() 638 tmp = type2; in value_concat() 658 inval2len = TYPE_LENGTH (type2); in value_concat() 751 struct type *type1, *type2; in value_binop() local 1221 struct type *type1, *type2; in value_equal() local 1231 code2 = TYPE_CODE (type2); in value_equal() 1280 struct type *type1, *type2; in value_less() local [all …]
|
| H A D | ax-gdb.c | 91 static int type_wider_than (struct type *type1, struct type *type2); 92 static struct type *max_type (struct type *type1, struct type *type2); 756 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() argument 758 return (TYPE_LENGTH (type1) > TYPE_LENGTH (type2) in type_wider_than() 759 || (TYPE_LENGTH (type1) == TYPE_LENGTH (type2) in type_wider_than() 761 && !TYPE_UNSIGNED (type2))); in type_wider_than() 767 max_type (struct type *type1, struct type *type2) in max_type() argument 769 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
|
| H A D | valops.c | 211 struct type *type2; in value_cast() local 221 type2 = check_typedef (VALUE_TYPE (arg2)); in value_cast() 234 int val_length = TYPE_LENGTH (type2); in value_cast() 254 && TYPE_CODE (type2) == TYPE_CODE_ARRAY) in value_cast() 257 if (TYPE_CODE (type2) == TYPE_CODE_FUNC) in value_cast() 260 type2 = check_typedef (VALUE_TYPE (arg2)); in value_cast() 261 COERCE_VARYING_ARRAY (arg2, type2); in value_cast() 262 code2 = TYPE_CODE (type2); in value_cast() 287 arg2, 0, type2, 1); in value_cast() 308 switch (TYPE_CODE (TYPE_TARGET_TYPE (type2))) in value_cast() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/ |
| H A D | test_ntlm.c | 56 struct ntlm_type2 type2; in test_libntlm_v1() local 63 memset(&type2, 0, sizeof(type2)); in test_libntlm_v1() 110 type3.flags = type2.flags; in test_libntlm_v1() 112 type3.targetname = type2.targetname; in test_libntlm_v1() 121 type2.challenge, in test_libntlm_v1() 183 struct ntlm_type2 type2; in test_libntlm_v2() local 189 memset(&type2, 0, sizeof(type2)); in test_libntlm_v2() 234 type3.flags = type2.flags; in test_libntlm_v2() 247 type2.targetname, in test_libntlm_v2() 248 type2.challenge, in test_libntlm_v2() [all …]
|
| /freebsd-12.1/contrib/ncurses/form/ |
| H A D | fld_ftlink.c | 52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in NCURSES_EXPORT() 56 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2)); in NCURSES_EXPORT() 57 if (type1 && type2) in NCURSES_EXPORT() 66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in NCURSES_EXPORT() 68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in NCURSES_EXPORT() 71 nftyp->right = type2; in NCURSES_EXPORT() 73 type2->ref++; in NCURSES_EXPORT()
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | gelf_mips64el.c | 52 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tof() local 56 type2 = r_info >> 8; in _libelf_mips64el_r_info_tof() 61 new_info |= (Elf64_Xword)type2 << 48; in _libelf_mips64el_r_info_tof() 70 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tom() local 74 type2 = r_info >> 48; in _libelf_mips64el_r_info_tom() 79 new_info |= (Elf64_Xword)type2 << 8; in _libelf_mips64el_r_info_tom()
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | kdc.c | 253 struct ntlm_type2 type2; in kdc_type2() local 258 memset(&type2, 0, sizeof(type2)); in kdc_type2() 294 *ret_flags = type2.flags; in kdc_type2() 302 if (challange.length != sizeof(type2.challenge)) { in kdc_type2() 306 memcpy(type2.challenge, challange.data, sizeof(type2.challenge)); in kdc_type2() 310 &type2.targetname); in kdc_type2() 318 free(type2.targetname); in kdc_type2() 323 type2.targetinfo.data = ti.data; in kdc_type2() 324 type2.targetinfo.length = ti.length; in kdc_type2() 326 ret = heim_ntlm_encode_type2(&type2, &data); in kdc_type2() [all …]
|
| H A D | init_sec_context.c | 303 struct ntlm_type2 type2; in _gss_ntlm_init_sec_context() local 312 ret = heim_ntlm_decode_type2(&data, &type2); in _gss_ntlm_init_sec_context() 319 ctx->flags = type2.flags; in _gss_ntlm_init_sec_context() 327 type3.flags = type2.flags; in _gss_ntlm_init_sec_context() 328 type3.targetname = type2.targetname; in _gss_ntlm_init_sec_context() 335 if (1 || type2.targetinfo.length == 0) { in _gss_ntlm_init_sec_context() 338 if (type2.flags & NTLM_NEG_NTLM2_SESSION) { in _gss_ntlm_init_sec_context() 349 type2.challenge, in _gss_ntlm_init_sec_context() 356 type2.challenge, in _gss_ntlm_init_sec_context() 420 type2.challenge, in _gss_ntlm_init_sec_context() [all …]
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | kdigest.c | 435 struct ntlm_type2 type2; in ntlm_server_init() local 441 memset(&type2, 0, sizeof(type2)); in ntlm_server_init() 465 if (challenge.length != sizeof(type2.challenge)) in ntlm_server_init() 467 memcpy(type2.challenge, challenge.data, sizeof(type2.challenge)); in ntlm_server_init() 470 ret = krb5_ntlm_init_get_flags(context, ntlm, &type2.flags); in ntlm_server_init() 474 krb5_ntlm_init_get_targetname(context, ntlm, &type2.targetname); in ntlm_server_init() 475 type2.targetinfo.data = zero2; in ntlm_server_init() 476 type2.targetinfo.length = 2; in ntlm_server_init() 478 ret = heim_ntlm_encode_type2(&type2, &data); in ntlm_server_init() 482 free(type2.targetname); in ntlm_server_init()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 1559 types[1] = type2; in build_builtin_candidate() 1810 type2 = type1; in add_builtin_candidate() 1815 type1 = type2; in add_builtin_candidate() 1836 type2 = type1; in add_builtin_candidate() 1840 && TYPE_PTR_P (type2) in add_builtin_candidate() 1843 type1 = type2; in add_builtin_candidate() 1957 type2 = type1; in add_builtin_candidate() 1990 || !(TYPE_PTR_P (type2) || TYPE_PTR_TO_MEMBER_P (type2))) in add_builtin_candidate() 2005 if (type2 && !same_type_p (type1, type2) in add_builtin_candidate() 2017 (candidates, fnname, type2, type2, args, argtypes, flags); in add_builtin_candidate() [all …]
|
| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | protocol.c | 1439 struct ntlm_type2 type2; in kcm_op_do_ntlm() local 1447 memset(&type2, 0, sizeof(type2)); in kcm_op_do_ntlm() 1489 type3.flags = type2.flags; in kcm_op_do_ntlm() 1490 type3.targetname = type2.targetname; in kcm_op_do_ntlm() 1497 if (1 || type2.targetinfo.length == 0) { in kcm_op_do_ntlm() 1500 if (type2.flags & NTLM_NEG_NTLM2_SESSION) { in kcm_op_do_ntlm() 1509 type2.challenge, in kcm_op_do_ntlm() 1516 type2.challenge, in kcm_op_do_ntlm() 1571 type2.challenge, in kcm_op_do_ntlm() 1572 &type2.targetinfo, in kcm_op_do_ntlm() [all …]
|
| /freebsd-12.1/sys/sys/ |
| H A D | sdt.h | 136 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument 137 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument 138 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument 350 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument 354 SDT_PROBE_ARGTYPE(sdt, , , name, 2, #type2, NULL); \ 357 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument 361 SDT_PROBE_ARGTYPE(sdt, , , name, 2, #type2, NULL); \ 365 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \ argument 370 SDT_PROBE_ARGTYPE(sdt, , , name, 2, #type2, NULL); \
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-alias-warnings.c | 864 nonstandard_alias_types_p (tree type1, tree type2) in nonstandard_alias_types_p() argument 869 if (VOID_TYPE_P (type1) || VOID_TYPE_P (type2)) in nonstandard_alias_types_p() 873 set2 = get_alias_set (type2); in nonstandard_alias_types_p()
|
| H A D | target.h | 410 int (* comp_type_attributes) (tree type1, tree type2); 744 const char *(*invalid_binary_op) (int op, tree type1, tree type2);
|
| H A D | c-typeck.c | 782 comptypes (tree type1, tree type2) in comptypes() argument 802 tree t2 = type2; in comptypes_internal() 3355 tree type2; in build_conditional_expr() local 3375 type2 = TREE_TYPE (op2); in build_conditional_expr() 3376 code2 = TREE_CODE (type2); in build_conditional_expr() 3390 if (type1 == type2) in build_conditional_expr() 3456 result_type = type2; in build_conditional_expr() 3458 && VOID_TYPE_P (TREE_TYPE (type2))) in build_conditional_expr() 3467 TREE_TYPE (type2))); in build_conditional_expr() 3501 result_type = type2; in build_conditional_expr() [all …]
|
| H A D | ipa-cp.c | 239 enum cvalue_type type1, enum cvalue_type type2) in ipcp_cval_equal_cvalues() argument 241 gcc_assert (ipcp_type_is_const (type1) && ipcp_type_is_const (type2)); in ipcp_cval_equal_cvalues() 242 if (type1 != type2) in ipcp_cval_equal_cvalues()
|
| H A D | stub-objc.c | 97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() argument
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | storeutl.pod | 85 The arg must be formatted as I</type0=value0/type1=value1/type2=...>. 97 The issuer arg must be formatted as I</type0=value0/type1=value1/type2=...>,
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | reader.c | 893 save_param(int k, char *buffer, int name, int type2) in save_param() argument 900 p->type2 = strdup(buffer + type2); in save_param() 901 NO_SPACE(p->type2); in save_param() 902 buffer[type2] = '\0'; in save_param() 903 (void)trim_blanks(p->type2); in save_param() 943 int name, type2; in copy_param() local 1073 type2 = i--; in copy_param() 1077 type2 = i + 1; in copy_param() 1088 save_param(k, parms, name, type2); in copy_param() 3756 free(list->type2); in free_declarations()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 612 let InOperandList = (ins type2:$addr, type0:$cmpval, type0:$newval); 769 let InOperandList = (ins type0:$src, type1:$elt, type2:$idx); 776 let InOperandList = (ins type1:$src, type2:$idx); 783 let InOperandList = (ins type1:$v1, type1:$v2, type2:$mask);
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 1210 heim_oid type2; in pk_rd_pa_reply_enckey() local 1213 ret = hx509_cms_unwrap_ContentInfo(&content, &type2, &out, NULL); in pk_rd_pa_reply_enckey() 1230 ret = hx509_cms_unwrap_ContentInfo(&content, &type2, &out, NULL); in pk_rd_pa_reply_enckey() 1234 if (der_heim_oid_cmp(&type2, &asn1_oid_id_pkcs7_signedData)) { in pk_rd_pa_reply_enckey() 1238 der_free_oid(&type2); in pk_rd_pa_reply_enckey() 1242 der_free_oid(&type2); in pk_rd_pa_reply_enckey()
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | Makefile | 171 ${PACKAGE}FILES+= type2.0
|