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

/freebsd-10.0-release/usr.bin/find/
H A Dls.c59 static void printtime(time_t);
76 printtime(sb->st_mtime);
84 printtime(time_t ftime) function
/freebsd-10.0-release/bin/ls/
H A Dprint.c68 static void printtime(time_t);
175 printtime(sp->st_atime);
177 printtime(sp->st_birthtime);
179 printtime(sp->st_ctime);
181 printtime(sp->st_mtime);
362 printtime(time_t ftime) function
/freebsd-10.0-release/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.h216 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-10.0-release/bin/ps/
H A Dprint.c507 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) function
545 return (printtime(k, ve, secs, psecs));
559 return (printtime(k, ve, secs, psecs));
573 return (printtime(k, ve, secs, psecs));

Completed in 128 milliseconds