HomeSort by: relevance | last modified time | path
    Searched refs:tm_sec (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/tests/lib/libc/time/
t_mktime.c 53 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;
t_strptime.c 47 int tm_sec, int tm_min, int tm_hour, int tm_mday,
66 H_REQUIRE_FIELD(tm_sec);
539 fprintf(stderr, "tm_sec=%d\n", tm.tm_sec);
  /src/usr.bin/at/
stime.c 70 t->tm_sec = 0; /* Seconds defaults to 0. */
75 t->tm_sec = ATOI2(p);
  /src/usr.bin/moduli/qsieve/
qfile.c 65 gtm->tm_sec,
  /src/lib/libresolv/
ns_date.c 73 tim.tm_sec = datepart(cp + 12, 2, 00, 59, errp);
85 result = tim.tm_sec; /*%< Seconds */
  /src/lib/libc/time/
getdate.c 97 rtm.tm_sec = rtm.tm_min = rtm.tm_hour = TMSENTINEL;
188 rtm.tm_min == TMSENTINEL && rtm.tm_sec == TMSENTINEL) {
191 rtm.tm_sec = tmnow.tm_sec;
215 if (rtm.tm_sec == TMSENTINEL)
216 rtm.tm_sec = 0;
zdump.c 363 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
778 result += newp->tm_sec - oldp->tm_sec;
828 long seconds = a->tm_sec - b->tm_sec + 60 * minutes;
895 localtm[old].tm_sec = -1;
897 gmtm[old].tm_sec = -1;
906 localtm[new].tm_sec = -1;
908 gmtm[new].tm_sec = -1;
909 if (((localtm[old].tm_sec < 0) != (localtm[new].tm_sec < 0)
    [all...]
asctime.c 120 sec = timeptr->tm_sec;
localtime.c 1939 to localtime tm_sec because of leap seconds. */
2023 tmp->tm_sec = (int)(rem % SECSPERMIN);
2027 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec;
2125 result = atmp->tm_sec - btmp->tm_sec;
2134 dest->tm_sec = src->tm_sec;
2175 min += yourtm.tm_sec / SECSPERMIN;
2176 yourtm.tm_sec %= SECSPERMIN
    [all...]
strftime.c 424 pt = _conv(t->tm_sec,
435 tm.tm_sec = t->tm_sec;
  /src/tests/lib/libutil/
t_parsedate.c 112 ATF_CHECK_MSG(tm.tm_sec == second,
114 argstr, second, (int)tm.tm_sec);
267 .tm_hour = 13, .tm_min = 21, .tm_sec = 53,
337 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
343 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
351 tm.tm_sec = tm.tm_min = 0;
361 tm.tm_sec = tm.tm_min = 0;
436 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
442 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
448 tm.tm_hour = tm.tm_min = tm.tm_sec = 0
    [all...]
  /src/games/rogue/
machdep.c 245 rt_buf->second = t->tm_sec;
280 rt_buf->second = t->tm_sec;
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 189 (int)t.tm_sec,
210 buf[5] = t.tm_sec;
  /src/bin/date/
date.c 328 tm.tm_sec = ATOI2(string);
329 if (tm.tm_sec >= 60)
417 lt->tm_sec = ATOI2(dot);
418 if (lt->tm_sec > 61)
422 lt->tm_sec = 0;
  /src/common/dist/zlib/contrib/minizip/
minizip.c 127 tmzip->tm_sec = filedate->tm_sec;
395 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
unzip.h 86 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
zip.h 91 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
  /src/usr.bin/touch/
touch.c 262 t->tm_sec = 0; /* Seconds defaults to 0. */
267 t->tm_sec = ATOI2(p);
338 t->tm_sec = 0;
445 tm.tm_sec = (int)val;
  /src/sys/arch/arm/fdt/
arm_fdt.c 323 dt->dt_sec = tm.tm_sec;
340 tm.tm_sec = dt->dt_sec;
  /src/games/pom/
pom.c 227 lt->tm_sec = 0;
  /src/usr.sbin/mopd/common/
put.c 97 mopPutChar (pkt,idx,(timenow->tm_sec));
  /src/sys/dev/efi/
efi.h 122 uint8_t tm_sec; /* 0 - 59 */ member in struct:efi_tm
  /src/usr.bin/mail/
format.c 608 tm->tm_sec = tmp_tm.tm_sec;
669 tm->tm_sec = tmp_tm.tm_sec;
  /src/bin/pax/
sel_subs.c 571 lt->tm_sec = ATOI2(dot);
574 lt->tm_sec = 0;
  /src/usr.bin/newsyslog/
newsyslog.c 975 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
1066 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
1113 tm.tm_sec = ul % 100;
1130 if (tm.tm_sec < 0 || tm.tm_sec > 60 || tm.tm_min < 0 ||

Completed in 33 milliseconds

1 2 3