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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dprintercache.c89 char *home; local
94 home = getenv("HOME");
95 if (home == NULL)
98 path = (char *) xmalloc(strlen(home) + sizeof("/.rdesktop/rdpdr/") + strlen(printer) +
101 sprintf(path, "%s/.rdesktop/rdpdr/%s/AutoPrinterCacheData", home, printer);
109 sprintf(path, "%s/.rdesktop/rdpdr/%s", home, printer);
129 char *home; local
134 home = getenv("HOME");
135 if (home == NULL)
140 strlen(new_printer) ? strlen(printer) : strlen(new_printer)) + strlen(home)
166 char *home, *path; local
206 char *home, *path; local
[all...]
H A Drdesktop.c1761 char *home, path[PATH_MAX], hash[41]; local
1765 home = getenv("HOME");
1766 if (home == NULL)
1774 snprintf(path, PATH_MAX, "%s" RDESKTOP_LICENSE_STORE "/%s.cal", home, hash);
1781 snprintf(path, PATH_MAX, "%s/.rdesktop/license.%s", home, g_hostname);
1803 char *home, path[PATH_MAX], tmppath[PATH_MAX], hash[41]; local
1806 home = getenv("HOME");
1807 if (home == NULL)
1810 snprintf(path, PATH_MAX, "%s" RDESKTOP_LICENSE_STORE, home);
1825 snprintf(path, PATH_MAX, "%s" RDESKTOP_LICENSE_STORE "/%s.cal", home, has
1868 char *home; local
1907 char *home; local
[all...]
H A Dctrl.c264 char *home; local
270 home = getenv("HOME");
271 if (home == NULL)
278 snprintf(ctrlsock_name, PATH_MAX, "%s" RDESKTOP_CTRLSOCK_STORE "/%s.ctl", home, hash);
282 snprintf(path, PATH_MAX, "%s" RDESKTOP_CTRLSOCK_STORE, home);
H A Dxkeymap.c350 char *home; local
354 home = getenv("HOME");
355 if (home)
357 path1 = pathjoin(home, ".rdesktop/keymaps");
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dswitch.c113 static Shared home; variable
174 link = &home;
175 home.ml = PR_NewLock();
176 home.cv = PR_NewCondVar(home.ml);
177 home.twiddle = PR_FALSE;
178 home.next = NULL;
186 shared->ml = home.ml;
187 shared->cv = PR_NewCondVar(home.ml);
206 PR_Lock(home
[all...]
/vbox/src/VBox/Additions/haiku/
H A Dunload.sh3 basedir=/boot/home/config/add-ons/
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp190 Home home(NULL, &lock);
191 Home* link = &home;
209 home.twiddle = PR_TRUE;
212 while (home.twiddle)
214 failed = (PR_FAILURE == home.Wait()) ? PR_TRUE : PR_FALSE;
234 if (&home == link) break;
255 if (&home == link) break;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c244 const char *home = getenv( "HOME" ); local
255 if (!home) home = pwd->pw_dir;
284 if (!home) fatal_error( "could not determine your home directory\n" );
285 if (home[0] != '/') fatal_error( "your home directory %s is not an absolute path\n", home );
286 config_dir = xmalloc( strlen(home) + sizeof(server_config_dir) );
287 strcpy( config_dir, home );
[all...]
/vbox/src/VBox/Main/glue/tests/
H A DMakefile49 JAVA_COM_ARGS += -Dvbox.home=$(VBOX_BIN)
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp119 const char *home = PR_GetEnv("VBOX_XPCOM_HOME");
120 if (home) {
122 snprintf(path, sizeof(path), "%s/%s", home, libSpec.value.pathname);
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp807 const char *home = getenv("VBOX_PROGRAM_PATH"); local
808 if (home) {
809 size_t len = strlen(home);
811 memcpy(exepath, home, len);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java197 String home = System.getProperty("user.home");
198 if (home != null) {
199 grePath = findGREFramework(home, aVersions);
475 env = System.getProperty("user.home");
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c655 const char *home; local
666 home = crGetenv("HOME");
667 if (home)
668 sprintf(configPath, "%s/%s", home, CONFIG_LOOKUP_FILE);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp481 char *home = getenv("HOME"); local
482 if (home != NULL)
486 "%s/" MOZ_USER_DIR, home);
498 const char *settings = "/boot/home/config/settings";
/vbox/src/VBox/Installer/linux/rpm/
H A Drules141 $(if $(filter el5 ol5 centos5 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
/vbox/src/VBox/Installer/linux/debian/
H A Drules94 qtstdc6 := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp525 QString strDefaultFullName = QDir::toNativeSeparators(QDir::home().absolutePath() + "/" + strDefaultFileName);
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-x11.sh253 to the file .xinitrc in their home directory.
/vbox/debian/
H A Drules71 qtstdc6 := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py302 self.sDefLogDir = os.path.abspath(os.path.join(user.home, "VBoxTestLogs"));
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py3434 home = getHomeFolder(ctx)
3435 checkUserExtensions(ctx, commands, home)
3439 hist_file = os.path.join(home, ".vboxshellhistory")
/vbox/src/VBox/Devices/Graphics/BIOS/
H A DVBoxVgaBiosAlternative.asm111 ; // - Finn Thogersons' VGADOC4b available at http://home.worldonline.dk/~finth/

Completed in 175 milliseconds