Searched refs:tm_mon (Results 126 - 148 of 148) sorted by relevance

123456

/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2409 t->tm_mon + 1,
/freebsd-10.2-release/libexec/ftpd/
H A Dftpcmd.y732 t->tm_mon+1, t->tm_mday,
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c1165 ts.tm_mon = ((msDate >> 5) & 0x0f) - 1; /* Month number. */
H A Darchive_write_set_format_iso9660.c1406 tm.tm_mon = strtol(buf, NULL, 10) - 1;
2544 set_digit(p+4, 2, tm.tm_mon + 1);
2567 set_num_711(p+1, tm.tm_mon+1);
H A Darchive_read_support_format_lha.c1665 ts.tm_mon = ((msDate >> 5) & 0x0f) - 1; /* Month number. */
H A Darchive_read_support_format_rar.c1634 tm.tm_mon = ((ttime >> 21) & 0x0f) - 1;
H A Darchive_read_support_format_cab.c2056 ts.tm_mon = ((msDate >> 5) & 0x0f) - 1; /* Month number. */
H A Darchive_read_support_format_xar.c1141 tm.tm_mon = (int)data -1;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c3595 1900 + tm->tm_year, tm->tm_mon, tm->tm_mday,
3600 Cmd[-2+4] = tm->tm_mon + 1;
3617 Cmd[-2+4] = tm->tm_mon + 1;
H A Dntp_control.c1710 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min);
H A Drefclock_parse.c4273 daynames[tm->tm_wday], tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday );
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dmacro.c243 monthnames[tb->tm_mon], tb->tm_mday,
/freebsd-10.2-release/contrib/ntp/util/
H A Dntp-keygen.c2107 tm.tm_mon = (v[2] - '0') * 10 + v[3] - '0' - 1;
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dkssl.c1918 k_tm->tm_mon = atoi(p) - 1;
/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c891 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c5599 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
6348 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
8678 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
9062 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
/freebsd-10.2-release/contrib/libc++/src/
H A Dlocale.cpp4722 t.tm_mon = 11;
4870 t.tm_mon = 11;
5033 t.tm_mon = i;
5093 t.tm_mon = i;
/freebsd-10.2-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c2063 rtc_secs, wday_str(tm.tm_wday), mon_str(tm.tm_mon),
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dieee.c3568 || ! ieee_write_int (abfd, (bfd_vma) (t->tm_mon + 1))
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c5428 idbuf[1] = QueueIdChars[tm->tm_mon];
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure24833 tm.tm_mon = 7; /* months since January [0, 11] */
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13707 y.M = sLocal.tm_mon + 1;
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c14469 y.M = sLocal.tm_mon + 1;
[all...]

Completed in 1745 milliseconds

123456