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

12

/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...]
/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/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/kits/support/
H A DDateTime.cpp165 int32 sec = timeinfo->tm_sec;
1408 tm_struct.tm_sec = fTime.Second();
/haiku/src/kits/mail/
H A DMailMessage.cpp879 timeFields.tm_hour, timeFields.tm_min, timeFields.tm_sec);
/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/system/libnetwork/netresolv/resolv/
H A Dres_debug.c1189 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp255 set_second(local->tm_sec);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y873 t->tm_hour, t->tm_min, t->tm_sec);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp416 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 Dzipinfo.c2160 ss = (unsigned)(t->tm_sec);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp473 now.tm_min, now.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)

Completed in 179 milliseconds

12