Searched refs:CSTIME (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libcs/
H A Dcspoll.c104 messagef((state->id, NiL, -6, "poll: %s num=%d ms=%d sec=%d usec=%d", fmttime("%K", CSTIME()), num, ms, tp ? tp->tv_sec : 0, tp ? tp->tv_usec : 0));
109 messagef((state->id, NiL, -6, "poll: %s num=%d ms=%d", fmttime("%K", CSTIME()), num, ms);
112 messagef((state->id, NiL, -6, "poll: %s num=%d", fmttime("%K", CSTIME()), num));
H A Dcsstat.c64 CSTIME();
H A Dcs.h42 #define CSTIME() (cs.time=(unsigned long)time(NiL)) macro
194 unsigned long time; /* time updated by CSTIME() */
H A Dcsauth.c146 t1 = CSTIME();
H A Dcss.c281 CSTIME();
330 CSTIME();
634 timeout = CSTIME() + ((ms + 999) / 1000);
640 CSTIME();
717 CSTIME();
H A Dmsguser.c114 msgputu(&b, e, msg_info.timestamp ? (msg_stamp = CSTIME()) : ++msg_stamp);
H A Dcsopen.c1183 if ((CSTIME() - (unsigned long)st.st_ctime) < 2 * 60)
/ast/src/cmd/ss/
H A Dssd.c252 tm = CSTIME();
331 if (!stat(data, &st) && (long)(CSTIME() - (unsigned long)st.st_ctime) < CS_STAT_DOWN)
462 now = CSTIME();
466 now = CSTIME();
/ast/src/cmd/at/
H A Datd.c1480 CSTIME();

Completed in 54 milliseconds