Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_userdir.c172 struct passwd *pwd = NULL; in URIHANDLER_FUNC() local
205 && NULL == (pwd = getpwnam(p->username->ptr)) in URIHANDLER_FUNC()
241 buffer_copy_string(p->temp_path, pwd->pw_dir); in URIHANDLER_FUNC()
H A Dserver.c1237 struct passwd *pwd = NULL; in main() local
1492 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()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct146 pwd.h
H A Daclocal.m4444 am_aux_dir=`cd "$ac_aux_dir" && pwd`
780 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1184 case `pwd` in
H A Dconfig.h.in222 /* Define to 1 if you have the <pwd.h> header file. */
H A Dconfigure.ac63 sys/mman.h sys/event.h port.h pwd.h sys/syslimits.h \
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m452 [case `pwd` in
54 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;