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

1234567

/freebsd-current/crypto/heimdal/lib/roken/
H A Dtimegm.c69 if (tm->tm_sec < 0 || tm->tm_sec > 59)
83 res += tm->tm_sec;
H A Dstrftime.c207 tm->tm_sec);
281 tm->tm_sec,
296 "%02d", tm->tm_sec);
307 tm->tm_sec);
/freebsd-current/contrib/ntp/libntp/
H A Dhumandate.c31 tm->tm_hour, tm->tm_min, tm->tm_sec);
56 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Duglydate.c38 tm->tm_sec = 0;
46 tm->tm_yday, tm->tm_hour, tm->tm_min, tm->tm_sec,
H A Dmktime.c176 result = atmp->tm_sec - btmp->tm_sec;
197 if (yourtm.tm_sec >= SECSPERMIN + 2 || yourtm.tm_sec < 0)
198 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN);
218 saved_seconds = yourtm.tm_sec;
219 yourtm.tm_sec = 0;
/freebsd-current/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c53 if (t->tm_sec != tt.tm_sec || t->tm_min != tt.tm_min ||
103 tms.tm_sec = 1;
118 tms.tm_sec = 59;
131 tms.tm_sec = -1;
142 tms.tm_sec = -2;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c62 tm->tm_sec > 60 ||
79 res += tm->tm_sec;
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dtimegm.c77 if (tm->tm_sec < 0 || tm->tm_sec > 59)
91 res += tm->tm_sec;
103 tm->tm_sec = secday % 60;
H A Dcheck-timegm.c67 tm.tm_sec != 0)
/freebsd-current/usr.sbin/efiwake/
H A Defiwake.c74 &waketime.waketime.tm_sec) != 6) {
103 now.tm_sec);
135 waketime.waketime.tm_min, waketime.waketime.tm_sec,
/freebsd-current/contrib/bsddialog/examples_library/
H A Dtimebox.c27 ss = localtm->tm_sec;
/freebsd-current/crypto/openssl/test/
H A Dgmdifftest.c41 || !TEST_int_eq(tm1.tm_sec, tm2.tm_sec)
/freebsd-current/bin/date/
H A Dvary.c382 if (!adjmin(t, '+', (t->tm_sec + val) / 60, 0))
385 t->tm_sec += val;
386 if (t->tm_sec > 59)
387 t->tm_sec -= 60;
396 if (val > t->tm_sec) {
401 t->tm_sec -= val;
408 t->tm_sec = val;
/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c109 ATF_CHECK_MSG(tm.tm_sec == second,
111 argstr, second, (int)tm.tm_sec);
217 .tm_hour = 13, .tm_min = 21, .tm_sec = 53,
287 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
293 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
301 tm.tm_sec = tm.tm_min = 0;
311 tm.tm_sec = tm.tm_min = 0;
386 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
392 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
398 tm.tm_hour = tm.tm_min = tm.tm_sec
[all...]
/freebsd-current/usr.bin/pom/
H A Dpom.c123 tmd.tm_sec = 0;
129 tmd.tm_sec = strtol(otime + 6, NULL, 10);
137 (GMT.tm_min / 60.0) + (GMT.tm_sec / 3600.0)) / 24.0);
/freebsd-current/contrib/tzcode/
H A Dasctime.c104 timeptr->tm_min, timeptr->tm_sec,
H A Dzdump.c380 fprintf(stderr, " sec=%d", tmp->tm_sec);
791 result += newp->tm_sec - oldp->tm_sec;
841 long seconds = a->tm_sec - b->tm_sec + 60 * minutes;
908 localtm[old].tm_sec = -1;
910 gmtm[old].tm_sec = -1;
919 localtm[new].tm_sec = -1;
921 gmtm[new].tm_sec = -1;
922 if (((localtm[old].tm_sec <
[all...]
/freebsd-current/usr.bin/calendar/
H A Dpom.c113 tmd_today.tm_sec = 59;
120 tmd_tomorrow.tm_sec = 1;
128 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
138 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_tm.h92 __result.tm_sec = __sec % 60;
128 __result.tm_sec = __sec.count() % 60;
135 __result.tm_sec = __sec % 60;
165 __result.tm_sec = __value.seconds().count();
/freebsd-current/contrib/ntp/libparse/
H A Dclk_sel240x.c149 clock_time->second = ptime.tm_sec;
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_time.c185 tmp.tm_sec = n;
302 ts->tm_sec);
307 ts->tm_sec);
523 stm.tm_min, stm.tm_sec, f_len, f,
529 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900,
537 stm.tm_min, stm.tm_sec,
543 stm.tm_min, stm.tm_sec, stm.tm_year + 1900,
/freebsd-current/crypto/openssl/crypto/
H A Do_time.c96 tm->tm_sec = time_sec % 60;
145 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c180 (int)t.tm_sec,
198 buf[5] = t.tm_sec;
/freebsd-current/contrib/file/src/
H A Dcdf_time.c111 tm.tm_sec = CAST(int, t % 60);
160 *t += tm.tm_sec;
/freebsd-current/usr.sbin/pw/
H A Dpsdate.c135 t->tm_sec = tm.tm_sec;

Completed in 376 milliseconds

1234567