| /xsrc/external/mit/xtrans/dist/ |
| Xtransutil.c | 197 char hostnamebuf[256]; local 198 int len = TRANS(GetHostname) (hostnamebuf, sizeof hostnamebuf); 209 strcpy ((char *) *addrp, hostnamebuf); 246 char hostnamebuf[256]; local 250 if (gethostname (hostnamebuf, sizeof (hostnamebuf)) < 0) 262 strlen (hostnamebuf) + strlen (saddr->sun_path)); 265 hostnamebuf, saddr->sun_path); 293 strlen (hostnamebuf) + strlen (portnumbuf)) [all...] |
| Xtranssock.c | 1347 char hostnamebuf[256]; /* tmp space */ local 1353 hostnamebuf[0] = '\0'; 1354 (void) TRANS(GetHostname) (hostnamebuf, sizeof hostnamebuf); 1355 host = hostnamebuf; 1722 char hostnamebuf[256]; 1724 TRANS(GetHostname) (hostnamebuf, sizeof (hostnamebuf)); 1726 if (strcmp (hostnamebuf, host) == 0) 1736 if (getaddrinfo(hostnamebuf, NULL, NULL, &localhostaddr) != 0 1721 char hostnamebuf[256]; local [all...] |
| Xtrans.c | 211 char hostnamebuf[256]; 317 TRANS(GetHostname) (hostnamebuf, sizeof (hostnamebuf)); 318 _host = hostnamebuf; 210 char hostnamebuf[256]; local
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_auth.c | 118 char hostnamebuf[256]; /* big enough for max hostname */ local 159 if (gethostname(hostnamebuf, sizeof(hostnamebuf)) == -1) 161 addr = hostnamebuf;
|
| /xsrc/external/mit/xsm/dist/ |
| restart.c | 83 char hostnamebuf[80]; 92 gethostname (hostnamebuf, sizeof hostnamebuf); 107 if (strcmp (*restart_machine, hostnamebuf) == 0 || 81 char hostnamebuf[80]; local
|
| xsm.c | 482 char hostnamebuf[256]; 484 gethostname (hostnamebuf, sizeof hostnamebuf); 486 envDISPLAY, hostnamebuf, temp); 478 char hostnamebuf[256]; local
|
| /xsrc/external/mit/smproxy/dist/ |
| smproxy.c | 222 char hostnamebuf[HOST_NAME_MAX + 1] = { 0 }; 225 if (gethostname (hostnamebuf, sizeof hostnamebuf) == 0) 226 firstDot = strchr (hostnamebuf, '.'); 218 char hostnamebuf[HOST_NAME_MAX + 1] = { 0 }; local
|