Home | History | Annotate | Download | only in httpd

Lines Matching defs:pw

63 	struct	passwd *pw;
79 pw = getpwnam(user);
90 if (pw == NULL) {
98 pw->pw_name, pw->pw_dir, httpd->public_html,
99 pw->pw_uid, pw->pw_gid));
101 if (chdir(pw->pw_dir) < 0) {
102 bozowarn(httpd, "chdir1 error: %s: %s", pw->pw_dir,
126 pw->pw_dir));