Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/write/
Dterm_chk.c59 term_chk(uid_t uid, const char *tty, int *msgsokP, time_t *atimeP, int ismytty, in term_chk() function
130 if (term_chk(myuid, mytty, &msgsok, atime, 1, saved_egid) == -1) in check_sender()
Dwrite.c103 ttyfd = term_chk(uid, argv[2], &msgsok, &atime, 0, saved_egid); in main()
174 nfd = term_chk(uid, ep->line, &msgsok, &atime, 0, in search_utmp()
Dterm_chk.h35 int term_chk(uid_t, const char *, int *, time_t *, int, gid_t);
DMakefile8 SRCS= write.c utmpentry.c term_chk.c
/netbsd/src/usr.bin/wall/
DMakefile9 SRCS= wall.c utmpentry.c term_chk.c