Searched refs:printtime (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/find/
H A Dls.c59 static void printtime(time_t);
77 printtime(sb->st_mtime);
85 printtime(time_t ftime) function
/freebsd-11-stable/usr.bin/gprof/
H A Dprintgprof.c175 if ( printtime > 0.0 ) {
177 100.0/printtime , printtime / hz );
183 printtime = 1.0;
203 100 * ( np -> propself + np -> propchild ) / printtime ,
497 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime ,
H A Dgprof.h219 EXTERN double printtime; /* total of time being printed */ variable
H A Darcs.c863 printtime += childp -> propself;
870 printf( "time %f propself %f printtime %f\n" ,
871 childp -> time , childp -> propself , printtime );
/freebsd-11-stable/bin/ls/
H A Dprint.c71 static void printtime(const char *, time_t);
297 printtime("access-time", sp->st_atime);
299 printtime("birth-time", sp->st_birthtime);
301 printtime("change-time", sp->st_ctime);
303 printtime("modify-time", sp->st_mtime);
523 printtime(const char *field, time_t ftime) function
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlog.c1417 isc_boolean_t printtime, printtag; local
1645 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME)
1702 printtime ? time_string : "",
1703 printtime ? " " : "",
1745 printtime ? time_string : "",
1746 printtime ? " " : "",
/freebsd-11-stable/bin/ps/
H A Dprint.c510 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) function
548 return (printtime(k, ve, secs, psecs));
562 return (printtime(k, ve, secs, psecs));
576 return (printtime(k, ve, secs, psecs));

Completed in 175 milliseconds