Searched refs:tm_sec (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c215 t = t * 60 + tmP->tm_sec;
227 int tm_sec, tm_min, tm_hour, tm_mday, tm_year; local
246 &tm_sec ) == 6 &&
254 tm.tm_sec = tm_sec;
260 &tm_sec) == 6 &&
268 tm.tm_sec = tm_sec;
273 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon,
279 tm.tm_sec
[all...]
/haiku/src/system/libroot/posix/musl/time/
H A Dasctime_r.c14 tm->tm_min, tm->tm_sec,
H A D__tm_to_secs.c23 t += tm->tm_sec;
H A D__secs_to_tm.c79 tm->tm_sec = remsecs % 60;
H A Dstrptime.c130 dest = &tm->tm_sec;
H A Dstrftime.c132 val = tm->tm_sec;
/haiku/src/tests/system/libroot/posix/
H A Dtst-mktime.c19 time_str.tm_sec = 1;
H A Dtest_time.c56 tbuf.tm_sec = 50;
109 loctime->tm_sec = 05;
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp139 BTime time(expireTime.tm_hour, expireTime.tm_min, expireTime.tm_sec);
152 expirationTm.tm_sec = fDate.Time().Second();
/haiku/headers/private/fs_shell/
H A Dfssh_time.h39 int tm_sec; member in struct:fssh_tm
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp195 t.tm_hour, t.tm_min, t.tm_sec) == OF_FAILED) {
206 &t.tm_mday, &t.tm_hour, &t.tm_min, &t.tm_sec) == OF_FAILED) {
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp156 expirationTm.tm_sec = fDate.Time().Second();
211 BTime time(expireTime.tm_hour, expireTime.tm_min, expireTime.tm_sec);
/haiku/headers/posix/
H A Dtime.h57 int tm_sec; member in struct:tm
/haiku/src/system/kernel/arch/x86/
H A Darch_real_time_clock.cpp150 t.tm_sec = bcd_to_int(cmos->second);
172 cmos->second = int_to_bcd(t.tm_sec);
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp136 t.tm_sec = bcd_to_int(cmos->second);
158 cmos->second = int_to_bcd(t.tm_sec);
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp195 t.tm_hour, t.tm_min, t.tm_sec) == OF_FAILED) {
206 &t.tm_mday, &t.tm_hour, &t.tm_min, &t.tm_sec) == OF_FAILED) {
/haiku/src/system/kernel/
H A Dreal_time_clock.cpp195 + tm->tm_sec;
226 t->tm_sec = seconds % 60;
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp218 tmOut->tm_sec = calendar.get(UCAL_SECOND, icuStatus);
270 inOutTm->tm_hour, inOutTm->tm_min, inOutTm->tm_sec);
/haiku/src/system/libroot/os/
H A Dparsedate.cpp715 tm.tm_sec = 0;
731 tm.tm_sec += value;
778 tm.tm_sec = 0;
821 tm.tm_sec = element->value;
858 tm.tm_sec -= value + timezone;
884 tm.tm_sec += element->value;
888 tm.tm_sec -= element->value + timezone;
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp262 timeData.tm_sec = 0;
270 timeData.tm_sec = 0;
280 timeData.tm_sec = 0;
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp178 timeFields.tm_hour, timeFields.tm_min, timeFields.tm_sec);
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp29 &time.tm_sec) == 6) {
/haiku/src/bin/unzip/
H A Dtimezone.c550 _tmbuf.tm_sec = secs % SECSPERMIN;
750 seconds = tm->tm_sec; /* 0..61 in ANSI C. */
779 tm->tm_sec = seconds;
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp90 float secondVal = nowTime->tm_sec;
/haiku/src/preferences/time/
H A DDateTimeView.cpp158 time.SetTime(timeInfo->tm_hour, timeInfo->tm_min, timeInfo->tm_sec % 60);

Completed in 135 milliseconds

12