Home
last modified time | relevance | path

Searched refs:strftime (Results 51 – 75 of 157) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap313 #undef strftime
314 #define strftime _ast_strftime
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c231 (void) strftime(time_buf, sizeof (time_buf), in main()
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c80 if (strftime(timestring, sizeof (timestring), "%c", in convert_field()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c509 (void) strftime(timeb, sizeof (timeb), "%c\n", timep); in swapcfile()
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c124 (void) strftime(buf, 64, nl_langinfo(D_T_FMT), tp); in ADM_Get_Date()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c228 (void) strftime(timebuf, sizeof (timebuf), NULL, in EmitClockBasedInfo()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c152 (void) strftime(time_buf, sizeof (time_buf), in rmfiles()
H A Dexec.c241 (void) strftime(time_buf, sizeof (time_buf), in exec()
275 (void) strftime(time_buf, sizeof (time_buf), in exec()
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c1053 (void) strftime(sttim, sizeof (sttim), "%b %d", in prtime()
1056 (void) strftime(sttim, sizeof (sttim), "%H:%M:%S", in prtime()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c460 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c84 strftime(char *_RESTRICT_KYWD s, size_t maxsize, in strftime() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h290 #define wcsftime strftime
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c359 (void) strftime(time_buf, sizeof (time_buf), in main()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c199 (void) strftime(tbuf, sizeof (tbuf), dfmt, localtime(&now)); in main()
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c386 (void) strftime(timebuf, sizeof (timebuf), in disp_obj()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c322 (void) strftime(time_buf, sizeof (time_buf), "%A, %B %d, %Y (%T)", tm); in output_manifest()
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c561 (void) strftime(timebuf, sizeof (timebuf), "%m/%d/%Y", in show_history_date()
607 (void) strftime(buf, sizeof (buf), "%T", in show_history_time()
627 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time()
631 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c458 (void) strftime(tbuf, sizeof (tbuf), "%Y-%m-%d %H:%M:%S", time_parts); in iso_date_time()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c113 (void) strftime(s, sizeof (s), "%T", localtime(&secs)); in ts()
125 (void) strftime(s, sizeof (s), "%Y/%m/%d %T", localtime(&secs)); in ts_full()
/illumos-gate/usr/src/cmd/who/
H A Dwho.c533 (void) strftime(time_buf, sizeof (time_buf), in dump()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c341 (void) strftime(t, sizeof (t), "%F:%H.%M.%S", localtime(&time)); in lwplook()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c68 (void) strftime(buf, sizeof (buf), "%c", tm); in nctime()
959 (void) strftime(date, sizeof (date), "%b %d %R", localtime(&clock)); in report_job()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1026 (void) strftime(buf, sizeof (buf), "%b %d %T", localtime(&tod)); in walk_topo()
1147 (void) strftime(buf, sizeof (buf), "%b %d %T", localtime(&tod)); in print_fmri()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c73 (void) strftime(buf, sizeof (buf), "%b %d %T", localtime(&tod)); in print_header()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun330 logger.debug('%s %s' % (dt.strftime("%H:%M:%S.%f ")[:11], line))
560 self.timestamp = datetime.now().strftime('%Y%m%dT%H%M%S')

1234567