Home
last modified time | relevance | path

Searched refs:xauthority (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/power/
H A Dsys-suspend.c484 get_xauthority(char *xauthority) in get_xauthority() argument
521 return (strcat(xauthority, filepath)); in get_xauthority()
532 return (xauthority); in get_xauthority()
550 return (strcat(xauthority, xauth)); in get_xauthority()
576 char xauthority[MAXPATHLEN + 12] = "XAUTHORITY="; in main() local
718 (void) putenv(get_xauthority(xauthority)); in main()