Home
last modified time | relevance | path

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

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dworkerinitialsettings.cc30 char *homestr; in WorkerInitialSettings() local
32 homestr = getenv( "HOME" ); in WorkerInitialSettings()
33 if ( homestr ) { in WorkerInitialSettings()
34 m_config_base_dir = NWC::Path::join( homestr, ".worker" ); in WorkerInitialSettings()
52 std::string xdg_config_dir = NWC::Path::join( homestr, ".config" ); in WorkerInitialSettings()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest157.tcl35 set homestr $testdir
42 set homestr [get_home $env]
59 cleanup $homestr $env
107 append tupgdargs " -h $homestr "
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dfiles.c184 char *homestr; in FS_init_paths() local
207 homestr = getenv( "COR_GAME" ); in FS_init_paths()
208 if ( homestr != NULL ) in FS_init_paths()
210 if ( strlen( homestr) >= sizeof(fs_homedir) || !strlen( homestr ) ) in FS_init_paths()
212 Sys_Error( "path initialization (getenv COR_GAME is %s)", homestr ); in FS_init_paths()
214 Q_strncpyz2( fs_homedir, homestr, sizeof( fs_homedir) ); in FS_init_paths()
218 homestr = getenv( "HOME" ); in FS_init_paths()
219 if ( homestr != NULL ) in FS_init_paths()
222 homestr, USER_GAMEDATA ); in FS_init_paths()
230 homestr = NULL; in FS_init_paths()
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dfiles.c184 char *homestr; in FS_init_paths() local
207 homestr = getenv( "COR_GAME" ); in FS_init_paths()
208 if ( homestr != NULL ) in FS_init_paths()
210 if ( strlen( homestr) >= sizeof(fs_homedir) || !strlen( homestr ) ) in FS_init_paths()
212 Sys_Error( "path initialization (getenv COR_GAME is %s)", homestr ); in FS_init_paths()
214 Q_strncpyz2( fs_homedir, homestr, sizeof( fs_homedir) ); in FS_init_paths()
218 homestr = getenv( "HOME" ); in FS_init_paths()
219 if ( homestr != NULL ) in FS_init_paths()
222 homestr, USER_GAMEDATA ); in FS_init_paths()
230 homestr = NULL; in FS_init_paths()
/dports/shells/dash/dash-0.5.11.5/src/
H A Dmystring.h46 extern const char homestr[];
H A Dmystring.c67 const char homestr[] = "HOME"; variable
H A Dcd.c106 dest = bltinlookup(homestr); in cdcmd()
H A Dshow.c368 if ((p = getenv(homestr)) == NULL) {
H A Dexpand.c377 home = lookupvar(homestr); in exptilde()
/dports/x11-fm/konqueror/konqueror-21.12.3/settings/konqhtml/
H A Dgeneralopts.cpp117 QString homestr = i18n("This is the URL of the web page where " in addHomeUrlWidgets() local
120 label->setToolTip(homestr); in addHomeUrlWidgets()
121 homeURL->setToolTip(homestr); in addHomeUrlWidgets()
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dapp.c2287 char *homestr, *envstr; in report_change() local
2305 homestr = make_filename (gnupg_homedir (), NULL); in report_change()
2306 if (gpgrt_asprintf (&envstr, "GNUPGHOME=%s", homestr) < 0) in report_change()
2340 xfree (homestr); in report_change()