Home
last modified time | relevance | path

Searched refs:tm_sec (Results 26 – 50 of 93) sorted by relevance

1234

/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c63 then.tm_sec = atoi(&dbuf[E_SECOND]);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c133 cp = ct_numb(cp, t->tm_sec, '0'); in __posix_asctime_r()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y728 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
912 )*60 + (a->tm_sec - b->tm_sec);
1023 Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
/illumos-gate/usr/src/boot/include/
H A Dtime.h126 int tm_sec; /* seconds after the minute [0-60] */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h138 int tm_sec; member
/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h94 uint8_t tm_sec; /* 0 - 59 */ member
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c111 tp->tm_mday, tp->tm_hour, tp->tm_min, tp->tm_sec); in timeStamp()
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c333 tm.tm_sec = atoi(second); in parse_datetime()
433 tm.tm_sec = seconds; in parse_time()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxtime.c79 t += sec = tm->tm_sec; in tmxtime()
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c192 tm->tm_hour, tm->tm_min, tm->tm_sec); in derrprint()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c229 tv.tm_min, tv.tm_sec); in print_hc_result()
237 tv.tm_min, tv.tm_sec); in print_hc_result()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c132 tm->tm_min, tm->tm_sec); in log()
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c57 tmp->tm_sec = (int)(rem % SECS_PER_MIN); in localtime()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c151 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c99 seed = (unsigned int) tmbuf->tm_sec; in wait_random_time()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c114 tmp->tm_sec = (int)(rem % SECS_PER_MIN); in gmtime()
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c297 tm_p->tm_hour, tm_p->tm_min, tm_p->tm_sec, Pid, msg); in stamp()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c61 int tm_sec; member
1215 atm.tm_sec = ((time >> 0) & 0x1F) << 1; in smb_time_dos_to_unix()
1252 i += atm.tm_sec >> 1; in smb_time_unix_to_dos()
1318 result->tm_sec = tsec % 60; in smb_gmtime_r()
1374 tsec += tm->tm_sec; in smb_timegm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c873 delta->tm_sec <= 10) in ltimeprint()
893 (void) printf("%2d seconds", delta->tm_sec); in ltimeprint()
898 delta->tm_sec, in ltimeprint()
899 delta->tm_sec == 1 ? "" : "s"); in ltimeprint()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y609 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
913 yySeconds = tm->tm_sec;
936 Start -= ((tm->tm_hour * 60L) + tm->tm_min * 60L) + tm->tm_sec;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.c155 tm.tm_hour, tm.tm_min, tm.tm_sec); in log_write_cur_time()
H A Dndmpd_dtime.c160 then.tm_sec = atoi(&dbuf[E_SECOND]); in unctime()
167 then.tm_mday, then.tm_hour, then.tm_min, then.tm_sec); in unctime()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c252 ts.tm_sec = 10*c2i(s[12]) + c2i(s[13]); in asn1_decode_generaltime()
H A Dasn1_encode.c260 gtime->tm_min > 59 || gtime->tm_sec > 59) in asn1_encode_generaltime()
265 gtime->tm_min, gtime->tm_sec); in asn1_encode_generaltime()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c846 tim |= (tm.tm_sec / 2) << SECSHIFT; in getNow()
858 *msec = (tm.tm_sec & 1) ? 100 : 0; in getNow()

1234