Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.who.c71 # define getutent getutxent macro
287 while ((uptr = getutent()) != NULL) {
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1767 while (cur = getutent()) {
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc91 #define getutent __getutent50
6961 INTERCEPTOR(void *, getutent, int dummy) {
6963 COMMON_INTERCEPTOR_ENTER(ctx, getutent, dummy);
6964 void *res = REAL(getutent)(dummy);
6986 COMMON_INTERCEPT_FUNCTION(getutent); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1971 fun:getutent=uninstrumented
/freebsd/crypto/openssh/
H A Dconfigure.ac2345 AC_CHECK_FUNCS([endutent getutent getutid getutline pututline setutent])