Searched refs:getutline (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/opie/libopie/
H A Dgetutmpentry.c22 #define getutline(x) getutxline(x) macro
38 struct utmp *getutline __P((struct utmp *));
57 if ((pu = getutline(&u)))
64 if ((pu = getutline(&u)))
71 if ((pu = getutline(&u)))
/freebsd-11.0-release/contrib/opie/libmissing/
H A Dgetutline.c0 /* getutline.c: A replacement for the getutline() function
34 struct utmp *getutline FUNCTION((utmp), struct utmp *utmp) function
/freebsd-11.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h266 # define getutline getutxline macro
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1554 utptr = getutline(&utmp);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h509 extern struct utmp * getutline(const struct utmp *);
/freebsd-11.0-release/contrib/opie/
H A Dconfigure3659 echo $ac_n "checking for getutline""... $ac_c" 1>&6
3660 echo "configure:3661: checking for getutline" >&5
3668 which can conflict with char getutline(); below. */
3673 char getutline();
3683 getutline(); function
3700 if eval "test \"`echo '$ac_cv_func_'getutline`\" = yes"; then
3708 MISSING="${MISSING}getutline.o "; for ac_func in ttyslot

Completed in 165 milliseconds