Home
last modified time | relevance | path

Searched refs:logwtmp (Results 1 – 16 of 16) sorted by relevance

/original-bsd/bin/date/
H A Ddate.c39 int logwtmp __P((char *, char *, char *));
182 logwtmp("|", "date", "");
189 logwtmp("{", "date", "");
/original-bsd/lib/libutil/
H A DMakefile5 SRCS= login.c login_tty.c logout.c logwtmp.c pty.c
H A Dlogwtmp.c20 logwtmp(line, name, host) in logwtmp() function
/original-bsd/libexec/ftpd/
H A DMakefile5 SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c
H A Dlogwtmp.c32 logwtmp(line, name, host) in logwtmp() function
H A Dextern.h19 void logwtmp __P((char *, char *, char *));
H A Dftpd.c480 logwtmp(ttyline, "", ""); in end_login()
531 logwtmp(ttyline, pw->pw_name, remotehost);
1321 logwtmp(ttyline, "", "");
/original-bsd/usr.sbin/timed/timed/
H A Dmaster.c38 extern void logwtmp __P((struct timeval *, struct timeval *));
40 extern void logwtmp __P((char *, char *, char *));
363 logwtmp(&otime, &msg->tsp_time);
365 logwtmp("|", "date", "");
367 logwtmp("}", "date", "");
857 logwtmp(otime, ntime) in logwtmp() function
H A Dslave.c35 extern void logwtmp __P((struct timeval *, struct timeval *));
37 extern void logwtmp __P((char *, char *, char *));
267 logwtmp(&otime, &msg->tsp_time); in slave()
269 logwtmp("|", "date", ""); in slave()
271 logwtmp("}", "date", ""); in slave()
/original-bsd/sbin/reboot/
H A Dhalt.c108 logwtmp("~", "shutdown", "");
H A Dreboot.c89 logwtmp("~", "shutdown", "");
/original-bsd/old/init/
H A Dinit.c184 logwtmp("~", "shutdown", ""); in shutend()
258 logwtmp("~", "reboot", "");
444 logwtmp(p->line, "", "");
/original-bsd/sbin/init/
H A Dinit.c54 extern void logwtmp __P((const char *, const char *, const char *));
488 logwtmp(line, "", "");
740 logwtmp("~", "reboot", ""); in runcom()
1251 logwtmp("~", "shutdown", ""); in death()
/original-bsd/libexec/rlogind/
H A Drlogind.c505 logwtmp(p, "", "");
/original-bsd/contrib/usr.x25/x29d/
H A Dx29d.c527 logwtmp(p, "", ""); in cleanup()
/original-bsd/libexec/telnetd/
H A Dsys_term.c1804 logwtmp(p, "", "");