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

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_timespec.h 40 typedef __time_t time_t; typedef
45 time_t tv_sec; /* seconds */
types.h 206 typedef __time_t time_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/
utime.h 51 typedef _EFI_TIME_T time_t; typedef
57 time_t actime; /* Access time */
58 time_t modtime; /* Modification time */
time.h 14 The types declared are size_t along with clock_t and time_t which are
18 The range and precision of times representable in clock_t and time_t are
46 time_t Arithmetic type capable of representing a time.
54 double difftime (time_t time1, time_t time0);
55 time_t mktime (struct tm *timeptr);
56 time_t time (time_t *timer);
60 char * ctime (const time_t *timer);
61 struct tm * gmtime (const time_t *timer);
101 typedef _EFI_TIME_T time_t; typedef
    [all...]
  /external/strace/linux/
asm_stat.h 12 # undef time_t macro
23 # define time_t __kernel_time_t macro
36 # undef time_t macro
47 # define time_t time_t macro
  /external/syslinux/gpxe/src/include/
time.h 4 typedef unsigned long time_t; typedef
18 extern time_t time ( time_t *t );
20 extern time_t mktime ( struct tm *tm );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 43 typedef __time32_t time_t; typedef
45 typedef __time64_t time_t; typedef
62 time_t time;
91 time_t tv_sec; /* Seconds */
utime.h 49 typedef __time32_t time_t; typedef
51 typedef __time64_t time_t; typedef
59 time_t actime;
60 time_t modtime;
75 time_t actime;
76 time_t modtime;
types.h 35 typedef __time32_t time_t; typedef
37 typedef __time64_t time_t; typedef
90 time_t tv_sec; /* Seconds */
stat.h 46 typedef __time32_t time_t; typedef
48 typedef __time64_t time_t; typedef
  /bionic/libc/include/sys/
types.h 94 /* This historical accident means that we had a 32-bit time_t on 32-bit architectures. */
96 typedef __time_t time_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 65 typedef __time_t time_t; typedef
146 char *ctime(const time_t *);
147 double difftime(time_t, time_t);
149 struct tm *gmtime(const time_t *);
150 struct tm *localtime(const time_t *);
151 time_t mktime(struct tm *);
154 time_t time(time_t *);
182 char *ctime_r(const time_t *, char *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 76 typedef __time_t time_t; typedef
79 __USING_NAMESPACE_STD(time_t)
82 #endif /* time_t not defined and <time.h> or need time_t. */
186 extern time_t time (time_t *__timer) __THROW;
189 extern double difftime (time_t __time1, time_t __time0)
192 /* Return the `time_t' representation of TP and normalize TP. */
193 extern time_t mktime (struct tm *__tp) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 43 typedef __time32_t time_t; typedef
45 typedef __time64_t time_t; typedef
168 wchar_t *__cdecl _wctime(const time_t *) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
171 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
173 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); }
180 errno_t __cdecl _wctime_s(wchar_t *, size_t, const time_t *);
183 __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); }
185 __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime32_s (_Buffer,_SizeInWords,_Time); }
194 double __cdecl difftime(time_t _Time1,time_t _Time2)
    [all...]
crtdefs.h 128 #error You cannot use 32-bit time_t (_USE_32BIT_TIME_T) with _WIN64
136 typedef __time32_t time_t; typedef
138 typedef __time64_t time_t; typedef
  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 31 #include <time.h> /* ctime, maybe time_t */
37 typedef long time_t;
432 time_t when = buf.st_mtime;
36 typedef long time_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 198 typedef int64_t dtime_t; /* on-disk time_t */
259 typedef _EFI_TIME_T time_t; typedef
  /external/icu/icu4c/source/tools/tzcode/
private.h 78 #include "sys/types.h" /* for time_t */
250 ** time_t type equivalent to T rather than the system-supplied time_t.
252 ** (e.g., time_t wider than 'long', or unsigned time_t) even on
256 static time_t sys_time(time_t *x) { return time(x); }
276 # undef time_t macro
277 # define time_t tz_time_t macro
279 typedef time_tz time_t; typedef
    [all...]
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 18 typedef int time_t; typedef
145 IPC::WriteParam(pickle, time_t(0)); // ERROR
230 CALL_WRITEPARAM(time_t) // ERROR
  /bionic/libc/tzcode/
private.h 106 #include "sys/types.h" /* for time_t */
320 ** time_t type equivalent to T rather than the system-supplied time_t.
322 ** (e.g., time_t wider than 'long', or unsigned time_t) even on
327 static time_t sys_time(time_t *x) { return time(x); }
364 # undef time_t macro
365 # define time_t tz_time_t macro
381 char *ctime(time_t const *)
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 111 typedef long time_t; typedef
162 time_t st_atime; /* time of last access */
164 time_t st_mtime; /* time of last data modification */
166 time_t st_ctime; /* time of last file status change */
243 time_t time (time_t *);
244 struct tm *localtime (const time_t *);
245 struct tm *gmtime (const time_t *);
246 struct tm *gmtime_r (const time_t *, struct tm *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 1984 time_t = __darwin_time_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 1984 time_t = __darwin_time_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 1984 time_t = __darwin_time_t variable
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 309 typedef __time_t time_t; typedef
    [all...]

Completed in 420 milliseconds

1 2