HomeSort by: relevance | last modified time | path
    Searched defs:msgsok (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/write/
term_chk.c 112 int msgsok; local in function:check_sender
130 if (term_chk(myuid, mytty, &msgsok, atime, 1, saved_egid) == -1)
132 if (!msgsok) {
write.c 79 int msgsok, ttyfd; local in function:main
103 ttyfd = term_chk(uid, argv[2], &msgsok, &atime, 0, saved_egid);
106 if (myuid && !msgsok)
157 int nloggedttys, nttys, msgsok, user_is_me; local in function:search_utmp
174 nfd = term_chk(uid, ep->line, &msgsok, &atime, 0,
178 if (myuid && !msgsok) {

Completed in 12 milliseconds