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

/macosx-10.10/shell_cmds-179/find/
H A Dls.c64 static void printtime(time_t);
81 printtime(sb->st_mtime);
89 printtime(time_t ftime) function
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-settime.c95 printtime(dst_key_t *key, int type, const char *tag, isc_boolean_t epoch, function
529 printtime(key, DST_TIME_CREATED, "Created", epoch, stdout);
532 printtime(key, DST_TIME_PUBLISH, "Publish", epoch, stdout);
535 printtime(key, DST_TIME_ACTIVATE, "Activate", epoch, stdout);
538 printtime(key, DST_TIME_REVOKE, "Revoke", epoch, stdout);
541 printtime(key, DST_TIME_INACTIVE, "Inactive", epoch, stdout);
544 printtime(key, DST_TIME_DELETE, "Delete", epoch, stdout);
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dlogconf.c183 const cfg_obj_t *printtime = NULL; local
187 (void)cfg_map_get(channel, "print-time", &printtime);
191 if (printtime != NULL && cfg_obj_asboolean(printtime))
/macosx-10.10/file_cmds-242/ls/
H A Dprint.c90 static void printtime(time_t);
419 printtime(sp->st_atime);
421 printtime(sp->st_ctime);
423 printtime(sp->st_birthtime);
425 printtime(sp->st_mtime);
605 printtime(time_t ftime) function
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h143 int printtime; member in struct:zconf
H A Dzconf.c141 { "PrintTime", first, last, CONF_BOOL, &def.printtime },
245 set_varptr ("printtime", &cp->printtime, cp2 ? &cp2->printtime: NULL);
H A Dzkt-ls.c134 timeflag = config->printtime;
H A Ddnssec-zkt.c145 timeflag = config->printtime;
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dlog.c1415 isc_boolean_t printtime, printtag; local
1641 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME)
1698 printtime ? time_string : "",
1699 printtime ? " " : "",
1741 printtime ? time_string : "",
1742 printtime ? " " : "",
/macosx-10.10/ntp-92/lib/isc/
H A Dlog.c1414 isc_boolean_t printtime, printtag; local
1640 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME)
1697 printtime ? time_string : "",
1698 printtime ? " " : "",
1740 printtime ? time_string : "",
1741 printtime ? " " : "",
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddst_api.c1431 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { function
1552 printtime(key, DST_TIME_CREATED, "; Created", fp);
1553 printtime(key, DST_TIME_PUBLISH, "; Publish", fp);
1554 printtime(key, DST_TIME_ACTIVATE, "; Activate", fp);
1555 printtime(key, DST_TIME_REVOKE, "; Revoke", fp);
1556 printtime(key, DST_TIME_INACTIVE, "; Inactive", fp);
1557 printtime(key, DST_TIME_DELETE, "; Delete", fp);
/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c671 printtime(struct timeval *real, child_times_t *ti, char *desc) function
871 printtime(dtime(&dtimeval, &pn->bgtime, &pn->endtime), &pn->ti,
1649 printtime(dtime(&dtimeval, &shtimer, &now), &ti, "shell");
1657 printtime(&dtimeval, &ti, "children");

Completed in 275 milliseconds