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

/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_cancelable.c151 pthread_setcanceltype(int type, int *oldtype) argument
165 if (oldtype)
166 *oldtype = self->cancel_state & _PTHREAD_CANCEL_TYPE_MASK;
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dasn1parse.y54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
975 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
978 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
979 t = oldtype;
980 oldtype = oldtype->subtype; /* XXX */
987 t->subtype = oldtype;
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp1277 ZoneType oldtype = types[i->type]; local
1278 SimplifiedZoneType newtype(oldtype);
1325 ZoneType oldtype = types[i->type]; local
1326 SimplifiedZoneType newtype(oldtype);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dlinker.c1634 enum bfd_link_hash_type oldtype;
1637 oldtype = h->type;
1682 if (oldtype == bfd_link_hash_defweak)
1629 enum bfd_link_hash_type oldtype; local

Completed in 289 milliseconds