pw_dir 1102 ext/posix/posix.c add_assoc_string(return_value, "dir", pw->pw_dir, 1); pw_dir 400 main/fopen_wrappers.c if (pw && pw->pw_dir) { pw_dir 401 main/fopen_wrappers.c spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATOR, s + 1); /* Safe */ pw_dir 279 sapi/fpm/fpm/fpm_unix.c wp->home = strdup(pwd->pw_dir); pw_dir 322 sapi/fpm/fpm/fpm_unix.c wp->home = strdup(pwd->pw_dir); pw_dir 401 win32/glob.c h = pwd->pw_dir; pw_dir 414 win32/glob.c h = pwd->pw_dir;