Searched refs:tm_sec (Results 1 - 25 of 41) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dfssh.cpp416 time.tm_hour, time.tm_min, time.tm_sec,
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp473 now.tm_min, now.tm_sec);
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp262 timeData.tm_sec = 0;
270 timeData.tm_sec = 0;
280 timeData.tm_sec = 0;
/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/posix/musl/time/
H A D__secs_to_tm.c79 tm->tm_sec = remsecs % 60;
H A D__tm_to_secs.c23 t += tm->tm_sec;
H A Dasctime_r.c14 tm->tm_min, tm->tm_sec,
H A Dstrptime.c130 dest = &tm->tm_sec;
H A Dstrftime.c132 val = tm->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/system/kernel/
H A Dreal_time_clock.cpp195 + tm->tm_sec;
226 t->tm_sec = seconds % 60;
/haiku/src/kits/mail/
H A DMailMessage.cpp879 timeFields.tm_hour, timeFields.tm_min, timeFields.tm_sec);
/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/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/src/apps/deskbar/
H A DTimeView.cpp294 fSeconds = ct->tm_sec;
/haiku/headers/posix/
H A Dtime.h57 int tm_sec; member in struct:tm
/haiku/src/preferences/time/
H A DDateTimeView.cpp158 time.SetTime(timeInfo->tm_hour, timeInfo->tm_min, timeInfo->tm_sec % 60);
/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/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp255 set_second(local->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/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/bin/network/ftpd/
H A Dftpcmd.y873 t->tm_hour, t->tm_min, t->tm_sec);
/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/apps/clock/
H A Dcl_view.cpp260 short seconds = loctime->tm_sec;
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp29 &time.tm_sec) == 6) {

Completed in 137 milliseconds

12