Searched defs:xauth_data (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c103 static char *xauth_data = NULL; /* NULL means get default data */ variable
110 if (xauth_data) Xfree (xauth_data);
112 xauth_name = xauth_data = NULL; /* mark it no longer valid */
139 xauth_data = tmpdata;
299 if (xauth_name && xauth_data) {
303 conn_auth_data = xauth_data;

Completed in 16 milliseconds