Searched refs:time_t (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/external/compiler-rt/test/asan/TestCases/
H A Dtime_interceptor.cc13 time_t *tm = (time_t*)malloc(sizeof(time_t));
15 time_t t = time(tm);
/external/chromium_org/base/
H A Dos_compat_nacl.h12 extern "C" time_t timegm(struct tm* const t);
H A Dos_compat_nacl.cc14 time_t timegm(struct tm* tm) {
15 time_t ret;
H A Dos_compat_android.h19 extern "C" time_t timegm(struct tm* const t);
/external/oprofile/libutil/
H A Dop_get_time.c18 time_t t = time(NULL);
H A Dop_file.h37 time_t op_get_mtime(char const * file);
/external/ipsec-tools/src/racoon/
H A Dschedule.h43 time_t xtime; /* event time which is as time(3). */
53 time_t created; /* for debug */
54 time_t tick; /* for debug */
72 time_t xtime;
74 time_t created;
75 time_t tick;
79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
H A Dlogger.h41 time_t *tbuf;
/external/libcxx/test/utilities/time/time.clock/time.clock.system/
H A Dto_time_t.pass.cpp14 // time_t to_time_t(const time_point& t);
22 std::time_t t1 = C::to_time_t(C::now());
/external/bison/lib/
H A Dtime.in.h76 time_t tv_sec;
91 time_t to be an integer type, even though C99 permits floating
96 unsigned int __floating_time_t_unsupported : (time_t) 1;
126 /* Return the 'time_t' representation of TP and normalize TP. */
132 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
133 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
135 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t cons
[all...]
/external/openssl/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/external/srec/portable/include/
H A Dptimestamp.h45 time_t secs;
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.h43 static void Wrap(time_t timestamp, std::string* data);
47 static bool UnwrapTimestamp(std::string* data, time_t now);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstat.h34 time_t st_atime;
36 time_t st_mtime;
38 time_t st_ctime;
72 time_t st_atime;
75 time_t st_mtime;
78 time_t st_ctime;
/external/fio/os/windows/posix/include/sys/
H A Dshm.h31 time_t shm_atime; /* time of last shmat() */
32 time_t shm_dtime; /* time of last shmdt() */
33 time_t shm_ctime; /* time of last change by shmctl() */
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h134 extern time_t mktime(struct tm *);
138 extern time_t time(time_t *);
139 extern time_t timegm(struct tm *);
140 extern struct tm *localtime(const time_t *);
141 extern struct tm *gmtime(const time_t *);
/external/llvm/unittests/Support/
H A DTimeValueTest.cpp17 TEST(TimeValue, time_t) {
19 time_t now_t = time(nullptr);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dtime_support.h71 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc25 time_t OurTime = time_t(this->toEpochTime());
/external/bison/darwin-lib/
H A Dtime.h388 time_t tv_sec;
403 time_t to be an integer type, even though C99 permits floating
408 unsigned int __floating_time_t_unsupported : (time_t) 1;
438 /* Return the 'time_t' representation of TP and normalize TP. */
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t cons
[all...]
/external/bison/linux-lib/
H A Dtime.h388 time_t tv_sec;
403 time_t to be an integer type, even though C99 permits floating
408 unsigned int __floating_time_t_unsupported : (time_t) 1;
438 /* Return the 'time_t' representation of TP and normalize TP. */
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t cons
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c19 #include "sys/types.h" /* for time_t */
158 static time_t absolute_min_time;
159 static time_t absolute_max_time;
168 static time_t hunt(char * name, time_t lot, time_t hit);
170 static void show(char * zone, time_t t, int v);
172 static time_t yeartot(long y);
179 static time_t huntICU(char * name, time_t lo
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c19 #include "sys/types.h" /* for time_t */
158 static time_t absolute_min_time;
159 static time_t absolute_max_time;
168 static time_t hunt(char * name, time_t lot, time_t hit);
170 static void show(char * zone, time_t t, int v);
172 static time_t yeartot(long y);
179 static time_t huntICU(char * name, time_t lo
[all...]
/external/compiler-rt/test/msan/
H A Dmktime.cc20 time_t t = mktime(&tm);

Completed in 373 milliseconds

1234567891011>>