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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c243 static XHostAddress *XHosts; /* the list of "friendly" client machines */ variable
244 static int HostAccessCount; /* the number of machines in XHosts */
251 XHosts = XListHosts(dsp, &HostAccessCount, &HostAccessState);
252 if (XHosts)
253 XRemoveHosts(dsp, XHosts, HostAccessCount);
261 if (XHosts) {
262 XAddHosts(dsp, XHosts, HostAccessCount);
263 XFree((char *) XHosts);

Completed in 53 milliseconds