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

1234

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time(t);
H A Dfile.c35 #include <isc/time.h>
65 * doesn't exist this runs for a *very* long time.
204 isc_file_getmodtime(const char *file, isc_time_t *time) { argument
208 REQUIRE(time != NULL);
216 &time->absolute))
227 isc_file_settime(const char *file, isc_time_t *time) { argument
230 REQUIRE(file != NULL && time != NULL);
242 &time->absolute,
243 &time->absolute))
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-irix5.h38 time_t time(time_t *);
/bind-9.6-ESV-R11/bin/tests/net/
H A Ddriver.c24 #include <time.h>
46 (void)time(&t);
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf36 print-time yes;
H A Dnamed.pipeconf36 print-time yes;
H A Dnamed.plain36 print-time yes;
H A Dnamed.symconf36 print-time yes;
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dfile.h33 isc_file_settime(const char *file, isc_time_t *time);
36 isc_file_getmodtime(const char *file, isc_time_t *time);
38 * \brief Get the time of last modification of a file.
41 *\li The time that is set is relative to the (OS-specific) epoch, as are
46 *\li time != NULL.
49 *\li If the file could not be accessed, 'time' is unchanged.
H A Dtimer.h79 #include <isc/time.h>
133 *\li For once timers, 'expires' specifies the time when a life timeout
151 *\li 'expires' points to a valid time, or is NULL.
217 * Set the last-touched time of 'timer' to the current time.
/bind-9.6-ESV-R11/lib/isc/
H A Drandom.c25 #include <time.h> /* Required for time(). */
49 * Xor them with the high bits of time which change slowly.
53 srand(time(NULL) ^ pid);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c57 #include <time.h> /* Required for utimes on some platforms. */
62 #include <sys/time.h>
69 #include <isc/time.h>
96 isc_file_getmodtime(const char *file, isc_time_t *time) { argument
101 REQUIRE(time != NULL);
110 isc_time_set(time, stats.st_mtime, 0);
116 isc_file_settime(const char *file, isc_time_t *time) { argument
119 REQUIRE(file != NULL && time != NULL);
131 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(time);
147 (isc_int32_t)(isc_time_nanoseconds(time) / 100
[all...]
H A Dstdtime.c28 #include <sys/time.h>
/bind-9.6-ESV-R11/bin/tests/
H A Dgenrandom.c24 #include <time.h>
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.h15 #include <sys/time.h>
/bind-9.6-ESV-R11/contrib/zkt/
H A Dlog.h42 # include <time.h>
H A Dzone.h42 # include <time.h>
H A Dsoaserial.c43 # include <time.h>
167 ** return the serial number of the given time in the form
214 today = time (NULL);
219 serial = today; /* set to current time */
255 now = time (NULL);
H A Ddki.c47 # include <sys/time.h>
174 touch (path, dkp->time); /* restore time of key file */
357 dkp->time = st.st_mtime;
460 currtime = time (NULL);
506 touch (topath, time (NULL));
542 totime = time (NULL); /* set .key file to current time */
544 touch (topath, totime); /* store/restore time of status change */
756 len += fprintf (fp, "generated %s\n", time2str (dkp->time, '
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dtimer.c25 #include <isc/time.h>
44 /* Compute the time of expiry. */
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dparse_test.c26 #include <time.h>
/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/
H A Dnet.h57 #include <sys/time.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.hpp34 #include <sys/time.h>
/bind-9.6-ESV-R11/contrib/sdb/time/
H A Dtimedb.c22 * 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");
[all...]
/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dcondition.c30 #include <isc/time.h>

Completed in 31 milliseconds

1234