Home | History | Annotate | Download | only in X11

Lines Matching refs:hptr

440   struct hostent *hptr;
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
453 strcpy((hp).h_name, (hp).hptr->h_name), \
455 ((hp).hptr = &(hp).hent), \
467 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
469 (hp).hptr )
472 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
474 (hp).hptr )