Searched refs:pututline (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/opie/libmissing/
H A Dpututline.c0 /* pututline.c: A replacement for the pututline() function
27 void pututline FUNCTION((utmp), struct utmp *utmp) function
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogin.c27 #define pututline(x) pututxline(x) macro
102 pututline(&u);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsystime.c431 pututline(&ut);
436 pututline(&ut);
473 pututline(&ut);
478 pututline(&ut);
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c143 pututline(&utmp);
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h267 # define pututline pututxline macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1166 pututline(&wtmp);
1559 pututline(utptr);
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c816 /* if we can, use pututline() etc. */
823 /* write a utmp entry with the system's help (pututline() and pals) */
829 pututline(ut);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h855 extern struct utmp * pututline(const struct utmp *);
/freebsd-11-stable/contrib/opie/
H A Dconfigure3765 echo $ac_n "checking for pututline""... $ac_c" 1>&6
3766 echo "configure:3767: checking for pututline" >&5
3774 which can conflict with char pututline(); below. */
3779 char pututline();
3789 pututline(); function
3806 if eval "test \"`echo '$ac_cv_func_'pututline`\" = yes"; then
3814 MISSING="${MISSING}pututline.o "; for ac_func in ttyslot

Completed in 98 milliseconds