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

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXos_r.h413 struct hostent *hptr; member in struct:__anon4a62ccf90408
425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
426 strcpy((hp).h_name, (hp).hptr->h_name), \
428 ((hp).hptr = &(hp).hent), \
440 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
442 (hp).hptr )
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
447 (hp).hptr )

Completed in 3 milliseconds