Symbol: strftime
bin/date/date.c
211
while (strftime(buf, bufsiz, format, tm) == 0)
bin/pax/gen_subs.c
96
error = strftime(buf, buflen, OLDFRMT, &tm);
bin/pax/gen_subs.c
98
error = strftime(buf, buflen, CURFRMT, &tm);
bin/ps/print.c
121
if (tp == NULL || strftime(buf, bufsiz, fmt, tp) == 0)
bin/sh/var.c
1649
} else if (strftime(buf.b + vp->name_len + 1,
crypto/dist/ipsec-tools/src/racoon/backupsa.c
107
l = strftime(p, len, FORMAT, tm);
crypto/dist/ipsec-tools/src/racoon/debugrm.c
132
len = strftime(buf, buflen, "%Y/%m/%d:%T ", tm);
crypto/dist/ipsec-tools/src/racoon/logger.c
191
strftime(ts, sizeof(ts), "%B %d %T", tm);
crypto/dist/ipsec-tools/src/racoon/plog.c
115
len = strftime(p, reslen, "%Y-%m-%d %T: ", tm);
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
1082
strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
1207
strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
games/pom/pom.c
105
strftime(buf, sizeof(buf), "%a %Y %b %e %H:%M:%S (%Z)",
include/time.h
111
size_t strftime(char * __restrict, size_t, const char * __restrict,
lib/libc/gen/syslog.c
102
prlen = strftime(p, tbuf_left-1, "%z", &tmnow);
lib/libc/gen/syslog.c
98
prlen = strftime(p, tbuf_left, "%FT%T", &tmnow);
lib/libc/gen/syslog_ss.c
53
prlen = strftime(p, tbuf_left, "%FT%TZ", &tmnow);
lib/libc/time/private.h
812
size_t strftime(char *restrict, size_t, char const *restrict,
lib/libc/time/strftime.c
197
return strftime(s, maxsize, format, t);
lib/libc/time/zdump.c
1026
formatted_len = strftime(b, s, f_prefix_copy, tm);
lib/libskey/skeylogin.c
254
strftime(tbuf, sizeof(tbuf), " %b %d,%Y %T", tm);
libexec/getty/main.c
601
(void)strftime(db, sizeof(db),
libexec/httpd/bozohttpd.c
1998
strftime(filedate, sizeof filedate,
libexec/httpd/bozohttpd.c
277
strftime(date, datelen, "%a, %d %b %Y %H:%M:%S GMT", tm);
libexec/httpd/dir-index-bozo.c
190
strftime(buf, sizeof buf, "%d-%b-%Y %R", gmtime(&sb.st_mtime));
libexec/telnetd/utility.c
477
(void)strftime(db, sizeof(db), fmtstr, localtime(&t));
sbin/dmesg/dmesg.c
365
strftime(tbuf, sizeof(tbuf),
sbin/dump/optr.c
221
if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) {
sbin/dump/optr.c
223
strftime(then, STAMP_LENGTH, time_string, &tm_time);
share/examples/puffs/pgfs/pgfs_subs.c
207
strftime(buf1, sizeof(buf1), "%Y%m%dT%H%M%S", tm);
usr.bin/at/at.c
473
(void)strftime(timestr, TIMESIZE, "%T %F", &runtime);
usr.bin/at/at.c
475
(void)strftime(timestr, TIMESIZE, "%X %x", &runtime);
usr.bin/calendar/calendar.c
256
header[5].iov_len = strftime(dayname, sizeof(dayname), "%A", tp);
usr.bin/chpass/util.c
62
(void) strftime(buf, len, "%B %d, %Y", tp);
usr.bin/config/mkheaders.c
438
if (strftime(buf, sizeof(buf), "%c %Z", tm) == 0)
usr.bin/diff/diffreg.c
1622
strftime(buf, sizeof(buf), time_format, tm_ptr1);
usr.bin/diff/diffreg.c
1626
strftime(buf, sizeof(buf), "%z", tm_ptr1);
usr.bin/diff/diffreg.c
1635
strftime(buf, sizeof(buf), time_format, tm_ptr2);
usr.bin/diff/diffreg.c
1639
strftime(buf, sizeof(buf), "%z", tm_ptr2);
usr.bin/ftp/util.c
789
if (strftime(result, sizeof(result),
usr.bin/last/last.c
367
strftime(tbuf, sizeof(tbuf),
usr.bin/mail/format.c
1051
(void)strftime(buf, bufsize, newfmt, &tm);
usr.bin/make/targ.c
379
(void)strftime(buf, sizeof buf, "%H:%M:%S %b %d, %Y", parts);
usr.bin/make/var.c
1928
strftime(buf, sizeof buf, fmt, localtime(&t));
usr.bin/make/var.c
1935
strftime(buf, sizeof buf, fmt, (gmt ? gmtime : localtime)(&t));
usr.bin/newsyslog/newsyslog.c
725
i = strftime(timestamp, sizeof(timestamp),
usr.bin/newsyslog/newsyslog.c
729
i += j = strftime(timestamp+i, sizeof(timestamp)-i-1,
usr.bin/pr/pr.c
1408
if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {
usr.bin/rwho/rwho.c
201
(void)strftime(cbuf, sizeof(cbuf), "%c", localtime(&t));
usr.bin/skeyinit/skeyinit.c
337
(void)strftime(tbuf, sizeof(tbuf), " %b %d,%Y %T", tm);
usr.bin/stat/stat.c
645
(void)strftime(buf, len, fmt, &tm);
usr.bin/systat/ps.c
343
strftime(startstr, sizeof(startstr) - 1, "%l:%M%p", tp);
usr.bin/systat/ps.c
345
strftime(startstr, sizeof(startstr) - 1, "%a%I%p", tp);
usr.bin/systat/ps.c
347
strftime(startstr, sizeof(startstr) - 1, "%e%b%y", tp);
usr.bin/unzip/unzip.c
815
strftime(buf, sizeof(buf), "%m-%d-%G %R", tm);
usr.bin/unzip/unzip.c
817
strftime(buf, sizeof(buf), "%m-%d-%g %R", tm);
usr.bin/utoppya/utoppya.c
231
strftime(tmbuf, sizeof(tmbuf), "%b %e %G %R", tm);
usr.bin/w/pr_time.c
69
(void)strftime(buf, sizeof(buf), "%d%b%y", tp);
usr.bin/w/pr_time.c
72
(void)strftime(buf, sizeof(buf), "%a%I%p", tp);
usr.bin/w/pr_time.c
75
(void)strftime(buf, sizeof(buf), "%l:%M%p", tp);
usr.bin/w/w.c
473
(void)strftime(buf, sizeof(buf), "%l:%M%p", localtime(nowp));
usr.sbin/ac/ac.c
360
(void)strftime(date, sizeof (date), "%b %e total",
usr.sbin/fssconfig/fssconfig.c
269
strftime(tmbuf, sizeof(tmbuf), "%F %T", localtime(&t));
usr.sbin/mrouted/main.c
653
strftime(tbuf, sizeof(tbuf), "%X", thyme);
usr.sbin/sysinst/configmenu.c
141
strftime(cur_date_time, sizeof(cur_date_time),
usr.sbin/sysinst/configmenu.c
598
strftime(buf, sizeof_buf, "%Y", &time_opts->new_time);
usr.sbin/sysinst/configmenu.c
601
strftime(buf, sizeof_buf, "%m", &time_opts->new_time);
usr.sbin/sysinst/configmenu.c
604
strftime(buf, sizeof_buf, "%d", &time_opts->new_time);
usr.sbin/sysinst/configmenu.c
607
strftime(buf, sizeof_buf, "%H", &time_opts->new_time);
usr.sbin/sysinst/configmenu.c
610
strftime(buf, sizeof_buf, "%M", &time_opts->new_time);
usr.sbin/sysinst/configmenu.c
681
strftime(cur_date_time, sizeof(cur_date_time),
usr.sbin/syslogd/syslogd.c
4791
len += strftime(timestamp, sizeof(timestamp), "%FT%T", &ltime);
usr.sbin/syslogd/syslogd.c
4795
tzlen = strftime(&timestamp[len], sizeof(timestamp) - len,