| /src/usr.bin/find/ |
| ls.c | 61 static void printtime(time_t); 83 printtime(sb->st_mtime); 91 printtime(time_t ftime) function
|
| /src/usr.sbin/ldpd/ |
| ldp_errors.c | 104 printtime() function
|
| /src/bin/ls/ |
| print.c | 71 static void printtime(time_t); 191 printtime(sp->st_atime); 193 printtime(sp->st_ctime); 195 printtime(sp->st_mtime); 403 printtime(time_t ftime) function
|
| /src/usr.bin/rup/ |
| rup.c | 61 static int printtime; /* print the remote host(s)'s time */ variable 238 if (printtime) 274 if (printtime) 352 printtime = 1;
|
| /src/external/mpl/bind/dist/bin/named/ |
| logconf.c | 213 const cfg_obj_t *printtime = NULL; local 218 (void)cfg_map_get(channel, "print-time", &printtime); 230 if (printtime != NULL && cfg_obj_isboolean(printtime)) { 231 if (cfg_obj_asboolean(printtime)) { 234 } else if (printtime != NULL) { /* local/iso8601/iso8601-utc */ 235 const char *s = cfg_obj_asstring(printtime);
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-settime.c | 110 printtime(dst_key_t *key, int type, const char *tag, bool epoch, FILE *stream) { function 908 printtime(key, DST_TIME_CREATED, "Created", epoch, stdout); 912 printtime(key, DST_TIME_PUBLISH, "Publish", epoch, stdout); 916 printtime(key, DST_TIME_ACTIVATE, "Activate", epoch, stdout); 920 printtime(key, DST_TIME_REVOKE, "Revoke", epoch, stdout); 924 printtime(key, DST_TIME_INACTIVE, "Inactive", epoch, stdout); 928 printtime(key, DST_TIME_DELETE, "Delete", epoch, stdout); 932 printtime(key, DST_TIME_SYNCPUBLISH, "SYNC Publish", epoch, 937 printtime(key, DST_TIME_SYNCDELETE, "SYNC Delete", epoch, 942 printtime(key, DST_TIME_DSPUBLISH, "DS Publish", epoch, stdout) [all...] |
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| log.c | 1419 isc_boolean_t printtime, printtag; local 1647 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME) 1704 printtime ? time_string : "", 1705 printtime ? " " : "", 1747 printtime ? time_string : "", 1748 printtime ? " " : "",
|
| /src/external/mpl/bind/dist/lib/isc/ |
| log.c | 1481 bool printtime, iso8601, utc, printtag, printcolon; local 1730 printtime = ((channel->flags & ISC_LOG_PRINTTIME) != 0); 1741 if (printtime) { 1807 printtime ? time_string : "", 1808 printtime ? " " : "", printtag ? lcfg->tag : "", 1854 printtime ? time_string : "", 1855 printtime ? " " : "", printtag ? lcfg->tag : "",
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 1512 bool printtime, iso8601, utc, printtag, printcolon; local 1754 printtime = ((channel->flags & ISC_LOG_PRINTTIME) != 0); 1765 if (printtime) { 1831 printtime ? time_string : "", 1832 printtime ? " " : "", printtag ? lcfg->tag : "", 1878 printtime ? time_string : "", 1879 printtime ? " " : "", printtag ? lcfg->tag : "",
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_api.c | 1977 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { function 2078 printtime(key, DST_TIME_CREATED, "Generated", fp); 2079 printtime(key, DST_TIME_PUBLISH, "Published", fp); 2080 printtime(key, DST_TIME_ACTIVATE, "Active", fp); 2081 printtime(key, DST_TIME_INACTIVE, "Retired", fp); 2082 printtime(key, DST_TIME_REVOKE, "Revoked", fp); 2083 printtime(key, DST_TIME_DELETE, "Removed", fp); 2084 printtime(key, DST_TIME_DSPUBLISH, "DSPublish", fp); 2085 printtime(key, DST_TIME_DSDELETE, "DSRemoved", fp); 2086 printtime(key, DST_TIME_SIGPUBLISH, "SigPublish", fp) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_api.c | 2032 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { function 2132 printtime(key, DST_TIME_CREATED, "Generated", fp); 2133 printtime(key, DST_TIME_PUBLISH, "Published", fp); 2134 printtime(key, DST_TIME_ACTIVATE, "Active", fp); 2135 printtime(key, DST_TIME_INACTIVE, "Retired", fp); 2136 printtime(key, DST_TIME_REVOKE, "Revoked", fp); 2137 printtime(key, DST_TIME_DELETE, "Removed", fp); 2138 printtime(key, DST_TIME_DSPUBLISH, "DSPublish", fp); 2139 printtime(key, DST_TIME_DSDELETE, "DSRemoved", fp); 2140 printtime(key, DST_TIME_SYNCPUBLISH, "PublishCDS", fp) [all...] |
| /src/sbin/fsck_udf/ |
| main.c | 226 printtime(time_t ftime) function 263 printtime(timespec.tv_sec);
|