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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c121 recno_t scursor, trec; local
150 key.data = &trec;
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c337 float trec, tnext = 0; local
439 trec = curt->tm_hour * 3600.0 +
442 if ((recno == 0) && (trec < start_time))
444 if ((eflg) && (trec > end_time))
477 tnext = trec;
493 if ((iflg) && (trec < tnext))
566 while (tnext <= trec)

Completed in 83 milliseconds