Searched refs:pwd (Results 1 - 9 of 9) sorted by relevance

/httpd/os/unix/
H A Dunixd.h42 #include <pwd.h>
H A Dunixd.c30 #include <pwd.h>
/httpd/support/
H A Dhtdbm.c193 char *pwd; local
205 pwd = apr_pstrndup(htdbm->ctx.pool, rec, cmnt - rec);
207 pwd = apr_pstrdup(htdbm->ctx.pool, rec);
208 return apr_password_validate(htdbm->ctx.passwd, pwd);
H A Dsuexec.c54 #include <pwd.h>
/httpd/modules/arch/unix/
H A Dmod_unixd.c31 #include <pwd.h>
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c453 const char *pwd = apr_table_get(r->notes, "Directory-PWD"); local
568 if (pwd == NULL || strncmp(pwd, path, strlen(pwd)) == 0) {
573 ap_escape_html(p, pwd));
/httpd/server/
H A Dmpm_common.c52 #include <pwd.h>
H A Dmpm_unix.c52 #include <pwd.h>
H A Dutil.c61 #include <pwd.h>

Completed in 65 milliseconds