Home
last modified time | relevance | path

Searched refs:__putshort (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c272 #ifdef __putshort
273 #undef __putshort
276 #pragma weak putshort = __putshort
280 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort() function
/titanic_41/usr/src/lib/libresolv2/common/
H A Dmapfile-vers301 __putshort;