Searched refs:pwd (Results 1 – 7 of 7) sorted by relevance
172 struct passwd *pwd = NULL; in URIHANDLER_FUNC() local205 && NULL == (pwd = getpwnam(p->username->ptr)) in URIHANDLER_FUNC()241 buffer_copy_string(p->temp_path, pwd->pw_dir); in URIHANDLER_FUNC()
1237 struct passwd *pwd = NULL; in main() local1492 if (NULL == (pwd = getpwnam(srv->srvconf.username->ptr))) { in main()1498 if (pwd->pw_uid == 0) { in main()1673 if (NULL != pwd) { in main()1674 setuid(pwd->pw_uid); in main()
146 pwd.h
444 am_aux_dir=`cd "$ac_aux_dir" && pwd`780 if test "`cd $srcdir && pwd`" != "`pwd`"; then1184 case `pwd` in
222 /* Define to 1 if you have the <pwd.h> header file. */
63 sys/mman.h sys/event.h port.h pwd.h sys/syslimits.h \
52 [case `pwd` in54 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;