Searched refs:tm_mday (Results 1 - 25 of 83) sorted by relevance

1234

/external/openssl/crypto/
H A Do_time.c199 result->tm_mday = time_values.day;
261 time_day = tm->tm_mday;
282 tm->tm_mday = time_day;
351 (tm1.tm_mday == tm2.tm_mday) &&
358 tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900,
361 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
/external/ppp/pppd/plugins/radius/
H A Dutil.c48 tm->tm_mday = atoi (&valstr[4]);
/external/skia/src/ports/
H A DSkTime_Unix.cpp36 dt->fDay = SkToU8(tstruct->tm_mday);
/external/chromium/base/third_party/nspr/
H A Dprtime.cc109 st.wDay = exploded->tm_mday;
135 gregorian_date.day = exploded->tm_mday;
157 exp_tm.tm_mday = exploded->tm_mday;
167 exploded->tm_mday == 31 && exploded->tm_hour == 23 &&
282 time->tm_mday--;
284 if (time->tm_mday < 1) {
294 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
302 time->tm_mday++;
304 if (time->tm_mday >
[all...]
H A Dprtime.h129 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it member in struct:PRExplodedTime
/external/webkit/WebCore/loader/
H A DFTPDirectoryDocument.cpp230 if (fileTime.tm_mday == now.tm_mday)
232 if (fileTime.tm_mday == now.tm_mday - 1)
236 if (now.tm_mday == 1 && (now.tm_mon == fileTime.tm_mon + 1 || (now.tm_mon == 0 && fileTime.tm_mon == 11)) &&
237 wasLastDayOfMonth(fileTime.tm_year, fileTime.tm_mon, fileTime.tm_mday))
241 if (fileTime.tm_year == now.tm_year - 1 && fileTime.tm_mon == 12 && fileTime.tm_mday == 31 && now.tm_mon == 1 && now.tm_mday == 1)
253 dateString = String::format("%s %i, %i", months[month], fileTime.tm_mday, fileTime.tm_year);
255 dateString = String::format("%s %i, %i", months[month], fileTime.tm_mday, no
[all...]
H A DFTPDirectoryParser.cpp51 result.tm_mday = date.day();
569 result.modifiedTime.tm_mday = atoi(tokens[2]);
713 result.modifiedTime.tm_mday = atoi(p+8);
719 result.modifiedTime.tm_mday = atoi((p+pos)-5);
873 result.modifiedTime.tm_mday = atoi(tokens[0]+3);
983 result.modifiedTime.tm_mday = atoi(&p[38-18]);
1171 result.modifiedTime.tm_mday = atoi(tokens[tokmarker+2]);
1172 if (result.modifiedTime.tm_mday == 0)
1173 result.modifiedTime.tm_mday++;
1201 if ( (( state.nowFTPTime.tm_mon << 5) + state.nowFTPTime.tm_mday) <
[all...]
/external/e2fsprogs/debugfs/
H A Dutil.c224 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec);
228 ts.tm_mday < 0 || ts.tm_mday > 31 || ts.tm_hour > 23 ||
230 ts.tm_mday = 0;
233 if (ts.tm_mday == 0 || ret == ((time_t) -1)) {
/external/stlport/test/unit/
H A Dtime_facets_test.cpp91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
104 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
174 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
187 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dasctime.c104 ** (e.g., timeptr->tm_mday) when processing "%Y".
113 timeptr->tm_mday, timeptr->tm_hour,
/external/icu4c/tools/tzcode/
H A Dasctime.c104 ** (e.g., timeptr->tm_mday) when processing "%Y".
113 timeptr->tm_mday, timeptr->tm_hour,
/external/bluetooth/glib/glib/
H A Dgtimer.c275 retval += days_before[tm->tm_mon] + tm->tm_mday - 1;
333 tm.tm_mday = strtoul (iso_date, (char **)&iso_date, 10);
338 tm.tm_mday = val % 100;
445 tm->tm_mday,
459 tm->tm_mday,
/external/chromium/base/
H A Dtime_posix.cc69 timestruct.tm_mday = exploded.day_of_month;
139 exploded->day_of_month = timestruct.tm_mday;
H A Dnss_util.cc184 exploded.day_of_month = prxtime.tm_mday;
/external/clearsilver/cgi/
H A Ddate.c86 err = hdf_set_int_value (obj, "mday", ttm->tm_mday);
181 if((x = lms->tm_mday - day))
/external/webkit/JavaScriptCore/wtf/
H A DDateMath.h136 , monthDay(inTm.tm_mday)
167 ret.tm_mday = monthDay;
/external/chromium/third_party/zlib/contrib/minizip/
H A Dzip.h94 uInt tm_mday; /* day of the month - [1,31] */ member in struct:tm_zip_s
H A Dminizip.c97 tmzip->tm_mday = filedate->tm_mday;
336 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
H A Dminiunz.c72 newdate.tm_mday=tmu_date.tm_mday;
222 (uLong)file_info.tmu_date.tm_mday,
/external/skia/src/animator/
H A DSkTime.cpp68 t->fDay = SkToU8(syst.tm_mday);
/external/openssl/crypto/asn1/
H A Da_utctm.c233 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
271 return_cmp(g2(s->data+4), tm->tm_mday);
295 tm.tm_mday=g2(s->data+4);
/external/zlib/contrib/minizip/
H A Dminizip.c120 tmzip->tm_mday = filedate->tm_mday;
394 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
/external/chromium/third_party/icu/source/test/compat/
H A Dtzdate.c121 ts.tm_mday = day;
/external/icu4c/test/compat/
H A Dtzdate.c121 ts.tm_mday = day;
/external/wpa_supplicant/
H A Dos_win32.c70 tm.tm_mday = day;

Completed in 860 milliseconds

1234