Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusx.c5232 if (ztmsec > -1L) {
5233 sprintf(tsbuf+19,".%03ld ",ztmsec); /* SAFE */
5704 if (ztmsec > -1L) { /* Add msecs if we have them */
5705 sprintf(&ts[19],".%03ld: ",ztmsec); /* SAFE */
H A Dckcmai.c1097 long ztmsec = -1L; /* Ditto */ variable
H A Dckcdeb.h2543 extern long ztmsec, ztusec; /* Fraction of sec of current time */
H A Dckutio.c11915 ztmsec = -1L;
11939 ztmsec = ztusec / 1000L; /* Milliseconds */
12046 ztmsec = tv.tv_usec / 1000L;
H A Dckcftp.c2605 return(z * 1000 + ztmsec); in gmstimer()