Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/cdinfo_d/
H A Dhist.c84 char *homep, in cdinfo_hist_writefile() local
94 homep = util_homedir(util_get_ouid()); in cdinfo_hist_writefile()
283 *homep, in cdinfo_hist_init() local
311 homep = util_homedir(util_get_ouid()); in cdinfo_hist_init()
312 if ((int) strlen(homep) >= FILE_PATH_SZ) in cdinfo_hist_init()
399 homep = util_homedir(util_get_ouid()); in cdinfo_hist_init()
400 if (strlen(homep) >= FILE_PATH_SZ) in cdinfo_hist_init()
598 char *homep, in cdinfo_hist_addent() local
711 homep = util_homedir(util_get_ouid()); in cdinfo_hist_addent()
885 char *homep, in cdinfo_hist_delall() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c634 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
635 if (homep == NULL) { in GetJavaProperties()
636 homep = L"C:\\"; in GetJavaProperties()
638 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c639 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
640 if (homep == NULL) { in GetJavaProperties()
641 homep = L"C:\\"; in GetJavaProperties()
643 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c634 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
635 if (homep == NULL) { in GetJavaProperties()
636 homep = L"C:\\"; in GetJavaProperties()
638 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/java/lang/
H A Djava_props_md.c634 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
635 if (homep == NULL) { in GetJavaProperties()
636 homep = L"C:\\"; in GetJavaProperties()
638 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/native/libjava/
H A Djava_props_md.c632 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
633 if (homep == NULL) { in GetJavaProperties()
634 homep = L"C:\\"; in GetJavaProperties()
636 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c628 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
629 if (homep == NULL) { in GetJavaProperties()
630 homep = L"C:\\"; in GetJavaProperties()
632 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c645 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
646 if (homep == NULL) { in GetJavaProperties()
647 homep = L"C:\\"; in GetJavaProperties()
649 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c640 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
641 if (homep == NULL) { in GetJavaProperties()
642 homep = L"C:\\"; in GetJavaProperties()
644 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/native/libjava/
H A Djava_props_md.c625 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
626 if (homep == NULL) { in GetJavaProperties()
627 homep = L"C:\\"; in GetJavaProperties()
629 sprops.user_home = homep; in GetJavaProperties()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/java/lang/
H A Djava_props_md.c634 WCHAR *homep = getHomeFromShell32(); in GetJavaProperties() local
635 if (homep == NULL) { in GetJavaProperties()
636 homep = L"C:\\"; in GetJavaProperties()
638 sprops.user_home = homep; in GetJavaProperties()
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_method.c426 __env_get_home(dbenv, homep) in __env_get_home() argument
428 const char **homep;
435 *homep = env->db_home;
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DMainWindow.cpp2212 …ChanACL::Permissions homep = homec ? static_cast<ChanACL::Permissions>(homec->uiPermissions) : Cha… local
2214 if (homec && ! homep) {
2217 homep = g.pPermissions;
2219 homep = ChanACL::All;
2221 homec->uiPermissions = homep;
2244 …qaChannelLink->setEnabled((p & (ChanACL::Write | ChanACL::LinkChannel)) && (homep & (ChanACL::Writ…
2245 …qaChannelUnlink->setEnabled((p & (ChanACL::Write | ChanACL::LinkChannel)) || (homep & (ChanACL::Wr…
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DMainWindow.cpp2212 …ChanACL::Permissions homep = homec ? static_cast<ChanACL::Permissions>(homec->uiPermissions) : Cha… local
2214 if (homec && ! homep) {
2217 homep = g.pPermissions;
2219 homep = ChanACL::All;
2221 homec->uiPermissions = homep;
2244 …qaChannelLink->setEnabled((p & (ChanACL::Write | ChanACL::LinkChannel)) && (homep & (ChanACL::Writ…
2245 …qaChannelUnlink->setEnabled((p & (ChanACL::Write | ChanACL::LinkChannel)) || (homep & (ChanACL::Wr…
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcommand.c3411 *homep, in cmd_rmtlog() local
3475 homep = util_homedir(util_get_ouid()); in cmd_rmtlog()
3476 if ((int) strlen(homep) >= FILE_PATH_SZ) in cmd_rmtlog()
3480 (void) sprintf(path, USR_RMTLOG_PATH, homep); in cmd_rmtlog()
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_method.c456 __env_get_home(dbenv, homep) in __env_get_home() argument
458 const char **homep;
465 *homep = env->db_home;
/dports/x11/gdm/gdm-3.28.4/daemon/
H A Dgdm-session-worker.c1658 char **homep, in _lookup_passwd_info() argument
1720 if (homep != NULL) { in _lookup_passwd_info()
1722 *homep = g_strdup (passwd_entry->pw_dir); in _lookup_passwd_info()
1724 *homep = g_strdup ("/"); in _lookup_passwd_info()
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_env.cpp508 DBENV_METHOD(get_home, (const char **homep), (dbenv, homep))
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_env.cpp590 DBENV_METHOD(get_home, (const char **homep), (dbenv, homep))
/dports/databases/db5/db-5.3.28/dist/validate/
H A Ds_chk_spell.dict2384 homep
/dports/databases/db18/db-18.1.40/dist/validate/
H A Ds_chk_spell.dict2383 homep
/dports/security/py-xkcdpass/xkcdpass-xkcdpass-1.17.4/xkcdpass/static/
H A Dfin-kotus12052 homepöly
12053 homepölykeuhko
/dports/security/suricata/suricata-6.0.4/suricata-update/tests/
H A Dsid-msg-v2.map11062 …plication-attack || 0 || ET WEB_SPECIFIC_APPS Wordpress Easy Stats plugin homep Parameter Remote F…