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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c686 static const char *env = NULL, *home = NULL; local
781 if (!home)
782 home = getenv("HOME");
783 if (home && xf86pathIsAbsolute(home))
784 APPEND_STR(home);
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c842 char *home; local
850 home = getenv("HOME");
852 if (home) {
853 snprintf (home_name, 1024, "%s/.Xauthority", home);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c756 char home[256], *dpyDefaults; local
768 GetHomeDir(home);
769 strcpy(home, "/.Xdefaults");
770 curDpyRec->db = XrmGetFileDatabase(home);

Completed in 19 milliseconds