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

  /bionic/libc/include/
time.h 51 int tm_mon; member in struct:tm
  /external/syslinux/gpxe/src/include/
time.h 11 int tm_mon; /* month */ member in struct:tm
  /external/zlib/src/contrib/minizip/
zip.h 95 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_zip_s
unzip.h 90 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_unz_s
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.h 95 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_zip_s
unzip.h 90 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_unz_s
  /bionic/libc/kernel/uapi/linux/
rtc.h 26 int tm_mon; member in struct:rtc_time
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 130 int tm_mon; /* months since January [0-11] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 26 - int tm_mon; // months since January - [0, 11]
121 Values for the tm_mon member of struct tm.
143 int tm_mon; // months since January [0, 11] member in struct:tm
191 the final value of tm_mday is not set until tm_mon and tm_year
295 %b is replaced by the locale's abbreviated month name. [tm_mon]
296 %B is replaced by the locale's full month name. [tm_mon]
301 %D is equivalent to "%m/%d/%y". [tm_mon, tm_mday, tm_year]
305 [tm_year, tm_mon, tm_mday]
310 %h is equivalent to "%b". [tm_mon]
314 %m is replaced by the month as a decimal number (01-12). [tm_mon]
    [all...]
  /external/curl/lib/
parsedate.c 278 int tm_mon; member in struct:my_tm
299 month = tm->tm_mon;
309 leap_days = year - (tm->tm_mon <= 1);
515 tm.tm_mon = monnum;
  /external/kernel-headers/original/uapi/linux/
rtc.h 26 int tm_mon; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 25 int tm_mon; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 139 int tm_mon; /* Month. [0-11] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 93 int tm_mon; member in struct:tm
wchar.h 904 int tm_mon; member in struct:tm
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 132 int tm_mon; /* months since January [0-11] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
efi.h 92 uint8_t tm_mon; /* 1 - 12 */ member in struct:efi_tm
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 126 int tm_mon; ///< month member in struct:__anon46767
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 140 int tm_mon; ///< month member in struct:__anon46688
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 382 int tm_mon; 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 1606 int tm_mon; member in struct:vki_rtc_time
    [all...]

Completed in 337 milliseconds