Home
last modified time | relevance | path

Searched refs:tm (Results 226 – 250 of 311) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c491 struct tm tm; in pfprint_time822() local
494 (void) localtime_r(&sec, &tm); in pfprint_time822()
495 (void) strftime(buf, sizeof (buf), "%a, %d %b %G %T %Z", &tm); in pfprint_time822()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1185 struct tm *time; in p_secstodate()
1187 struct tm res; in p_secstodate()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c439 struct tm *t; /* ptr to converted time */ in tp()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c492 struct tm tmst; in nfsl_get_time()
511 struct tm tmst; in nfsl_get_date()
534 struct tm tmst; in nfsl_get_date_nq()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c123 struct tm *tmp; in main()
H A Dacctcom.c289 struct tm *t; in dofile()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c191 struct tm tv; in print_hc_result()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1118 struct tm *t; /* THe broken-down calendar time */ in _glh_write_timestamp()
1311 struct tm t; in _glh_decode_timestamp()
1531 struct tm *t = NULL; /* The broken time version of the timestamp */ in _glh_show_history()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1888 struct timespec tm; in mDNSPlatformRawTime() local
1889 int ret = clock_gettime(CLOCK_MONOTONIC, &tm); in mDNSPlatformRawTime()
1899 return ((tm.tv_sec << 10) | (tm.tv_nsec * 2 / 1953125)); in mDNSPlatformRawTime()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c454 struct tm *time_parts; in iso_date_time()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2315 uint32_t tm; in emlxs_fct_handle_unsol_req() local
2476 tm = fcp_cmd->fcpCntl2; in emlxs_fct_handle_unsol_req()
2477 if (tm) { in emlxs_fct_handle_unsol_req()
2478 if (tm & BIT_1) { in emlxs_fct_handle_unsol_req()
2480 } else if (tm & BIT_2) { in emlxs_fct_handle_unsol_req()
2482 } else if (tm & BIT_4) { in emlxs_fct_handle_unsol_req()
2484 } else if (tm & BIT_5) { in emlxs_fct_handle_unsol_req()
2486 } else if (tm & BIT_6) { in emlxs_fct_handle_unsol_req()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1232 time_t tm; in iob_doprnt() member
1484 u.tm = VA_ARG(ap, time_t); in iob_doprnt()
1485 u.str = iob_time2str(&u.tm); in iob_doprnt()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1571 struct tm *tp; in write_DOS_label()
1704 struct tm *tp; in write_NEC_DOS_label()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c842 struct tm *delta; in stimeprint()
869 struct tm *delta; in ltimeprint()
/illumos-gate/usr/src/cmd/who/
H A Dwho.c123 static struct tm *lptr; /* holds user login time */
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c586 register struct tm * td; in gmt()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c5365 struct tm *tm; local
5404 tm = gmtime(&LastQueueTime);
5405 idbuf[0] = QueueIdChars[tm->tm_year % QIC_LEN];
5406 idbuf[1] = QueueIdChars[tm->tm_mon];
5407 idbuf[2] = QueueIdChars[tm->tm_mday];
5408 idbuf[3] = QueueIdChars[tm->tm_hour];
5409 idbuf[4] = QueueIdChars[tm->tm_min % QIC_LEN_R];
5410 idbuf[5] = QueueIdChars[tm->tm_sec % QIC_LEN_R];
/illumos-gate/usr/src/cmd/w/
H A Dw.c612 struct tm *p; in prtat()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c836 struct tm *tp; in ifdate()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c48 struct tm *p_tm; in get_timestamp()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c144 struct tm then; in unctime()
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi.h451 struct tm build_date;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h453 struct tm build_date;
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1496 struct tm *tdate; in httpGetDateString()
1517 struct tm tdate; /* Time/date structure */ in httpGetDateTime()
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c733 struct tm *local; in bw_header()

12345678910>>...13