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

/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c479 * On enter, the "xauthority" string has the value "XAUTHORITY=". On
481 * otherwise, return "xauthority" as it is.
484 get_xauthority(char *xauthority) argument
521 return (strcat(xauthority, filepath));
532 return (xauthority);
550 return (strcat(xauthority, xauth));
576 char xauthority[MAXPATHLEN + 12] = "XAUTHORITY="; local
718 (void) putenv(get_xauthority(xauthority));

Completed in 59 milliseconds