Home | History | Annotate | Download | only in openssh

Lines Matching full:setresuid

1605 AC_CHECK_FUNCS([setresuid], [
1606 dnl Some platorms have setresuid that isn't implemented, test for this
1607 AC_MSG_CHECKING([if setresuid seems to work])
1614 setresuid(0,0,0);
1622 [Define if your setresuid() is broken])
1624 [AC_MSG_WARN([cross compiling: not checking setresuid])]
1647 [AC_MSG_WARN([cross compiling: not checking setresuid])]