Searched refs:type1 (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_ftlink.c40 | FIELDTYPE *type1,
52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) argument
56 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2));
57 if (type1 && type2)
66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS))
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE))
70 nftyp->left = type1;
72 type1->ref++;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c55 struct ntlm_type1 type1; local
62 memset(&type1, 0, sizeof(type1));
66 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags;
67 type1.domain = strdup(domain);
68 type1.hostname = NULL;
69 type1.os[0] = 0;
70 type1.os[1] = 0;
72 ret = heim_ntlm_encode_type1(&type1, &data);
182 struct ntlm_type1 type1; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalarith.c93 struct type *type1, *type2, *valptrtype;
97 type1 = check_typedef (VALUE_TYPE (arg1));
100 if ((TYPE_CODE (type1) == TYPE_CODE_PTR
103 (TYPE_CODE (type1) == TYPE_CODE_INT
109 if (TYPE_CODE (type1) == TYPE_CODE_PTR)
113 valptrtype = type1;
137 struct type *type1, *type2;
140 type1 = check_typedef (VALUE_TYPE (arg1));
143 if (TYPE_CODE (type1) == TYPE_CODE_PTR)
148 LONGEST sz = find_size_for_pointer_math (type1);
92 struct type *type1, *type2, *valptrtype; local
136 struct type *type1, *type2; local
294 struct type *type1, *type2; local
316 struct type *type1; local
622 struct type *type1 = check_typedef (VALUE_TYPE (arg1)); local
751 struct type *type1, *type2; local
1163 struct type *type1; local
1221 struct type *type1, *type2; local
1280 struct type *type1, *type2; local
[all...]
H A Dgnu-v2-abi.c96 struct type *type1 = check_typedef (VALUE_TYPE (arg1));
119 if (TYPE_TARGET_TYPE (context) != type1)
123 type1 = check_typedef (VALUE_TYPE (arg1));
126 context = type1;
95 struct type *type1 = check_typedef (VALUE_TYPE (arg1)); local
H A Dax-gdb.c92 static int type_wider_than (struct type *type1, struct type *type2);
93 static struct type *max_type (struct type *type1, struct type *type2);
764 type_wider_than (struct type *type1, struct type *type2)
766 return (TYPE_LENGTH (type1) > TYPE_LENGTH (type2)
767 || (TYPE_LENGTH (type1) == TYPE_LENGTH (type2) argument
768 && TYPE_UNSIGNED (type1)
775 max_type (struct type *type1, struct type *type2)
777 return type_wider_than (type1, type2) ? type1 : type2;
756 type_wider_than(struct type *type1, struct type *type2) argument
H A Dhpacc-abi.c88 struct type *type1 = check_typedef (VALUE_TYPE (arg1)); local
H A Dada-typeprint.c616 struct type *type1 = ada_find_parallel_type (type, "___XVE");
617 if (type1 != NULL)
618 type = type1;
615 struct type *type1 = ada_find_parallel_type (type, "___XVE"); local
H A Dada-lang.c2905 struct type *type1 =
2917 return (!(numeric_type_p (type0) && numeric_type_p (type1)));
2924 return (!(integer_type_p (type0) && integer_type_p (type1)));
2932 return (!(scalar_type_p (type0) && scalar_type_p (type1)));
2939 || (TYPE_CODE (type1) != TYPE_CODE_ARRAY &&
2940 (TYPE_CODE (type1) != TYPE_CODE_PTR ||
2941 TYPE_CODE (TYPE_TARGET_TYPE (type1)) != TYPE_CODE_ARRAY)));
2944 return (!(numeric_type_p (type0) && integer_type_p (type1)));
3218 equiv_types (struct type *type0, struct type *type1)
3220 if (type0 == type1)
2900 struct type *type1 = local
3210 equiv_types(struct type *type0, struct type *type1) argument
3245 struct type *type1 = SYMBOL_TYPE (sym1); local
5809 ada_prefer_type(struct type *type0, struct type *type1) argument
6375 struct type *type1 = TYPE_FIELD_TYPE (check_typedef (type), 0); local
6415 struct type *type1 = ada_find_any_type (name); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c51 struct ntlm_type1 type1; local
57 memset(&type1, 0, sizeof(type1));
59 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM;
60 type1.domain = rk_UNCONST(domain);
61 type1.hostname = NULL;
62 type1.os[0] = 0;
63 type1.os[1] = 0;
65 ret = heim_ntlm_encode_type1(&type1, &data);
69 memset(&type1,
[all...]
H A Dntlm.c579 * @param type1 the ntlm_type1 message to encode.
590 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) argument
597 flags = type1->flags;
600 if (type1->domain) {
604 if (type1->hostname) {
608 if (type1->os[0])
612 if (type1->domain) {
613 domain.length = len_string(0, type1->domain);
621 if (type1->hostname) {
622 hostname.length = len_string(0, type1
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c110 struct ntlm_type1 type1; local
130 ret = heim_ntlm_decode_type1(&data, &type1);
137 if ((type1.flags & NTLM_NEG_UNICODE) == 0) {
138 heim_ntlm_free_type1(&type1);
144 if (type1.flags & NTLM_NEG_SIGN)
146 if (type1.flags & NTLM_NEG_SIGN)
151 type1.flags,
152 type1.hostname,
153 type1.domain,
156 heim_ntlm_free_type1(&type1);
[all...]
H A Dinit_sec_context.c246 struct ntlm_type1 type1; local
282 memset(&type1, 0, sizeof(type1));
284 type1.flags = flags;
285 type1.domain = name->domain;
286 type1.hostname = NULL;
287 type1.os[0] = 0;
288 type1.os[1] = 0;
290 ret = heim_ntlm_encode_type1(&type1, &data);
/freebsd-11-stable/usr.bin/mail/
H A Dcmd1.c248 return (type1(msgvec, 1, 1));
258 return (type1(msgvec, 0, 1));
268 return (type1(msgvec, 1, 0));
278 return (type1(msgvec, 0, 0));
286 type1(int *msgvec, int doign, int page) function
H A Dextern.h237 int type1(int *, int, int);
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjects.h1025 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1027 static int nm##_cmp(type1 const *, type2 const *); \
1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1030 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1031 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1032 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1062 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
1065 type1 const *a = a_; \
1069 static type2 *OBJ_bsearch_##nm(type1 *ke
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c1549 tree type1, tree type2, tree *args, tree *argtypes,
1558 types[0] = type1;
1637 enum tree_code code2, tree fnname, tree type1,
1674 if (TREE_CODE (type1) == BOOLEAN_TYPE)
1678 if (ARITHMETIC_TYPE_P (type1) || TYPE_PTROB_P (type1))
1680 type1 = build_reference_type (type1);
1695 if (TREE_CODE (type1) == POINTER_TYPE
1696 && (TYPE_PTROB_P (type1)
1548 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
1636 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
4591 tree type1 = non_reference (type); local
6170 tree type1, type2; local
[all...]
H A Dtypeck.c1143 at_least_as_qualified_p (tree type1, tree type2)
1145 int q1 = cp_type_quals (type1);
1156 comp_cv_qualification (tree type1, tree type2)
1158 int q1 = cp_type_quals (type1);
1177 comp_cv_qual_signature (tree type1, tree type2)
1179 if (comp_ptr_ttypes_real (type2, type1, -1))
1181 else if (comp_ptr_ttypes_real (type1, type2, -1))
3093 tree type0, type1;
3191 type1 = TREE_TYPE (op1);
3196 code1 = TREE_CODE (type1);
1141 at_least_as_qualified_p(tree type1, tree type2) argument
1154 comp_cv_qualification(tree type1, tree type2) argument
1175 comp_cv_qual_signature(tree type1, tree type2) argument
3086 tree type0, type1; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dsdt.h133 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1)
134 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2)
135 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3)
136 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\
342 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \
345 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
348 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \
351 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
355 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \
358 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NUL
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c786 comptypes (tree type1, tree type2)
791 val = comptypes_internal (type1, type2);
804 comptypes_internal (tree type1, tree type2)
806 tree t1 = type1;
2657 tree type1 = TREE_TYPE (would_have_been);
2665 else if (formal_prec != TYPE_PRECISION (type1))
2669 else if (TYPE_UNSIGNED (type) == TYPE_UNSIGNED (type1))
3372 tree type1;
3391 type1 = TREE_TYPE (op1);
3392 code1 = TREE_CODE (type1);
782 comptypes(tree type1, tree type2) argument
799 comptypes_internal(tree type1, tree type2) argument
2645 tree type1 = TREE_TYPE (would_have_been); local
3354 tree type1; local
8238 tree type0, type1; local
[all...]
H A Dtree-ssa-alias-warnings.c867 nonstandard_alias_types_p (tree type1, tree type2)
872 if (VOID_TYPE_P (type1) || VOID_TYPE_P (type2))
875 set1 = get_alias_set (type1);
864 nonstandard_alias_types_p(tree type1, tree type2) argument
H A Dtarget.h410 int (* comp_type_attributes) (tree type1, tree type2);
744 const char *(*invalid_binary_op) (int op, tree type1, tree type2);
H A Dc-common.c1850 tree type1 = TYPE_MAIN_VARIANT (type);
1851 if (type1 == signed_char_type_node || type1 == char_type_node)
1853 if (type1 == integer_type_node)
1855 if (type1 == short_integer_type_node)
1857 if (type1 == long_integer_type_node)
1859 if (type1 == long_long_integer_type_node)
1861 if (type1 == widest_integer_literal_type_node)
1864 if (type1 == intTI_type_node)
1867 if (type1
1844 tree type1 = TYPE_MAIN_VARIANT (type); local
1878 tree type1 = TYPE_MAIN_VARIANT (type); local
2037 binary_op_error(enum tree_code code, tree type0, tree type1) argument
[all...]
H A Dipa-prop.c364 enum jump_func_type type1)
366 IPA_EDGE_REF (cs)->ipa_param_map[i].type = type1;
363 ipa_callsite_param_set_type(struct cgraph_edge *cs, int i, enum jump_func_type type1) argument
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c585 struct smbios_table_type1 *type1; local
589 type1 = (struct smbios_table_type1 *)curaddr;
599 uuid_enc_le(&type1->uuid, &uuid);
626 memcpy(&type1->uuid, digest, sizeof (digest));
/freebsd-11-stable/bin/sh/tests/builtins/
H A DMakefile163 ${PACKAGE}FILES+= type1.0 type1.0.stderr

Completed in 378 milliseconds

12