Home
last modified time | relevance | path

Searched refs:tm_mday (Results 1 – 25 of 91) sorted by last modified time

1234

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c336 int d = tm.tm_mday; in gettimeopt()
343 tm.tm_mday = d; in gettimeopt()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2071 "%02d%02d%02d%03d-%02d%02d%02d%d-%016llx", tstruct.tm_mday, in _getUniqueId()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c511 tp->ts_day = res.tm_mday; in setstamp()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c64 int tm_mday; member
1212 atm.tm_mday = ((date >> 0) & 0x1F); in smb_time_dos_to_unix()
1242 i += atm.tm_mday; in smb_time_unix_to_dos()
1316 result->tm_mday = (tsec / SECSPERDAY) + 1; in smb_gmtime_r()
1373 tsec += (tm->tm_mday - 1) * SECSPERDAY; in smb_timegm()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c111 tp->tm_mday, tp->tm_hour, tp->tm_min, tp->tm_sec); in timeStamp()
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,
1494 td->tm_mday, in gmts()
1530 td->tm_mday, in gmt()
H A Dsecurity.c399 tp->tm_mday, tp->tm_hour, tp->tm_min);
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c2269 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec, in main()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1875 tod->tod_day = tm.tm_mday; in srvsvc_s_NetRemoteTOD()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1131 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec) < 0) in _glh_write_timestamp()
1357 t.tm_mday = day; in _glh_decode_timestamp()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c65 time.tm_mday = datepart(cp + 6, 2, 01, 31, errp); in ns_datetosecs()
83 result += (time.tm_mday - 1) * SECS_PER_DAY; /*%< Days */ in ns_datetosecs()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c947 t.tm_mday = GET2BYTENUM( p ); p += 2; in time2text()
1007 || (mday = tm -> tm_mday) < 1 || mday > 31 in gtime()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1298 &attributes->build_date.tm_mday, in HBA_GetWrapperLibraryAttributes()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c265 tmp->tm_mday, tmp->tm_mon+1, 1900+tmp->tm_year, in krb5_timestamp_to_sfstring()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c249 ts.tm_mday = 10*c2i(s[6]) + c2i(s[7]); in asn1_decode_generaltime()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c426 numtab[DY].val = tm->tm_mday; in cvtime()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c5407 idbuf[2] = QueueIdChars[tm->tm_mday];
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c74 newtime.tm_mday = gpair(); in gtime()
78 newtime.tm_mday++; in gtime()
173 tp->tm_mday < 1 || tp->tm_mday > days_in_month || in main()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1616 &attributes->build_date.tm_mday, in HBA_GetWrapperLibraryAttributes()
3520 attributes->build_date.tm_mday = tp.tm_mday; in SMHBA_GetWrapperLibraryAttributes()
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dread.c446 tm.tm_mday = c; in ipp_read_attribute_group()
H A Dwrite.c273 c = v->tm_mday; in ipp_write_attribute()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1502 days[tdate->tm_wday], tdate->tm_mday, months[tdate->tm_mon], in httpGetDateString()
1534 tdate.tm_mday = day; in httpGetDateTime()
/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/lib/libsqlite/src/
H A Ddate.c422 y.D = pTm->tm_mday; in localtimeOffset()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c130 cp = ct_numb(cp, t->tm_mday, ' '); in __posix_asctime_r()

1234