Searched refs:_typename (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDataObject.h56 char *get_typename () { return _typename; }
77 char *_typename; // name of this dataobject's type member in class:DataObject
H A DDataObject.cc39 _typename = NULL;
50 free (_typename);
113 _typename ? _typename : GTXT ("NO_TYPE"),
128 _unannotated_name = _typename = _instname = NULL;
136 _typename = dbe_strdup (type_name);
149 _typename = dbe_strdup (type_name);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDataObject.h56 char *get_typename () { return _typename; }
77 char *_typename; // name of this dataobject's type member in class:DataObject
H A DDataObject.cc39 _typename = NULL;
50 free (_typename);
113 _typename ? _typename : GTXT ("NO_TYPE"),
128 _unannotated_name = _typename = _instname = NULL;
136 _typename = dbe_strdup (type_name);
149 _typename = dbe_strdup (type_name);
/netbsd-current/external/mpl/dhcp/bind/include/dns/
H A Dcode.h2150 #define RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) \
2153 RDATATYPE_COMPARE("a", 1, _typename, _length, _typep); \
2156 RDATATYPE_COMPARE("ns", 2, _typename, _length, _typep); \
2159 RDATATYPE_COMPARE("md", 3, _typename, _length, _typep); \
2162 RDATATYPE_COMPARE("mf", 4, _typename, _length, _typep); \
2165 RDATATYPE_COMPARE("cname", 5, _typename, _length, _typep); \
2166 RDATATYPE_COMPARE("mx", 15, _typename, _length, _typep); \
2169 RDATATYPE_COMPARE("soa", 6, _typename, _length, _typep); \
2170 RDATATYPE_COMPARE("ta", 32768, _typename, _length, _typep); \
2173 RDATATYPE_COMPARE("mb", 7, _typename, _lengt
[all...]
/netbsd-current/external/mpl/bind/include/dns/
H A Dcode.h2148 #define RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) \
2151 RDATATYPE_COMPARE("a", 1, _typename, _length, _typep); \
2154 RDATATYPE_COMPARE("ns", 2, _typename, _length, _typep); \
2157 RDATATYPE_COMPARE("md", 3, _typename, _length, _typep); \
2160 RDATATYPE_COMPARE("mf", 4, _typename, _length, _typep); \
2163 RDATATYPE_COMPARE("cname", 5, _typename, _length, _typep); \
2164 RDATATYPE_COMPARE("mx", 15, _typename, _length, _typep); \
2167 RDATATYPE_COMPARE("soa", 6, _typename, _length, _typep); \
2168 RDATATYPE_COMPARE("ta", 32768, _typename, _length, _typep); \
2171 RDATATYPE_COMPARE("mb", 7, _typename, _lengt
[all...]

Completed in 90 milliseconds