Home
last modified time | relevance | path

Searched refs:pwd_ent (Results 1 – 5 of 5) sorted by relevance

/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dfile_io.c139 struct passwd *pwd_ent; in _WM_BufferFile() local
143 pwd_ent = getpwuid(getuid()); in _WM_BufferFile()
144 if (pwd_ent) { in _WM_BufferFile()
145 home = pwd_ent->pw_dir; in _WM_BufferFile()
H A DDevTest.c143 struct passwd *pwd_ent; local
150 if ((pwd_ent = getpwuid(getuid()))) {
151 home = pwd_ent->pw_dir;
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dsys.c870 struct passwd *pwd_ent; in Sys_ExpandSquiggle() local
892 if ((pwd_ent = getpwuid (getuid ()))) { in Sys_ExpandSquiggle()
893 home = pwd_ent->pw_dir; in Sys_ExpandSquiggle()
/dports/sysutils/pam_mount/pam_mount-2.12/src/
H A Drdconf1.c1193 struct passwd *pwd_ent; in rc_volume_cond() local
1196 if ((pwd_ent = getpwnam(user)) == NULL) { in rc_volume_cond()
1203 ret = rc_volume_cond_simple(pwd_ent, node); in rc_volume_cond()
1206 ret = rc_volume_cond_and(pwd_ent, node); in rc_volume_cond()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c591 struct passwd *pwd_ent; local
606 if ((pwd_ent = getpwuid (getuid ()))) {
607 home = pwd_ent->pw_dir;