HomeSort by relevance Sort by last modified time
    Searched refs:tm_mon (Results 151 - 175 of 259) sorted by null

1 2 3 4 5 67 8 91011

  /external/libevent/
evutil_time.c 175 DAYS[tm->tm_wday], tm->tm_mday, MONTHS[tm->tm_mon],
  /external/pdfium/fpdfsdk/
fpdfeditpage.cpp 109 "D:%04d%02d%02d%02d%02d%02d", pTM->tm_year + 1900, pTM->tm_mon + 1,
  /sdk/emulator/mksdcard/src/source/
mksdcard.c 86 lo = (unsigned short)(tm.tm_mday + ((tm.tm_mon+1) << 8) + (tm.tm_sec << 8));
  /system/core/libziparchive/
unzip.cpp 204 snprintf(time, sizeof(time), "%04d-%02d-%02d %02d:%02d", t.tm_year + 1900, t.tm_mon + 1,
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 222 Time->Month = tm->tm_mon + 1;
    [all...]
  /external/curl/lib/
file.c 504 Curl_month[tm->tm_mon],
  /external/ipsec-tools/src/racoon/
backupsa.c 371 tm->tm_mon = i;
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put2.pass.cpp 41 t.tm_mon = 4;
  /external/pdfium/fxjs/
cjs_util.cpp 238 time.tm_mon = month - 1;
  /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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put2.pass.cpp 41 t.tm_mon = 4;
  /bionic/libc/dns/resolv/
res_debug.c 1174 mytime->tm_mon += 1;
1176 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 263 r->utc_mon = tm.tm_mon + 1;
275 tm.tm_mon = r->utc_mon - 1;
  /external/pdfium/third_party/lcms/src/
cmsplugin.c 397 Dest->tm_mon = _cmsAdjustEndianess16(Source->month) - 1;
413 Dest->month = _cmsAdjustEndianess16((cmsUInt16Number) (Source->tm_mon + 1));
  /hardware/interfaces/camera/common/1.0/default/
Exif.cpp 437 t.tm_year + 1900, t.tm_mon + 1, t.tm_mday, t.tm_hour,
610 "%04i:%02i:%02i", t.tm_year + 1900, t.tm_mon + 1, t.tm_mday);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /external/e2fsprogs/misc/
tune2fs.c     [all...]
  /external/libchrome/base/
logging.cc 802 << std::setw(2) << 1 + tm_time->tm_mon
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 224 struct_time.tm_mon + 1,
  /external/tcpdump/
util-print.c 383 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
  /external/toybox/toys/pending/
crond.c 606 && job->mon[lt->tm_mon-1]) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 641 now->tm_year - 100, now->tm_mon + 1, now->tm_mday,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 133 int utcMonth = pTm->tm_mon + 1; // tm_mon starts at zero
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 130 int utcMonth = pTm->tm_mon + 1; // tm_mon starts at zero
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 129 int utcMonth = pTm->tm_mon + 1; // tm_mon starts at zero

Completed in 988 milliseconds

1 2 3 4 5 67 8 91011