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

/freebsd-9.3-release/usr.bin/find/
H A Dls.c59 static void printtime(time_t);
77 printtime(sb->st_mtime);
85 printtime(time_t ftime) function
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-settime.c96 printtime(dst_key_t *key, int type, const char *tag, isc_boolean_t epoch, function
567 printtime(key, DST_TIME_CREATED, "Created", epoch, stdout);
570 printtime(key, DST_TIME_PUBLISH, "Publish", epoch, stdout);
573 printtime(key, DST_TIME_ACTIVATE, "Activate", epoch, stdout);
576 printtime(key, DST_TIME_REVOKE, "Revoke", epoch, stdout);
579 printtime(key, DST_TIME_INACTIVE, "Inactive", epoch, stdout);
582 printtime(key, DST_TIME_DELETE, "Delete", epoch, stdout);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlogconf.c187 const cfg_obj_t *printtime = NULL; local
191 (void)cfg_map_get(channel, "print-time", &printtime);
195 if (printtime != NULL && cfg_obj_asboolean(printtime))
/freebsd-9.3-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-9.3-release/usr.bin/gprof/
H A Dprintgprof.c172 if ( printtime > 0.0 ) {
174 100.0/printtime , printtime / hz );
180 printtime = 1.0;
201 100 * ( np -> propself + np -> propchild ) / printtime ,
502 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime ,
H A Dgprof.h216 double printtime; /* total of time being printed */ variable
H A Darcs.c870 printtime += childp -> propself;
877 printf( "time %f propself %f printtime %f\n" ,
878 childp -> time , childp -> propself , printtime );
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c1416 isc_boolean_t printtime, printtag; local
1642 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME)
1699 printtime ? time_string : "",
1700 printtime ? " " : "",
1742 printtime ? time_string : "",
1743 printtime ? " " : "",
/freebsd-9.3-release/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-9.3-release/bin/ps/
H A Dprint.c549 printtime(KINFO *k, VARENT *ve, long secs, long psecs) function
589 return (printtime(k, ve, secs, psecs));
603 return (printtime(k, ve, secs, psecs));
617 return (printtime(k, ve, secs, psecs));
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c1540 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { function
1661 printtime(key, DST_TIME_CREATED, "; Created", fp);
1662 printtime(key, DST_TIME_PUBLISH, "; Publish", fp);
1663 printtime(key, DST_TIME_ACTIVATE, "; Activate", fp);
1664 printtime(key, DST_TIME_REVOKE, "; Revoke", fp);
1665 printtime(key, DST_TIME_INACTIVE, "; Inactive", fp);
1666 printtime(key, DST_TIME_DELETE, "; Delete", fp);

Completed in 194 milliseconds