Home
last modified time | relevance | path

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

12345678910>>...15

/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/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;
588 time_t timeout;
605 time_t last_resolv;
658 time_t forwardtime;
697 struct all_addr *addr, time_t now,
[all …]
Dlease.c24 void lease_init(time_t now) in lease_init()
96 lease->expires = (time_t)ei + now; in lease_init()
98 lease->expires = (time_t)0; in lease_init()
103 lease->expires = (time_t)ei; in lease_init()
173 void lease_update_file(time_t now) in lease_update_file()
176 time_t next_event; in lease_update_file()
264 void lease_prune(struct dhcp_lease *target, time_t now) in lease_prune()
349 void lease_set_expires(struct dhcp_lease *lease, unsigned int len, time_t now) in lease_set_expires()
351 time_t exp = now + (time_t)len; in lease_set_expires()
529 int do_script_run(time_t now) in do_script_run()
/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/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/strace/
Dprintstat.h63 sprinttime(cast ? (time_t) (int) statbuf->st_atime: in DO_PRINTSTAT()
64 (time_t) statbuf->st_atime)); in DO_PRINTSTAT()
66 sprinttime(cast ? (time_t) (int) statbuf->st_mtime: in DO_PRINTSTAT()
67 (time_t) statbuf->st_mtime)); in DO_PRINTSTAT()
69 sprinttime(cast ? (time_t) (int) statbuf->st_ctime: in DO_PRINTSTAT()
70 (time_t) statbuf->st_ctime)); in DO_PRINTSTAT()
/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/dnsmasq/contrib/lease-access/
Dlease.access.patch6 static int set_dns_listeners(time_t now, fd_set *set, int *maxfdp);
7 static void check_dns_listeners(fd_set *set, time_t now);
9 -static void async_event(int pipe, time_t now);
110 -static void async_event(int pipe, time_t now)
114 +int async_event(int pipe, time_t now, struct event_desc* event, unsigned int secs)
178 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs);
186 -void dhcp_packet(time_t now);
187 +void dhcp_packet(int piperead, time_t now);
197 size_t sz, time_t now, int unicast_dest, int *is_inform);
204 void clear_cache_and_reload(time_t now);
[all …]
/external/zlib/src/contrib/untgz/
Duntgz.c100 time_t time;
109 char *strtime OF((time_t *));
110 int setfiletime OF((char *, time_t));
111 void push_attr OF((struct attr_item **, char *, int, time_t));
191 char *strtime (time_t *t) in strtime()
206 int setfiletime (char *fname,time_t ftime) in setfiletime()
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
396 time_t tartime; in tar()
431 tartime = (time_t)getoct(buffer.header.mtime,12); in tar()
432 if (tarmode == -1 || tartime == (time_t)-1) in tar()
/external/libvncserver/x11vnc/
Dx11vnc_defs.c160 time_t last_event = 0, last_input = 0, last_client = 0, last_open_xdisplay = 0;
161 time_t last_local_input = 0;
162 time_t last_keyboard_input = 0, last_pointer_input = 0;
163 time_t last_fb_bytes_sent = 0;
221 time_t damage_time = 0;
Dx11vnc.h588 extern time_t last_event, last_input, last_client, last_open_xdisplay;
589 extern time_t last_keyboard_input, last_pointer_input;
590 extern time_t last_local_input; /* macosx */
591 extern time_t last_fb_bytes_sent;
649 extern time_t damage_time;
676 time_t login_time;
/external/fio/os/windows/posix/include/sys/
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/e2fsprogs/debugfs/
Dutil.c195 time_t t = (time_t) cl; in time_to_string()
213 time_t string_to_time(const char *arg) in string_to_time()
216 time_t ret; in string_to_time()
226 return ((time_t) -1); in string_to_time()
244 if (ts.tm_mday == 0 || ret == ((time_t) -1)) { in string_to_time()
248 return ((time_t) -1); in string_to_time()
/external/dhcpcd/
Ddhcpcd.h73 time_t interval;
74 time_t nakoff;
80 time_t defend;
133 time_t start_uptime;
/external/e2fsprogs/lib/quota/
Dquotaio.h56 time_t dqi_bgrace; /* Block grace time for given quotafile */
57 time_t dqi_igrace; /* Inode grace time for given quotafile */
91 time_t dqb_btime;
92 time_t dqb_itime;
/external/libcxx/test/std/depr/depr.c.headers/
Dtime_h.pass.cpp27 time_t t = 0; in main()
31 static_assert((std::is_same<decltype(mktime(&tmv)), time_t>::value), ""); in main()
32 static_assert((std::is_same<decltype(time(&t)), time_t>::value), ""); in main()
/external/libcxx/test/std/utilities/date.time/
Dtested_elsewhere.pass.cpp26 std::time_t t = 0; in main()
31 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), ""); in main()
32 static_assert((std::is_same<decltype(std::time(&t)), std::time_t>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp27 std::time_t t = 0; in main()
31 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), ""); in main()
32 static_assert((std::is_same<decltype(std::time(&t)), std::time_t>::value), ""); in main()

12345678910>>...15