Searched refs:printtime (Results 1 – 10 of 10) sorted by relevance
| /src/usr.bin/find/ |
| H A D | ls.c | 52 static void printtime(time_t); 70 printtime(sb->st_mtime); in printlong() 78 printtime(time_t ftime) in printtime() function
|
| /src/usr.bin/gprof/ |
| H A D | printgprof.c | 169 if ( printtime > 0.0 ) { in gprofheader() 171 100.0/printtime , printtime / hz ); in gprofheader() 177 printtime = 1.0; in gprofheader() 197 100 * ( np -> propself + np -> propchild ) / printtime , in gprofline() 491 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime , in printcycle()
|
| H A D | gprof.h | 208 EXTERN double printtime; /* total of time being printed */ variable
|
| H A D | arcs.c | 857 printtime += childp -> propself; in doflags() 865 childp -> time , childp -> propself , printtime ); in doflags()
|
| /src/bin/ls/ |
| H A D | print.c | 64 static void printtime(time_t); 250 printtime(sp->st_atime); in printlong() 252 printtime(sp->st_birthtime); in printlong() 254 printtime(sp->st_ctime); in printlong() 256 printtime(sp->st_mtime); in printlong() 463 printtime(time_t ftime) in printtime() function
|
| /src/crypto/krb5/src/clients/klist/ |
| H A D | klist.c | 73 static void printtime(krb5_timestamp); 332 printtime(entry.timestamp); in do_keytab() 644 printtime(krb5_timestamp ts) in printtime() function 703 printtime(cred->times.starttime); in show_credential() 706 printtime(cred->times.endtime); in show_credential() 738 printtime(cred->times.renew_till); in show_credential()
|
| /src/crypto/krb5/src/clients/ksu/ |
| H A D | ccache.c | 307 printtime(krb5_timestamp ts) in printtime() function 347 printtime(cred->times.starttime); in show_credential() 349 printtime(cred->times.endtime); in show_credential() 365 printtime(cred->times.renew_till); in show_credential()
|
| H A D | ksu.h | 147 extern void printtime (krb5_timestamp);
|
| /src/bin/ps/ |
| H A D | print.c | 500 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) in printtime() function 538 return (printtime(k, ve, secs, psecs)); in cputime() 565 return (printtime(k, ve, secs, psecs)); in systime() 579 return (printtime(k, ve, secs, psecs)); in usertime()
|
| /src/contrib/ntp/libntp/lib/isc/ |
| H A D | log.c | 1417 isc_boolean_t printtime, printtag; in isc_log_doit() local 1645 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME) in isc_log_doit() 1702 printtime ? time_string : "", in isc_log_doit() 1703 printtime ? " " : "", in isc_log_doit() 1745 printtime ? time_string : "", in isc_log_doit() 1746 printtime ? " " : "", in isc_log_doit()
|