Searched refs:tm_sec (Results 151 - 165 of 165) sorted by relevance

1234567

/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c259 t->tm_hour, t->tm_min, t->tm_sec, lame);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4784 t.tm_sec = 59;
4932 t.tm_sec = 59;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2774 t->tm_min, t->tm_sec);
4152 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c464 ts.tm_sec = (msTime << 1) & 0x3e;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c520 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c3439 tm->tm_sec);
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c1061 PARSE_NUMBER(timestamp_remote.tm.tm_sec, 2, 0, 59);
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c5427 ** tm_sec The number of seconds after the minute, normally in
5489 idbuf[5] = QueueIdChars[tm->tm_sec % QIC_LEN_R];
/freebsd-13-stable/contrib/bmake/
H A Dconfigure5303 int *p = &tm.tm_sec;
/freebsd-13-stable/contrib/file/
H A Dconfigure13466 int *p = &tm.tm_sec;
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure13153 int *p = &tm.tm_sec;
13626 tm.tm_sec = 0;
13656 tm.tm_sec = 0;
13667 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
13678 && lt->tm_sec == tm.tm_sec
13700 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure25750 int *p = &tm.tm_sec;
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure24458 tm.tm_sec = 36; /* seconds after the minute [0, 61] */
/freebsd-13-stable/contrib/ntp/
H A Dconfigure26632 int *p = &tm.tm_sec;
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c22588 y.s = sLocal.tm_sec;
[all...]

Completed in 999 milliseconds

1234567