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

/freebsd-12-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-12-stable/bin/ls/
H A Dprint.c72 static void printtime(time_t);
248 printtime(sp->st_atime);
250 printtime(sp->st_birthtime);
252 printtime(sp->st_ctime);
254 printtime(sp->st_mtime);
460 printtime(time_t ftime) function
/freebsd-12-stable/usr.bin/gprof/
H A Dprintgprof.c177 if ( printtime > 0.0 ) {
179 100.0/printtime , printtime / hz );
185 printtime = 1.0;
205 100 * ( np -> propself + np -> propchild ) / printtime ,
499 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime ,
H A Dgprof.h221 EXTERN double printtime; /* total of time being printed */ variable
H A Darcs.c865 printtime += childp -> propself;
872 printf( "time %f propself %f printtime %f\n" ,
873 childp -> time , childp -> propself , printtime );
/freebsd-12-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-12-stable/bin/ps/
H A Dprint.c512 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) function
550 return (printtime(k, ve, secs, psecs));
577 return (printtime(k, ve, secs, psecs));
591 return (printtime(k, ve, secs, psecs));

Completed in 187 milliseconds