HomeSort by relevance Sort by last modified time
    Searched refs:tm_year (Results 201 - 225 of 366) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time.h 51 int tm_year; /* year */ member in struct:tm
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time.h 51 int tm_year; /* year */ member in struct:tm
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h 51 int tm_year; /* year */ member in struct:tm
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h 51 int tm_year; /* year */ member in struct:tm
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h 51 int tm_year; /* year */ member in struct:tm
  /external/e2fsprogs/debugfs/
util.c 233 sscanf(arg, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon,
235 ts.tm_year -= 1900;
237 if (ts.tm_year < 0 || ts.tm_mon < 0 || ts.tm_mon > 11 ||
  /system/core/toolbox/
date.c 67 rtc.tm_year = tm->tm_year;
102 tm.tm_year = day / 10000 - 1900;
  /external/stlport/stlport/stl/
_time_facets.c 250 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
257 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 __t->tm_year -= 1900;
356 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
357 __t->tm_year -= 1900;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 250 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
257 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 __t->tm_year -= 1900;
356 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
357 __t->tm_year -= 1900;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
259 __t->tm_year -= 1900;
357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
358 __t->tm_year -= 1900;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
259 __t->tm_year -= 1900;
357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
358 __t->tm_year -= 1900;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
259 __t->tm_year -= 1900;
357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
358 __t->tm_year -= 1900;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
259 __t->tm_year -= 1900;
357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
358 __t->tm_year -= 1900;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 250 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
257 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0));
258 __t->tm_year -= 1900;
356 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0));
357 __t->tm_year -= 1900;
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 122 tmzip->tm_year = filedate->tm_year;
394 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
  /external/e2fsprogs/e2fsck/
logfile.c 90 sprintf(buf, "%d%02d%02d", tm->tm_year + 1900, tm->tm_mon + 1,
150 sprintf(buf, "%02d", tm->tm_year % 100);
153 sprintf(buf, "%d", tm->tm_year + 1900);
  /external/zlib/src/contrib/minizip/
minizip.c 135 tmzip->tm_year = filedate->tm_year;
407 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
  /bionic/libc/tzcode/
strftime.c 230 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
446 year = t->tm_year;
543 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
547 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 186 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
356 year = t->tm_year;
440 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, pt, ptlim);
443 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, pt, ptlim);
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 59 if (reportTime.appendFormat("%04d_%02d_%02d_%02d_%02d_%02d", tm->tm_year + 1900,
  /external/chromium_org/third_party/icu/source/test/compat/
tzdate.c 119 ts.tm_year = year;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
727 if (newp->tm_year < oldp->tm_year)
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
  /external/icu/icu4c/source/test/compat/
tzdate.c 119 ts.tm_year = year;
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
727 if (newp->tm_year < oldp->tm_year)
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
  /external/ipsec-tools/src/racoon/
backupsa.c 419 tm->tm_year = str2num(p, len);
420 if (tm->tm_year == -1 || tm->tm_year < 1900)
422 tm->tm_year -= 1900;

Completed in 2848 milliseconds

1 2 3 4 5 6 7 891011>>