Lines Matching refs:time
13 * current time in a DNS record.
20 #include <time.h>
37 * "time" and "@" return the time in a TXT record.
38 * "clock" is a CNAME to "time"
39 * "current" is a DNAME to "@" (try time.current.time)
61 if (strcmp(name, "@") == 0 || strcmp(name, "time") == 0) {
62 time_t now = time(NULL);
78 result = dns_sdb_putrr(lookup, "cname", 1, "time");
135 return (dns_sdb_register("time", &timedb_methods, NULL, flags,