Home
last modified time | relevance | path

Searched refs:issetugid (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct162 …writev sigaction sendfile64 send_file kqueue port_create localtime_r posix_fadvise issetugid inet_…
H A Dconfig.h.in96 /* Define to 1 if you have the `issetugid' function. */
H A Dconfigure.ac87 AC_CHECK_FUNCS([issetugid inet_pton])
H A Dconfigure13756 for ac_func in issetugid inet_pton
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dserver.c85 # define issetugid l_issetugid macro
1367 if (!i_am_root && issetugid()) { in main()