Searched refs:hname (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c984 char hname[1024], *hnameptr; local in function:set_font_authorizations
995 gethostname(hname, 1024);
999 if (getaddrinfo(hname, NULL, &hints, &ai) == 0) {
1002 hnameptr = hname;
1005 host = _XGethostbyname(hname, hparams);
1007 hnameptr = hname;
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c1088 char hname[1024], *hnameptr; local in function:set_font_authorizations
1101 gethostname(hname, 1024);
1105 if (getaddrinfo(hname, NULL, &hints, &ai) == 0) {
1109 hnameptr = hname;
1112 host = _XGethostbyname(hname, hparams);
1114 hnameptr = hname;

Completed in 5 milliseconds