Searched defs:curt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dsar.c85 static struct tm *curt, args, arge; variable in typeref:struct:tm
206 curt = localtime(&temp);
208 curt->tm_mday);
438 curt = localtime(&nx.ts);
439 trec = curt->tm_hour * 3600.0 +
440 curt->tm_min * 60.0 +
441 curt->tm_sec;
596 curt = localtime(&nx.ts);
597 (void) printf("%.2d:%.2d:%.2d", curt->tm_hour, curt
[all...]
H A Dsadp.c267 long curt; local
601 curt = time((long *) 0);
602 stime = ctime (&curt);

Completed in 63 milliseconds