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

/freebsd-10.0-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.0-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.0-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.0-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.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h127 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/freebsd-10.0-release/contrib/gcc/
H A Dc-decl.c1013 match_builtin_function_types (tree newtype, tree oldtype)
1020 oldrettype = TREE_TYPE (oldtype);
1026 oldargs = TYPE_ARG_TYPES (oldtype);
1045 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype));
1053 tree newtype, tree oldtype)
1058 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1059 || !((TYPE_ARG_TYPES (oldtype) == 0 && DECL_INITIAL (olddecl) == 0)
1064 t = TYPE_ARG_TYPES (oldtype);
1093 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype)
1100 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype);
1005 match_builtin_function_types(tree newtype, tree oldtype) argument
1044 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1085 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1176 tree newtype, oldtype; local
1637 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1957 tree newtype = NULL, oldtype = NULL; local
[all...]
/freebsd-10.0-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.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c902 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
905 ASSERT(oldtype < DD_USED_NUM);
914 dd->dd_phys->dd_used_breakdown[oldtype] >= delta :
917 dd->dd_phys->dd_used_breakdown[oldtype] -= delta;
901 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.0-release/contrib/gcc/cp/
H A Dname-lookup.c2072 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype,
2180 if (oldtype && *newtype && !same_type_p (oldtype, *newtype))
2183 name, oldtype);
2193 tree oldval, oldtype, newval, newtype;
2205 oldtype = lookup_type_current_level (name);
2207 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
3307 tree oldval, oldtype, newval, newtype;
3318 oldtype = binding->type;
3320 do_nonmember_using_decl (scope, name, oldval, oldtype,
2069 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2190 tree oldval, oldtype, newval, newtype; local
3302 tree oldval, oldtype, newval, newtype; local
[all...]
H A Ddecl.c1607 tree oldtype = TREE_TYPE (olddecl);
1609 if (newtype != error_mark_node && oldtype != error_mark_node
1610 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1612 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1661 tree oldtype = TREE_TYPE (olddecl);
1670 newtype = oldtype;
1704 if (! same_type_p (newtype, oldtype)
1602 tree oldtype = TREE_TYPE (olddecl); local
1656 tree oldtype = TREE_TYPE (olddecl); local
/freebsd-10.0-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.0-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c1088 int oldtype = fl->l_type; local
1092 fl->l_type = oldtype;
/freebsd-10.0-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.0-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 387 milliseconds