Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos_r.h413 struct hostent *hptr; member
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 )