Home
last modified time | relevance | path

Searched refs:tm_mon (Results 26 – 50 of 94) sorted by relevance

1234

/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h85 int tm_mon; member
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y604 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth;
882 &(tm->tm_mon), &(tm->tm_mday), &(tm->tm_hour),
885 (tm->tm_mon)--;
890 tm->tm_hour, tm->tm_min, tm->tm_mon + 1,
907 yyMonth = tm->tm_mon + 1;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmweek.c75 tm->tm_mon = 0; in tmweek()
H A Dtmxscan.c84 if (set->year < 0 && set->mon < tm->tm_mon) in gen()
86 tm->tm_mon = set->mon; in gen()
102 tm->tm_mon = 0; in gen()
H A Dtmxfmt.c254 n = TM_MONTH_ABBREV + tm->tm_mon; in tmxfmt()
257 n = TM_MONTH + tm->tm_mon; in tmxfmt()
343 cp = number(cp, ep, (long)(tm->tm_mon + 1), 2, width, pad); in tmxfmt()
H A Dtmxtime.c68 if ((n = tm->tm_mon) > 11) in tmxtime()
H A Dtmxmake.c102 tm->tm_mon = 0; in tmxtm()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c126 if (tm.tm_mon > cur_tm.tm_mon) in logr_syslog_set_timestamp()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c513 &file[2], tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
563 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
570 "", tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
957 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
1493 td->tm_mon + 1, in gmts()
1529 td->tm_mon + 1, in gmt()
H A Dgnxseq.c85 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour, in gnxseq()
H A Dutility.c110 (void) sprintf(str, "%d/%d-%d:%2.2d:%2.2d", tp->tm_mon + 1, in timeStamp()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c126 ncp = Month + (3 * t->tm_mon); in __posix_asctime_r()
/illumos-gate/usr/src/boot/include/
H A Dtime.h130 int tm_mon; /* months since January [0-11] */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h142 int tm_mon; member
/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h90 uint8_t tm_mon; /* 1 - 12 */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c465 (unsigned *)&tm.tm_year, (unsigned *)&tm.tm_mon, in parse_ts()
468 tm.tm_mon < 1 || tm.tm_mon > 12 || in parse_ts()
473 tm.tm_mon--; in parse_ts()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c386 tm->tm_mon = i; in __strptime()
403 tm->tm_mon = i - 1; in __strptime()
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c191 tm->tm_mon+1, tm->tm_mday, tm->tm_year % 100, in derrprint()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c131 tm->tm_mon+1, tm->tm_mday, tm->tm_hour, in log()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c149 tmp->tm_mon + 1,
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c69 (void) sprintf(r, "%02d-%02d", (tp->tm_mon+1), tp->tm_mday); in makefile()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c65 int tm_mon; member
1211 atm.tm_mon = ((date >> 5) & 0x0F) - 1; in smb_time_dos_to_unix()
1240 i += atm.tm_mon + 1; in smb_time_unix_to_dos()
1315 result->tm_mon = month; in smb_gmtime_r()
1364 for (mm = TM_JANUARY; mm < tm->tm_mon; ++mm) { in smb_timegm()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.c154 tm.tm_mon + 1, tm.tm_mday, in log_write_cur_time()
/illumos-gate/usr/src/cmd/cal/
H A Dcal.c115 m = thetime->tm_mon + 1; in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c248 ts.tm_mon = 10*c2i(s[4]) + c2i(s[5]) - 1; in asn1_decode_generaltime()

1234