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

/freebsd-9.3-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-9.3-release/usr.sbin/mptable/
H A Dmptable.c670 int oldtype, entrytype; local
732 oldtype = -1;
735 if (entrytype != oldtype)
737 if (entrytype < oldtype)
741 if (oldtype != 0)
744 oldtype = 0;
749 if (oldtype != 1)
751 oldtype = 1;
756 if (oldtype != 2)
758 oldtype
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.y52 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
931 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
934 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
935 t = oldtype;
936 oldtype = oldtype->subtype; /* XXX */
943 t->subtype = oldtype;
H A Dparse.c268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2749 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
2752 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
2753 t = oldtype;
2754 oldtype = oldtype->subtype; /* XXX */
2761 t->subtype = oldtype;
2746 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) argument
/freebsd-9.3-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-9.3-release/sys/fs/nwfs/
H A Dnwfs_subr.h67 int ncp_nsrename(struct ncp_conn *conn, int volume, int ns, int oldtype,
H A Dnwfs_vnops.c500 u_int16_t oldtype = 6; local
515 oldtype |= NW_TYPE_SUBDIR;
517 oldtype |= NW_TYPE_FILE;
531 oldtype, &nmp->m.nls,
H A Dnwfs_subr.c305 ncp_nsrename(struct ncp_conn *conn, int volume, int ns, int oldtype, argument
320 mb_put_uint16le(&rqp->rq, oldtype);
/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dc-decl.c1020 match_builtin_function_types (tree newtype, tree oldtype)
1027 oldrettype = TREE_TYPE (oldtype);
1033 oldargs = TYPE_ARG_TYPES (oldtype);
1052 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype));
1060 tree newtype, tree oldtype)
1065 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1066 || !((TYPE_ARG_TYPES (oldtype) == 0 && DECL_INITIAL (olddecl) == 0)
1071 t = TYPE_ARG_TYPES (oldtype);
1100 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype)
1107 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype);
1012 match_builtin_function_types(tree newtype, tree oldtype) argument
1051 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1092 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1183 tree newtype, oldtype; local
1644 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1969 tree newtype = NULL, oldtype = NULL; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c2071 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype,
2092 oldtype = oldval;
2207 if (oldtype && *newtype && !decls_match (oldtype, *newtype))
2225 tree oldval, oldtype, newval, newtype;
2237 oldtype = lookup_type_current_level (name);
2239 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
3339 tree oldval, oldtype, newval, newtype;
3350 oldtype = binding->type;
3352 do_nonmember_using_decl (scope, name, oldval, oldtype,
2068 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2222 tree oldval, oldtype, newval, newtype; local
3334 tree oldval, oldtype, newval, newtype; local
[all...]
H A Ddecl.c1619 tree oldtype = TREE_TYPE (olddecl);
1621 if (newtype != error_mark_node && oldtype != error_mark_node
1622 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1624 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1675 tree oldtype = TREE_TYPE (olddecl);
1684 newtype = oldtype;
1718 if (! same_type_p (newtype, oldtype)
1614 tree oldtype = TREE_TYPE (olddecl); local
1670 tree oldtype = TREE_TYPE (olddecl); local
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c1390 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
1393 ASSERT(oldtype < DD_USED_NUM);
1402 dd->dd_phys->dd_used_breakdown[oldtype] >= delta :
1405 dd->dd_phys->dd_used_breakdown[oldtype] -= delta;
1389 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-9.3-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-9.3-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c1010 int oldtype = fl->l_type; local
1014 fl->l_type = oldtype;
/freebsd-9.3-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-9.3-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 243 milliseconds