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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c588 * tmp_display contains the $DISPLAY - [:0.0 or :0]
603 char *tmp_display = malloc(n + 1); local
606 strncpy(tmp_display, display, n);
607 tmp_display[n] = '\0';
616 if (getaddrinfo(tmp_display, NULL, NULL, &otherhostaddr) != 0)
618 tmp_display);
654 if (!(host_display = gethostbyname(tmp_display)))
655 error("Can't get hostbyname %s.\n", tmp_display);
660 error("Unknown address type for %s.\n", tmp_display);
679 if (!strncmp(tmp_display, *h
[all...]

Completed in 11 milliseconds