Home
last modified time | relevance | path

Searched refs:time_t (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time()
276 # undef time_t
277 # define time_t tz_time_t macro
279 typedef time_tz time_t; typedef
281 char *ctime(time_t const *);
282 char *ctime_r(time_t const *, char *);
283 double difftime(time_t, time_t);
284 struct tm *gmtime(time_t const *);
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
286 struct tm *localtime(time_t const *);
[all …]
Dzdump.c218 static time_t const absolute_min_time =
219 ((time_t) -1 < 0
220 ? (time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1)
222 static time_t const absolute_max_time =
223 ((time_t) -1 < 0
224 ? - (~ 0 < 0) - ((time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1))
234 static time_t hunt(char * name, time_t lot, time_t hit);
235 static void show(char * zone, time_t t, int v);
237 static time_t yeartot(intmax_t y) ATTRIBUTE_PURE;
244 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
[all …]
Dlocaltime.c88 time_t ls_trans; /* transition time */
108 time_t ats[TZ_MAX_TIMES];
135 static int differ_by_repeat(time_t t1, time_t t0);
145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
158 static time_t time1(struct tm * tmp,
159 struct tm * (*funcp)(const time_t *,
162 static time_t time2(struct tm *tmp,
163 struct tm * (*funcp)(const time_t *,
[all …]
/external/bison/lib/
Dtime.in.h76 time_t tv_sec;
96 unsigned int __floating_time_t_unsupported : (time_t) 1;
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 const *restrict __timer,
160 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
[all …]
/external/libcxx/include/
Dctime29 time_t
33 double difftime(time_t time1, time_t time0);
34 time_t mktime(tm* timeptr);
35 time_t time(time_t* timer);
37 char* ctime(const time_t* timer);
38 tm* gmtime(const time_t* timer);
39 tm* localtime(const time_t* timer);
58 using ::time_t;
/external/ipsec-tools/src/racoon/
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 *));
Dschedule.c65 static time_t launched; /* time when the program launched. */
66 static time_t deltaY2038;
72 static time_t current_time __P((void));
83 time_t now, delta; in schedular()
128 time_t tick; in sched_new()
179 static time_t
182 time_t n; in current_time()
184 time_t t; in current_time()
/external/dnsmasq/src/
Ddnsmasq.h262 time_t ttd; /* time to die */
368 time_t mtime;
394 time_t time;
415 time_t expires; /* lease expiry */
452 time_t decline_time;
574 time_t time;
585 time_t last_resolv;
637 time_t forwardtime;
666 struct all_addr *addr, time_t now,
669 char *name, time_t now, unsigned short prot);
[all …]
/external/bison/linux-lib/
Dtime.h388 time_t tv_sec;
408 unsigned int __floating_time_t_unsupported : (time_t) 1;
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 const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
[all …]
/external/bison/darwin-lib/
Dtime.h388 time_t tv_sec;
408 unsigned int __floating_time_t_unsupported : (time_t) 1;
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 const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
[all …]
/external/kernel-headers/original/uapi/asm-mips/asm/
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/ltp/testcases/kernel/io/disktest/
Dsfunc.h114 time_t days;
115 time_t hours;
116 time_t minutes;
117 time_t seconds;
133 fmt_time_t format_time(time_t);
Dmain.h200 time_t wtime;
201 time_t rtime;
212 time_t run_time; /* run time in seconds */
220 time_t hbeat; /* Statistics will be reported every hbeats seconds */
234 time_t ioTimeout; /* the time (sec) before failure do to possible hung IO */
262 time_t start_time; /* overall start time of test */
263 time_t end_time; /* overall end time of test */
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp37 std::pair<std::time_t, std::time_t> GetTimes(path const& p) { in GetTimes()
52 std::time_t LastAccessTime(path const& p) { in LastAccessTime()
56 std::time_t LastWriteTime(path const& p) { in LastWriteTime()
60 std::pair<std::time_t, std::time_t> GetSymlinkTimes(path const& p) { in GetSymlinkTimes()
79 std::time_t old_write_time, new_write_time; in TestSupportsNegativeTimes()
93 using Lim = std::numeric_limits<std::time_t>; in TestSupportsMaxTime()
97 std::time_t old_write_time, new_write_time; in TestSupportsMaxTime()
121 using Lim = std::numeric_limits<std::time_t>; in TimeIsRepresentableByFilesystem()
183 const std::time_t file_access_time = file_times.first; in TEST_CASE()
184 const std::time_t file_write_time = file_times.second; in TEST_CASE()
[all …]
/external/compiler-rt/test/asan/TestCases/
Dtime_interceptor.cc13 time_t *tm = (time_t*)malloc(sizeof(time_t)); in main()
15 time_t t = time(tm); in main()
/external/strace/linux/
Dasm_stat.h12 # undef time_t
23 # define time_t __kernel_time_t macro
36 # undef time_t
47 # define time_t time_t macro
/external/syslinux/gpxe/src/include/
Dtime.h4 typedef unsigned long time_t; typedef
18 extern time_t time ( time_t *t );
20 extern time_t mktime ( struct tm *tm );
/external/curl/lib/
Dparsedate.c112 static int parsedate(const char *date, time_t *output);
289 static time_t my_timegm(struct my_tm *tm) in my_timegm()
315 return ((((time_t) (year - 1970) * 365 in my_timegm()
331 static int parsedate(const char *date, time_t *output) in parsedate()
333 time_t t = 0; in parsedate()
497 if(sizeof(time_t) < 5 && yearnum > 2037) { in parsedate()
546 time_t curl_getdate(const char *p, const time_t *now) in curl_getdate()
548 time_t parsed = -1; in curl_getdate()
568 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime()
/external/strace/tests-mx32/
Dtime.c44 TAIL_ALLOC_OBJECT_CONST_PTR(time_t, p); in main()
46 time_t t = syscall(__NR_time, NULL); in main()
47 if ((time_t) -1 == t) in main()
58 print_time_t_nsec((time_t) *p, 0, 1), in main()
/external/strace/tests-m32/
Dtime.c44 TAIL_ALLOC_OBJECT_CONST_PTR(time_t, p); in main()
46 time_t t = syscall(__NR_time, NULL); in main()
47 if ((time_t) -1 == t) in main()
58 print_time_t_nsec((time_t) *p, 0, 1), in main()
/external/strace/tests/
Dtime.c44 TAIL_ALLOC_OBJECT_CONST_PTR(time_t, p); in main()
46 time_t t = syscall(__NR_time, NULL); in main()
47 if ((time_t) -1 == t) in main()
58 print_time_t_nsec((time_t) *p, 0, 1), in main()
/external/python/cpython2/Modules/
Dtimemodule.c102 time_t
105 time_t result; in _PyTime_DoubleToTimet()
108 result = (time_t)x; in _PyTime_DoubleToTimet()
122 result = (time_t)-1; in _PyTime_DoubleToTimet()
275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() argument
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert()
408 time_t tt = time(NULL); in time_strftime()
570 time_t tt = time(NULL); in time_asctime()
595 time_t tt; in time_ctime()
[all …]
/external/libchrome/base/
Dos_compat_android.cc47 time_t timegm(struct tm* const t) { in timegm()
49 static const time_t kTimeMax = ~(1L << (sizeof(time_t) * CHAR_BIT - 1)); in timegm()
50 static const time_t kTimeMin = (1L << (sizeof(time_t) * CHAR_BIT - 1)); in timegm()
/external/fmtlib/fmt/
Dtime.h66 inline std::tm localtime(std::time_t time) { in localtime()
68 std::time_t time_; in localtime()
71 LocalTime(std::time_t t): time_(t) {} in localtime()
103 inline std::tm gmtime(std::time_t time) { in gmtime()
105 std::time_t time_; in gmtime()
108 GMTime(std::time_t t): time_(t) {} in gmtime()
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress06.c54 extern time_t time(time_t *);
55 extern char *ctime(const time_t *);
66 time_t t; in main()

12345678910>>...35