Searched refs:time (Results 1 - 25 of 124) sorted by relevance

12345

/bind-9.11.3/lib/isc/include/isc/
H A Dtm.h15 #include <time.h>
27 * time zone.
H A Dfile.h25 isc_file_settime(const char *file, isc_time_t *time);
31 isc_file_getmodtime(const char *file, isc_time_t *time);
33 * \brief Get the time of last modification of a file.
36 *\li The time that is set is relative to the (OS-specific) epoch, as are
41 *\li time != NULL.
44 *\li If the file could not be accessed, 'time' is unchanged.
H A Dhttpd.h21 #include <isc/time.h>
45 * Create a new http daemon which will send, once every time period,
/bind-9.11.3/lib/isc/win32/
H A Dstdtime.c13 #include <time.h>
H A Dfile.c32 #include <isc/time.h>
64 * doesn't exist this runs for a *very* long time.
242 isc_file_getmodtime(const char *file, isc_time_t *time) { argument
246 REQUIRE(time != NULL);
254 &time->absolute))
281 isc_file_settime(const char *file, isc_time_t *time) { argument
284 REQUIRE(file != NULL && time != NULL);
296 &time->absolute,
297 &time->absolute))
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plain28 print-time yes;
35 print-time yes;
H A Dnamed.unlimited28 print-time yes;
35 print-time yes;
H A Dnamed.versconf28 print-time yes;
35 print-time yes;
H A Dnamed.dirconf28 print-time yes;
H A Dnamed.pipeconf28 print-time yes;
H A Dnamed.symconf28 print-time yes;
/bind-9.11.3/bin/tests/net/
H A Ddriver.c15 #include <time.h>
39 (void)time(&t);
/bind-9.11.3/lib/dns/
H A Dtimer.c16 #include <isc/time.h>
35 /* Compute the time of expiry. */
H A Dtime.c17 #include <time.h>
27 #include <dns/time.h>
104 * Adjust the time to the closest epoch. This should be changed
/bind-9.11.3/lib/isc/tests/
H A Dparse_test.c18 #include <time.h>
H A Dtime_test.c14 #include <isc/time.h>
19 atf_tc_set_md_var(tc, "descr", "parse http time stamp");
/bind-9.11.3/lib/isc/unix/
H A Dstdtime.c19 #include <sys/time.h>
/bind-9.11.3/lib/lwres/unix/include/lwres/
H A Dnet.h48 #include <sys/time.h>
/bind-9.11.3/unit/atf-src/tools/
H A Dreader.hpp34 #include <sys/time.h>
/bind-9.11.3/contrib/sdb/time/
H A Dtimedb.c13 * 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");
[all...]
/bind-9.11.3/bin/named/include/named/
H A Dseccomp.h32 SCMP_SYS(time),
99 "time",
166 SCMP_SYS(time),
206 "time",
/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Drandom.c44 #include <time.h>
58 #include <sys/time.h>
H A Dfind.c42 #include <time.h>
60 #include <sys/time.h>
H A Dlogin.c44 #include <time.h>
62 #include <sys/time.h>
/bind-9.11.3/lib/isc/pthreads/
H A Dcondition.c21 #include <isc/time.h>

Completed in 38 milliseconds

12345