HomeSort by: relevance | last modified time | path
    Searched refs:term_chk (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/write/
term_chk.h 1 /* $NetBSD: term_chk.h,v 1.2 2003/08/07 11:17:48 agc Exp $ */
35 int term_chk(uid_t, const char *, int *, time_t *, int, gid_t);
Makefile 8 SRCS= write.c utmpentry.c term_chk.c
term_chk.c 1 /* $NetBSD: term_chk.c,v 1.8 2009/04/14 07:59:17 lukem Exp $ */
37 __RCSID("$NetBSD: term_chk.c,v 1.8 2009/04/14 07:59:17 lukem Exp $");
52 #include "term_chk.h"
55 * term_chk - check that a terminal exists, and get the message bit
59 term_chk(uid_t uid, const char *tty, int *msgsokP, time_t *atimeP, int ismytty, function in typeref:typename:int
130 if (term_chk(myuid, mytty, &msgsok, atime, 1, saved_egid) == -1)
write.c 66 #include "term_chk.h"
103 ttyfd = term_chk(uid, argv[2], &msgsok, &atime, 0, saved_egid);
174 nfd = term_chk(uid, ep->line, &msgsok, &atime, 0,
  /src/usr.bin/wall/
Makefile 9 SRCS= wall.c utmpentry.c term_chk.c

Completed in 12 milliseconds