Home | Sort by: relevance | last modified time | path |
/src/libexec/talkd/ | |
talkd.c | 76 time_t lastmsgtime; variable in typeref:typename:time_t 131 lastmsgtime = time(0); 151 if (time(0) - lastmsgtime >= MAXIDLE) |
/src/libexec/comsat/ | |
comsat.c | 87 static time_t lastmsgtime; variable in typeref:typename:time_t 126 (void)time(&lastmsgtime); 156 (void)time(&lastmsgtime); 179 if (time(NULL) - lastmsgtime >= MAXIDLE) |