Searched refs:_getlong (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_debug.c | 226 fprintf(file, ", ttl = %s", p_time(_getlong(cp))); 288 fprintf(file, "\n\tserial = %ld", _getlong(cp)); 290 fprintf(file, "\n\trefresh = %s", p_time(_getlong(cp))); 292 fprintf(file, "\n\tretry = %s", p_time(_getlong(cp))); 294 fprintf(file, "\n\texpire = %s", p_time(_getlong(cp))); 296 fprintf(file, "\n\tmin = %s\n", p_time(_getlong(cp))); 338 fprintf(file, "\t%ld\n", _getlong(cp));
|
H A D | mapfile-vers | 56 _getlong;
|
H A D | res_comp.c | 319 _getlong(msgp) in _getlong() function
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_resolv.h | 23 u_int32_t _getlong __P((const uchar_t *));
|
/titanic_41/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 207 extern u_long _getlong();
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_comp.c | 282 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); } in _getlong() function
|
/titanic_41/usr/src/lib/libresolv2/common/ |
H A D | llib-lresolv | 30 uint32_t _getlong(const u_char *);
|
H A D | mapfile-vers | 77 _getlong;
|