Lines Matching refs:time
22 * current time in a DNS record.
29 #include <time.h>
46 * "time" and "@" return the time in a TXT record.
47 * "clock" is a CNAME to "time"
48 * "current" is a DNAME to "@" (try time.current.time)
59 if (strcmp(name, "@") == 0 || strcmp(name, "time") == 0) {
60 time_t now = time(NULL);
76 result = dns_sdb_putrr(lookup, "cname", 1, "time");
132 return (dns_sdb_register("time", &timedb_methods, NULL, flags,