Searched refs:h_name (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | xdmcp.c | 529 if (getaddrinfo(hostent->h_name, NULL, &hints, &ai) == 0) { 541 hostname = hostent->h_name; 635 hostent = gethostbyname(hostent->h_name); 645 if (hostent && hostent->h_name && hostent->h_name[0] 646 && (hostent->h_name[0] != '.') 649 if (!strcmp (localhost, hostent->h_name)) 668 (remoteDot = strchr(hostent->h_name, '.'))) 679 hostent->h_name, displayNumber) < 0) { 1409 if (getaddrinfo(hostent->h_name, NUL [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_m4.c | 173 WR_DEF("HOSTNAME", hostname->h_name);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xos_r.h | 412 char h_name[MAXHOSTNAMELEN]; member in struct:__anon4a62ccf90408 426 strcpy((hp).h_name, (hp).hptr->h_name), \ 427 ((hp).hent.h_name = (hp).h_name), \
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | gethost.c | 97 return (hp->h_name);
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtransutil.c | 396 addr = hostp->h_name;
|
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | main.c | 508 if (hostent && hostent->h_name) 509 canonname = hostent->h_name;
|
| /xsrc/external/mit/xhost/dist/ |
| H A D | xhost.c | 782 return (hp->h_name);
|
| /xsrc/external/mit/xdm/dist/chooser/ |
| H A D | chooser.c | 301 host = (char *)hostent->h_name;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 1009 hnameptr = host->h_name;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 1116 hnameptr = host->h_name;
|
Completed in 14 milliseconds