Searched refs:hostnamebuf (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtransutil.c | 197 char hostnamebuf[256]; local in function:TRANS 198 int len = TRANS(GetHostname) (hostnamebuf, sizeof hostnamebuf); 209 strcpy ((char *) *addrp, hostnamebuf); 246 char hostnamebuf[256]; local in function:TRANS 250 if (gethostname (hostnamebuf, sizeof (hostnamebuf)) < 0) 262 strlen (hostnamebuf) + strlen (saddr->sun_path)); 265 hostnamebuf, saddr->sun_path); 293 strlen (hostnamebuf) [all...] |
| H A D | Xtranssock.c | 1347 char hostnamebuf[256]; /* tmp space */ local in function:TRANS 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, NUL 1721 char hostnamebuf[256]; local in function:UnixHostReallyLocal [all...] |
| H A D | Xtrans.c | 211 char hostnamebuf[256]; 317 TRANS(GetHostname) (hostnamebuf, sizeof (hostnamebuf)); 318 _host = hostnamebuf; 210 char hostnamebuf[256]; local in function:TRANS
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_auth.c | 118 char hostnamebuf[256]; /* big enough for max hostname */ local in function:get_authptr 159 if (gethostname(hostnamebuf, sizeof(hostnamebuf)) == -1) 161 addr = hostnamebuf;
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | restart.c | 83 char hostnamebuf[80]; 92 gethostname (hostnamebuf, sizeof hostnamebuf); 107 if (strcmp (*restart_machine, hostnamebuf) == 0 || 81 char hostnamebuf[80]; local in function:GetRestartInfo
|
| H A D | xsm.c | 482 char hostnamebuf[256]; 484 gethostname (hostnamebuf, sizeof hostnamebuf); 486 envDISPLAY, hostnamebuf, temp); 478 char hostnamebuf[256]; local in function:GetEnvironment
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | 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 in function:CheckFullyQuantifiedName
|
Completed in 11 milliseconds