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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c214 int equiv = 0; local
265 for (i = localhostaddr; i != NULL && equiv == 0; i = i->ai_next) {
266 for (j = otherhostaddr; j != NULL && equiv == 0; j = j->ai_next) {
277 equiv = 1;
288 equiv = 1;
297 return equiv;

Completed in 11 milliseconds