Home
last modified time | relevance | path

Searched refs:printtime (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c82 void printtime (time_t);
364 printtime(entry.timestamp);
579 printtime(tv) in printtime() function
617 printtime(cred->times.starttime);
619 printtime(cred->times.endtime);
635 printtime(cred->times.renew_till);
870 printtime(c.issue_date);
872 printtime(krb_life_to_time(c.issue_date, c.lifetime));
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c217 if (printtime > 0.0) { in gprofheader()
219 100.0/printtime, printtime / hz); in gprofheader()
226 printtime = 1.0; in gprofheader()
255 100 * (np->propself + np->propchild) / printtime, in gprofline()
643 100 * (cyclep->propself + cyclep->propchild) / printtime, in printcycle()
H A Darcs.c31 double printtime; variable
559 printtime += childp->propself; in doflags()
568 childp->time, childp->propself, printtime); in doflags()
H A Dgprof.h305 extern double printtime; /* total of time being printed */