Home
last modified time | relevance | path

Searched refs:trec (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java663 RegRecord trec = (RegRecord)contents.elementAt(bottom); in walkVector() local
673 if (compareEqual(trec.value, pattern)) { in walkVector()
674 return trec; in walkVector()
676 } else if (compareLessEqual(pattern, trec.value)) { in walkVector()
691 if (compareEqual(trec.value, pattern)) { in walkVector()
692 rec = trec; in walkVector()
719 RegRecord trec = (RegRecord)contents.elementAt(top); in walkVector() local
729 if (compareEqual(trec.value, pattern)) { in walkVector()
730 return trec; in walkVector()
733 trec.value)) { in walkVector()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c119 recno_t scursor, trec; local
148 key.data = &trec;
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c337 float trec, tnext = 0; in prpass() local
439 trec = curt->tm_hour * 3600.0 + in prpass()
442 if ((recno == 0) && (trec < start_time)) in prpass()
444 if ((eflg) && (trec > end_time)) in prpass()
477 tnext = trec; in prpass()
493 if ((iflg) && (trec < tnext)) in prpass()
566 while (tnext <= trec) in prpass()