Home
last modified time | relevance | path

Searched refs:_getlong (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libresolv/
H A Dres_debug.c226 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 Dmapfile-vers56 _getlong;
H A Dres_comp.c319 _getlong(msgp) in _getlong() function
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_resolv.h23 u_int32_t _getlong __P((const uchar_t *));
/titanic_41/usr/src/lib/libresolv/arpa/
H A Dnameser.h207 extern u_long _getlong();
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c282 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); } in _getlong() function
/titanic_41/usr/src/lib/libresolv2/common/
H A Dllib-lresolv30 uint32_t _getlong(const u_char *);
H A Dmapfile-vers77 _getlong;