HomeSort by relevance Sort by last modified time
    Searched defs:tm_year (Results 1 - 23 of 23) sorted by null

  /bionic/libc/include/
time.h 52 int tm_year; member in struct:tm
  /external/syslinux/gpxe/src/include/
time.h 12 int tm_year; /* year */ member in struct:tm
  /external/zlib/src/contrib/minizip/
zip.h 96 uInt tm_year; /* years - [1980..2044] */ member in struct:tm_zip_s
unzip.h 91 uInt tm_year; /* years - [1980..2044] */ member in struct:tm_unz_s
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.h 96 uInt tm_year; /* years - [1980..2044] */ member in struct:tm_zip_s
unzip.h 91 uInt tm_year; /* years - [1980..2044] */ member in struct:tm_unz_s
  /bionic/libc/kernel/uapi/linux/
rtc.h 27 int tm_year; member in struct:rtc_time
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 131 int tm_year; /* years since 1900 */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 27 - int tm_year; // years since 1900
105 /** Value added to tm_year to get the full year value. TM_YEAR_BASE + 110 --> 2010 **/
142 int tm_year; // years since 1900 member in struct:tm
191 the final value of tm_mday is not set until tm_mon and tm_year
299 as a decimal number (00-99). [tm_year]
301 %D is equivalent to "%m/%d/%y". [tm_mon, tm_mday, tm_year]
305 [tm_year, tm_mon, tm_mday]
307 a decimal number (00-99). [tm_year, tm_wday, tm_yday]
309 (e.g., 1997). [tm_year, tm_wday, tm_yday]
328 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday]
    [all...]
  /external/curl/lib/
parsedate.c 279 int tm_year; member in struct:my_tm
293 if(tm->tm_year < 70)
298 year = tm->tm_year + 1900;
516 tm.tm_year = yearnum - 1900;
  /external/kernel-headers/original/uapi/linux/
rtc.h 27 int tm_year; member in struct:rtc_time
  /external/libchrome/base/third_party/nspr/
prtime.h 155 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
156 PRInt16 tm_year; /* absolute year, AD (note that we do not member in struct:PRExplodedTime
203 * - tm_month and tm_year: because the number of days in a month and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 26 int tm_year; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 140 int tm_year; /* Year - 1900. */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 94 int tm_year; member in struct:tm
wchar.h 905 int tm_year; member in struct:tm
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 133 int tm_year; /* years since 1900 */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
efi.h 91 uint16_t tm_year; /* 1998 - 20XX */ member in struct:efi_tm
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 127 int tm_year; ///< year member in struct:__anon46767
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 141 int tm_year; ///< year member in struct:__anon46688
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 383 int tm_year; member in struct:__sanitizer::__sanitizer_tm
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 3186 var ___tm_struct_layout={__size__:44,tm_sec:0,tm_min:4,tm_hour:8,tm_mday:12,tm_mon:16,tm_year:20,tm_wday:24,tm_yday:28,tm_isdst:32,tm_gmtoff:36,tm_zone:40}; property in class:_time.___tm_struct_layout
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 1607 int tm_year; member in struct:vki_rtc_time
    [all...]

Completed in 422 milliseconds