| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| H A D | publish.sh | 11 scp "$file" ${acc}@www.x.org:/home/svu/public_html
|
| /xsrc/external/mit/xinit/dist/launchd/user_startx/ |
| H A D | launchd_startx.c | 58 char const * const home = getenv("HOME"); local in function:main 59 assert(home); 60 chdir(home);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | Makefile | 71 CMAKE_SOURCE_DIR = /home/robclark/src/envytools 74 CMAKE_BINARY_DIR = /home/robclark/src/envytools 160 cd /home/robclark/src/envytools && $(CMAKE_COMMAND) -E cmake_progress_start /home/robclark/src/envytools/CMakeFiles /home/robclark/src/envytools/afuc/CMakeFiles/progress.marks 161 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/all 162 $(CMAKE_COMMAND) -E cmake_progress_start /home/robclark/src/envytools/CMakeFiles 0 167 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/clean 177 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/preinstall 182 cd /home/robclar [all...] |
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | verify.c | 73 userEnv (struct display *d, int useSystemPath, char *user, char *home, char *shell) argument 81 env = setEnv (env, "HOME", home); 107 char *style, *shell, *home, *s, **argv; local in function:Verify 226 char *shell, *home; 422 home = p->pw_dir; 433 greet->name, home, shell); 436 verify->systemEnviron = systemEnv (d, greet->name, home);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | xtra-scroll.pl | 129 sub home() { subroutine 260 &home; 323 &home; 386 &home; 407 . " H (to home)." 449 &home; 494 &home;
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | library.c | 85 char *home; local in function:_XcursorBuildThemeDir 106 home = NULL; 110 home = getenv ("HOME"); 111 if (!home) 113 homelen = (int) strlen (home); 129 if (home) 130 _XcursorAddPathElt (full, home, -1);
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcPrs.c | 311 char *home = NULL, *lcCompose = NULL; local in function:TransFileName 324 if (home == NULL) 325 home = getenv("HOME"); 326 if (home) { 327 size_t Hsize = strlen(home); 329 /* your home directory length is ridiculous */ 378 if (home) { 379 strcpy(j, home); 380 j += strlen(home);
|
| H A D | imLcIm.c | 339 /* There are some races here with 'dir', but we are either in our own home 516 char *home = getenv("HOME"); local in function:_XimCreateDefaultTree 519 int hl = home ? strlen (home) : 0; 530 if (home != (char *) NULL) { 534 strcpy(name, home); 582 if (getuid () == euid && getgid () == egid && euid != 0 && home) { 586 strcpy (cachedir, home);
|
| /xsrc/external/mit/xdm/dist/include/ |
| H A D | greet.h | 72 char **(*_systemEnv)(struct display *d, char *user, char *home); 154 extern char **(*__xdm_systemEnv)(struct display *d, char *user, char *home);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | session.c | 586 char **f, *home; local in function:StartClient 795 home = getEnv (verify->userEnviron, "HOME"); 796 if (home) 797 if (chdir (home) == -1) { 798 LogError ("user \"%s\": cannot chdir to home \"%s\" (err %d), using \"/\"\n", 799 getEnv (verify->userEnviron, "USER"), home, errno); 984 systemEnv (struct display *d, char *user, char *home) argument 990 if (home) 991 env = setEnv (env, "HOME", home);
|
| H A D | auth.c | 1074 char *home; local in function:SetUserAuthorization 1090 home = getEnv (verify->userEnviron, "HOME"); 1092 if (home) { 1093 snprintf (home_name, sizeof(home_name), "%s/.Xauthority", home); 1257 char *home; local in function:RemoveUserAuthorization 1267 home = getEnv (verify->userEnviron, "HOME"); 1268 if (!home) 1271 snprintf(name, sizeof(name), "%s/.Xauthority", home);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 543 char *home = NULL; local in function:DoConfigure 638 home = getenv("HOME"); 639 if ((home == NULL) || (home[0] == '\0')) { 640 home = "/"; 643 int l = strlen(home); 645 if (home[l-1] != '/') { 651 home, addslash);
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | restart.c | 527 const char *home; 534 home = getenv ("HOME"); 535 if (!home) 536 home = "."; 537 snprintf (filename, sizeof(filename), "%s/.xsmstartup", home); 522 const char *home; local in function:StartDefaultApps
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | darwin.c | 676 char *home = getenv("HOME"); local in function:OsVendorInit 677 assert(home); 678 assert(0 < asprintf(&lf, "%s/Library/Logs/X11", home)); 687 asprintf(&lf, "%s/Library/Logs/X11/%s.log", home,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 616 const char *home = NULL; local in function:DoConfigure 692 home = getenv("HOME"); 693 if ((home == NULL) || (home[0] == '\0')) { 694 home = "/"; 698 int l = strlen(home); 700 if (home[l - 1] != '/') { 706 home, addslash);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccfg.c | 2493 char *home = getenv ("HOME"); local in function:FcConfigHome 2496 if (home == NULL) 2497 home = getenv ("USERPROFILE"); 2500 return (FcChar8 *) home; 2517 const FcChar8 *home = FcConfigHome (); local in function:FcConfigXdgCacheHome 2518 size_t len = home ? strlen ((const char *)home) : 0; 2523 if (home) 2524 memcpy (ret, home, len); 2545 const FcChar8 *home local in function:FcConfigXdgConfigHome 2573 const FcChar8 *home = FcConfigHome (); local in function:FcConfigXdgDataHome [all...] |
| /xsrc/external/mit/xedit/dist/ |
| H A D | commands.c | 752 char home[BUFSIZ]; local in function:FileCompletion 767 strncpy(home, pw->pw_dir, sizeof(home) - 1); 768 home[sizeof(home) - 1] = '\0'; 769 hlen = strlen(home); 773 (void)memmove(save, home, hlen);
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | xkbevd.c | 491 char *home = getenv("HOME"); local in function:main 492 snprintf(buf, sizeof(buf), DFLT_XKBEVD_CONFIG, (home ? home : ""));
|
| H A D | ylwrap | 84 GNU Automake home page: <https://www.gnu.org/software/automake/>.
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | test-driver | 55 GNU Automake home page: <https://www.gnu.org/software/automake/>.
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | test-driver | 55 GNU Automake home page: <https://www.gnu.org/software/automake/>.
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | test-driver | 55 GNU Automake home page: <https://www.gnu.org/software/automake/>.
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefs.c | 708 char *home; local in function:LoadPreferences 721 home = getenv("HOME"); 722 if (home) { 723 strcpy(fname, home); 730 /* No home file found, check system default */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefs.c | 719 char *home; local in function:LoadPreferences 733 home = getenv ("HOME"); 734 if (home) 736 strcpy (fname, home); 746 /* No home file found, check system default */
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | test-driver | 55 GNU Automake home page: <https://www.gnu.org/software/automake/>.
|