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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dresource.c569 * tmp_display contains the $DISPLAY - [:0.0 or :0]
584 char *tmp_display = strndup(display, n); local
594 if (getaddrinfo(tmp_display, NULL, NULL, &otherhostaddr) != 0)
596 tmp_display);
632 if (!(host_display = gethostbyname(tmp_display)))
633 error("Can't get hostbyname %s.\n", tmp_display);
638 error("Unknown address type for %s.\n", tmp_display);
657 if (!strncmp(tmp_display, *hp, n)) {
658 /* display has been replaced by tmp_display because
659 * display will be in :0.0 format and tmp_display
[all...]

Completed in 11 milliseconds