Searched refs:printtime (Results 1 – 6 of 6) sorted by relevance
/freebsd/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
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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()
|