Searched refs:oldtype (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_cancel.c105 _pthread_setcanceltype(int type, int *oldtype) argument
123 if (oldtype) {
124 *oldtype = oldval ? PTHREAD_CANCEL_ASYNCHRONOUS :
/freebsd-10.1-release/usr.sbin/mptable/
H A Dmptable.c661 int oldtype, entrytype; local
725 oldtype = -1;
728 if (entrytype != oldtype)
730 if (entrytype < oldtype)
734 if (oldtype != 0)
737 oldtype = 0;
742 if (oldtype != 1)
744 oldtype = 1;
749 if (oldtype != 2)
751 oldtype
[all...]
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_cancel.c220 _pthread_setcanceltype(int type, int *oldtype) argument
251 if (ret == 0 && oldtype != NULL)
252 *oldtype = otype;
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.y54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
953 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
957 t = oldtype;
958 oldtype = oldtype->subtype; /* XXX */
965 t->subtype = oldtype;
H A Dasn1parse.c268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2779 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
2782 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
2783 t = oldtype;
2784 oldtype = oldtype->subtype; /* XXX */
2791 t->subtype = oldtype;
2776 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) argument
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h136 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c416 const char *errstr, *oldtype, *scheme; local
493 oldtype = gc->lg_val;
548 items[2].text, (strcmp(oldtype, items[0].text) != 0) ?
552 if (strcmp(oldtype, items[0].text) != 0 && cp != NULL)
554 if (strcmp(oldtype, items[0].text) != 0 && strcmp(items[0].text,
/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c1022 match_builtin_function_types (tree newtype, tree oldtype)
1029 oldrettype = TREE_TYPE (oldtype);
1035 oldargs = TYPE_ARG_TYPES (oldtype);
1054 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype));
1062 tree newtype, tree oldtype)
1067 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1068 || !((TYPE_ARG_TYPES (oldtype) == 0 && DECL_INITIAL (olddecl) == 0)
1073 t = TYPE_ARG_TYPES (oldtype);
1102 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype)
1109 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype);
1014 match_builtin_function_types(tree newtype, tree oldtype) argument
1053 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1094 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1185 tree newtype, oldtype; local
1646 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1971 tree newtype = NULL, oldtype = NULL; local
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dname-lookup.c2093 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype,
2114 oldtype = oldval;
2229 if (oldtype && *newtype && !decls_match (oldtype, *newtype))
2247 tree oldval, oldtype, newval, newtype;
2259 oldtype = lookup_type_current_level (name);
2261 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
3357 tree oldval, oldtype, newval, newtype;
3368 oldtype = binding->type;
3370 do_nonmember_using_decl (scope, name, oldval, oldtype,
2090 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2244 tree oldval, oldtype, newval, newtype; local
3352 tree oldval, oldtype, newval, newtype; local
[all...]
H A Ddecl.c1620 tree oldtype = TREE_TYPE (olddecl);
1622 if (newtype != error_mark_node && oldtype != error_mark_node
1623 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1625 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1676 tree oldtype = TREE_TYPE (olddecl);
1685 newtype = oldtype;
1719 if (! same_type_p (newtype, oldtype)
1615 tree oldtype = TREE_TYPE (olddecl); local
1671 tree oldtype = TREE_TYPE (olddecl); local
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c1391 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
1394 ASSERT(oldtype < DD_USED_NUM);
1403 dd->dd_phys->dd_used_breakdown[oldtype] >= delta :
1406 dd->dd_phys->dd_used_breakdown[oldtype] -= delta;
1390 dsl_dir_transfer_space(dsl_dir_t *dd, int64_t delta, dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) argument
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbtypes.c181 alloc_type_instance (struct type *oldtype) argument
187 if (TYPE_OBJFILE (oldtype) == NULL)
194 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack,
198 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c1088 int oldtype = fl->l_type; local
1092 fl->l_type = oldtype;
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dlinker.c1635 enum bfd_link_hash_type oldtype;
1638 oldtype = h->type;
1683 if (oldtype == bfd_link_hash_defweak)
1630 enum bfd_link_hash_type oldtype; local
/freebsd-10.1-release/contrib/sendmail/src/
H A Dqueue.c8509 int oldtype; local
8521 oldtype = queue_letter(e, ANYQFL_LETTER);
8725 if (oldtype == newtype)
8754 if (oldtype == newtype)
8786 if (!failing && oldtype != newtype)

Completed in 317 milliseconds