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

12

/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp90 float secondVal = nowTime->tm_sec;
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp431 TimeFields.tm_sec);
/haiku/src/bin/package/
H A Dcommand_list.cpp119 time->tm_hour, time->tm_min, time->tm_sec);
/haiku/src/bin/unzip/
H A Dfileio.c1645 tm->tm_sec = (int)((unsigned)dosdatetime << 1) & 0x3e;
H A Dtimezone.c550 _tmbuf.tm_sec = secs % SECSPERMIN;
750 seconds = tm->tm_sec; /* 0..61 in ANSI C. */
779 tm->tm_sec = seconds;
H A Dzipinfo.c2160 ss = (unsigned)(t->tm_sec);
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp178 timeFields.tm_hour, timeFields.tm_min, timeFields.tm_sec);
H A DMailMessage.cpp879 timeFields.tm_hour, timeFields.tm_min, timeFields.tm_sec);
/haiku/src/kits/support/
H A DDateTime.cpp165 int32 sec = timeinfo->tm_sec;
1408 tm_struct.tm_sec = fTime.Second();
/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/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/libnetwork/netresolv/resolv/
H A Dres_debug.c1189 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1803 if (now.tm_sec != expected.tm_sec) {
1804 printf("\tPROBLEM: localtime().tm_sec = %d (expected %d)\n",
1805 now.tm_sec, expected.tm_sec);
1878 if (now.tm_sec != expected.tm_sec) {
1879 printf("\tPROBLEM: localtime().tm_sec = %d (expected %d)\n",
1880 now.tm_sec, expected.tm_sec);
[all...]
H A Dtest_time.c56 tbuf.tm_sec = 50;
109 loctime->tm_sec = 05;
H A Dtst-mktime.c19 time_str.tm_sec = 1;
/haiku/headers/posix/
H A Dtime.h57 int tm_sec; member in struct:tm
/haiku/headers/private/fs_shell/
H A Dfssh_time.h39 int tm_sec; member in struct:fssh_tm
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp255 set_second(local->tm_sec);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2784 &t.tm_mday, &t.tm_hour, &t.tm_min, &t.tm_sec) != 6)
/haiku/src/apps/clock/
H A Dcl_view.cpp260 short seconds = loctime->tm_sec;
/haiku/src/apps/deskbar/
H A DTimeView.cpp294 fSeconds = ct->tm_sec;
/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/apps/terminal/
H A DBasicTerminalBuffer.cpp1783 str << ts->tm_hour << ts->tm_min << ts->tm_sec;
1850 str << ts->tm_hour << ts->tm_min << ts->tm_sec;
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y873 t->tm_hour, t->tm_min, t->tm_sec);
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp29 &time.tm_sec) == 6) {

Completed in 189 milliseconds

12