HomeSort by relevance Sort by last modified time
    Searched refs:time_t (Results 1 - 25 of 421) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-3/include/linux/
utime.h 16 time_t actime;
17 time_t modtime;
  /external/compiler-rt/test/asan/TestCases/
time_interceptor.cc 13 time_t *tm = (time_t*)malloc(sizeof(time_t));
15 time_t t = time(tm);
  /bionic/libc/tzcode/
difftime.c 8 #include "private.h" /* for time_t and TYPE_SIGNED */
11 difftime(const time_t time1, const time_t time0)
14 ** If (sizeof (double) > sizeof (time_t)) simply convert and subtract
17 if (sizeof (double) > sizeof (time_t))
19 if (!TYPE_SIGNED(time_t)) {
40 if (sizeof (uintmax_t) < sizeof (time_t))
private.h 80 #include "sys/types.h" /* for time_t */
253 ** time_t type equivalent to T rather than the system-supplied time_t.
255 ** (e.g., time_t wider than 'long', or unsigned time_t) even on
259 static time_t sys_time(time_t *x) { return time(x); }
279 # undef time_t macro
280 # define time_t tz_time_t macro
282 typedef time_tz time_t; typedef
    [all...]
  /development/ndk/platforms/android-L/include/
time.h 61 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
67 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__;
68 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
70 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
73 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
79 extern char* ctime(const time_t*) __LIBC_ABI_PUBLIC__
    [all...]
  /external/chromium_org/base/
os_compat_nacl.h 12 extern "C" time_t timegm(struct tm* const t);
os_compat_nacl.cc 14 time_t timegm(struct tm* tm) {
15 time_t ret;
  /external/oprofile/libutil/
op_get_time.c 18 time_t t = time(NULL);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
time.c 34 time_t
35 time(time_t *t)
42 *t = (time_t)tt.tv_sec;
  /external/ipsec-tools/src/racoon/
schedule.h 43 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 *));
  /bionic/libc/include/
time.h 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
81 extern char* ctime(const time_t*) __LIBC_ABI_PUBLIC__
    [all...]
  /bionic/libc/private/
bionic_time.h 37 time_t mktime_tz(struct tm* const, char const*);
  /external/libcxx/test/utilities/time/time.clock/time.clock.system/
to_time_t.pass.cpp 14 // time_t to_time_t(const time_point& t);
22 std::time_t t1 = C::to_time_t(C::now());
  /development/ndk/platforms/android-3/include/
time.h 40 extern time_t time(time_t *);
70 extern double difftime (time_t __time1, time_t __time0) __NDK_FPABI__;
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
82 extern char *ctime(const time_t *timep)
    [all...]
  /development/ndk/platforms/android-8/include/
time.h 40 extern time_t time(time_t *);
70 extern double difftime (time_t __time1, time_t __time0) __NDK_FPABI__;
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
82 extern char *ctime(const time_t *timep)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
validating_util.h 43 static void Wrap(time_t timestamp, std::string* data);
47 static bool UnwrapTimestamp(std::string* data, time_t now);
  /external/bison/lib/
time.in.h 76 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 const *restrict __timer
    [all...]
  /development/ndk/platforms/android-3/include/sys/
timeb.h 36 time_t time;
  /external/openssl/crypto/
o_time.h 64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
  /bionic/libc/kernel/uapi/asm-mips/asm/
stat.h 40 time_t st_atime;
42 time_t st_mtime;
45 time_t st_ctime;
66 time_t st_atime;
69 time_t st_mtime;
71 time_t st_ctime;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
stat.h 40 time_t st_atime;
42 time_t st_mtime;
45 time_t st_ctime;
66 time_t st_atime;
69 time_t st_mtime;
71 time_t st_ctime;
  /development/ndk/platforms/android-L/arch-mips/include/asm/
stat.h 40 time_t st_atime;
42 time_t st_mtime;
45 time_t st_ctime;
66 time_t st_atime;
69 time_t st_mtime;
71 time_t st_ctime;
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
stat.h 40 time_t st_atime;
42 time_t st_mtime;
45 time_t st_ctime;
66 time_t st_atime;
69 time_t st_mtime;
71 time_t st_ctime;
  /external/kernel-headers/original/uapi/asm-mips/asm/
stat.h 34 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/
shm.h 31 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() */

Completed in 1650 milliseconds

1 2 3 4 5 6 7 8 91011>>