Home
last modified time | relevance | path

Searched refs:smbftpd_auth_get_home (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/smbftpd/smbftpd-2.4/include/
H A Dauth.h15 char *smbftpd_auth_get_home(const char *user);
/dports/ftp/smbftpd/smbftpd-2.4/auth/
H A Dauth.c145 char *smbftpd_auth_get_home(const char *user) in smbftpd_auth_get_home() function
/dports/ftp/smbftpd/smbftpd-2.4/cmd/
H A Dcmd_pass.c166 home_dir = smbftpd_auth_get_home(smbftpd_session.username); in cmd_pass()
/dports/ftp/smbftpd/smbftpd-2.4/
H A Dsmbftpd-user.c238 home = smbftpd_auth_get_home(smbftpd_session.username); in user_get()