Searched refs:time_t (Results 151 - 175 of 1089) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c65 ((time_t)-2) exit loop w/o killing child and return
67 ((time_t)-1) kill child with SIGTERM and wait for child to exit
82 wait_for_process_timed(pid_t pid, time_t (*func)(void *),
83 void *ptr, time_t timeout)
109 if (timeout == (time_t)-1) {
112 } else if (timeout == (time_t)-2) {
234 time_t (*func)(void *), void *ptr, time_t timeout)
257 time_t (*func)(void *), void *ptr, time_t timeou
[all...]
/freebsd-10-stable/sbin/nandfs/
H A Dlssnap.c59 time_t t;
62 t = (time_t)cpinfo->nci_create;
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c65 time_t now;
92 CHECK(now != (time_t)-1);
/freebsd-10-stable/contrib/unbound/util/
H A Dmini_event.h121 time_t* time_secs;
152 void *event_init(time_t* time_secs, struct timeval* time_tv);
/freebsd-10-stable/contrib/unbound/sldns/
H A Dparseutil.h55 time_t sldns_mktime_from_utc(const struct tm *tm);
71 struct tm * sldns_serial_arithmitics_gmtime_r(int32_t time, time_t now, struct tm *result);
/freebsd-10-stable/sys/boot/efi/include/
H A Defilib.h49 time_t efi_time(EFI_TIME *);
/freebsd-10-stable/contrib/unbound/util/data/
H A Dmsgreply.h128 time_t ttl;
134 time_t prefetch_ttl;
212 time_t ttl, time_t prettl, size_t an, size_t ns, size_t ar,
277 void reply_info_set_ttls(struct reply_info* rep, time_t timenow);
H A Dmsgparse.h76 extern time_t MAX_TTL;
78 extern time_t MIN_TTL;
80 extern time_t MAX_NEG_TTL;
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c134 static time_t _warc_rdrtm(const char *buf, size_t bsz);
135 static time_t _warc_rdmtm(const char *buf, size_t bsz);
226 time_t rtime;
228 time_t mtime;
282 if (rtime == (time_t)-1) {
336 if ((mtime = _warc_rdmtm(buf, eoh - buf)) == (time_t)-1) {
526 static time_t
537 if (mktime(t) == (time_t)-1)
538 return ((time_t)-1);
551 static time_t
[all...]
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_intres.c126 time_t scheduled;
127 time_t earliest;
152 time_t scheduled;
153 time_t earliest;
179 time_t next_dns_timeslot;
185 time_t ignore_scheduled_before;
187 time_t next_res_init;
199 static time_t next_res_init;
207 static void scheduled_sleep(time_t, time_t,
[all...]
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c151 au_timetosec(time_t *seconds, u_long value, char mult)
159 *seconds = (time_t)value;
164 *seconds = (time_t)value * 60 * 60;
169 *seconds = (time_t)value * 60 * 60 * 24;
174 *seconds = (time_t)value * 60 * 60 * 24 * 364 +
175 ((time_t)value / 4) * 60 * 60 * 24;
295 static time_t lastctime = 0;
612 setexpirecond(time_t *age, size_t *size, u_long value, char mult)
625 getacexpire(int *andflg, time_t *age, size_t *size)
/freebsd-10-stable/contrib/sendmail/src/
H A Dconvtime.c41 time_t
46 register time_t t, r;
124 time_t intvl;
/freebsd-10-stable/crypto/heimdal/kcm/
H A Dkcm_locl.h121 time_t fire_time;
123 time_t expire_time;
124 time_t backoff_time;
/freebsd-10-stable/sbin/iscontrol/
H A Discontrol.h76 time_t open_time;
78 time_t redirect_time;
81 time_t reconnect_time;
/freebsd-10-stable/usr.bin/chpass/
H A Dutil.c66 ttoa(time_t tval)
82 atot(char *p, time_t *store)
87 time_t tval;
/freebsd-10-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c41 static time_t opt_B;
42 static time_t opt_E;
51 Render(void *priv __unused, time_t now, unsigned flag __unused, const unsigned char *p, unsigned l __unused)
/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.h53 extern time_t t1, t2;
158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
159 time_t Mktime(char *);
/freebsd-10-stable/contrib/ntp/include/
H A Dl_stdlib.h160 extern int stime (const time_t *);
191 extern time_t time (time_t *);
/freebsd-10-stable/crypto/openssh/
H A Dsshlogin.c72 time_t
80 return (time_t)li.tv_sec;
92 time_t last_login_time;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dtime.h47 using std::time_t;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h63 time_t ModTime; // Modification time of file.
100 time_t getModificationTime() const { return ModTime; }
234 time_t ModificationTime);
267 time_t ModificationTime);
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_perfmgr_db.h92 time_t time;
107 time_t time;
115 time_t time;
135 time_t last_reset;
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkdc.h55 time_t kdc_warn_pwexpire; /* time before expiration to print a warning */
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dcheck-timegm.c43 time_t t;
H A Dder_copy.c65 der_copy_generalized_time (const time_t *from, time_t *to)
72 der_copy_utctime (const time_t *from, time_t *to)

Completed in 373 milliseconds

1234567891011>>