Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 25 of 193) sorted by relevance

12345678

/NextBSD/lib/libc/stdtime/
HDMakefile.inc7 SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
17 MAN+= ctime.3 strftime.3 strptime.3 time2posix.3
24 MLINKS+=strftime.3 strftime_l.3
HDSymbol.map15 strftime;
/NextBSD/usr.bin/finger/
HDsprint.c131 (void)strftime(p, sizeof(p), "%a", lc); in sflag_print()
133 (void)strftime(p, sizeof(p), in sflag_print()
138 (void)strftime(p, sizeof(p), "%Y", lc); in sflag_print()
140 (void)strftime(p, sizeof(p), "%R", lc); in sflag_print()
HDlprint.c177 strftime(t, sizeof(t), in lprint()
210 strftime(t, sizeof(t), in lprint()
215 strftime(t, sizeof(t), in lprint()
233 strftime(t, sizeof(t), in lprint()
239 strftime(t, sizeof(t), in lprint()
246 strftime(t, sizeof(t), in lprint()
/NextBSD/usr.bin/calendar/
HDlocale.c82 strftime(buf, sizeof(buf), "%a", &tm); in setnnames()
94 strftime(buf, sizeof(buf), "%A", &tm); in setnnames()
110 strftime(buf, sizeof(buf), "%b", &tm); in setnnames()
122 strftime(buf, sizeof(buf), "%B", &tm); in setnnames()
/NextBSD/crypto/heimdal/lib/roken/
HDstrpftime-test.h45 #define strftime test_strftime macro
49 strftime (char *buf, size_t maxsize, const char *format,
HDstrpftime-test.c246 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm); in main()
272 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2); in main()
/NextBSD/contrib/libstdc++/include/c_std/
Dstd_ctime.h62 #undef strftime
78 using ::strftime;
/NextBSD/contrib/libstdc++/include/c_compatibility/
Dtime.h44 #undef strftime
58 using std::strftime;
/NextBSD/contrib/libarchive/cpio/test/
HDtest_option_t.c91 strftime(date2, sizeof(date), "%b %d %Y", localtime(&mtime)); in DEFINE_TEST()
94 strftime(date2, sizeof(date), "%b %e %Y", localtime(&mtime)); in DEFINE_TEST()
/NextBSD/contrib/libc++/include/
Dctime40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
70 using ::strftime;
/NextBSD/usr.bin/last/
HDlast.c235 (void) strftime(ct, sizeof(ct), "%+", tm); in wtmp()
329 (void) strftime(ct, sizeof(ct), d_first ? in printentry()
362 (void) strftime(ct, sizeof(ct), "%R", tm); in printentry()
370 (void) strftime(ct, sizeof(ct), width >= 8 ? "%T" : "%R", tm); in printentry()
/NextBSD/contrib/ntp/lib/isc/unix/
HDtime.c389 flen = strftime(buf, len, "%d-%b-%Y %X", localtime(&now)); in isc_time_formattimestamp()
406 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now)); in isc_time_formathttptimestamp()
418 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now)); in isc_time_formatISO8601()
/NextBSD/usr.bin/lastcomm/
HDlastcomm.c190 (void)strftime(buf, sizeof(buf), format, in main()
202 (void)strftime(buf, sizeof(buf), format, in main()
/NextBSD/contrib/openbsm/bin/auditreduce/
HDauditreduce.c630 strftime(timestr, sizeof(timestr), "%Y%m%d%H%M%S", in main()
643 strftime(timestr, sizeof(timestr), "%Y%m%d%H%M%S", in main()
664 strftime(timestr, sizeof(timestr), "%Y%m%d", &tm); in main()
670 strftime(timestr, sizeof(timestr), "%Y%m%d", &tm); in main()
/NextBSD/cddl/contrib/opensolaris/cmd/stat/common/
HDtimestamp.c45 len = strftime(dstr, sizeof (dstr), "%+", localtime(&t)); in print_timestamp()
/NextBSD/contrib/diff/lib/
HDstrftime.c206 # define strftime __strftime_l macro
352 # define my_strftime strftime
750 # ifdef strftime
751 # undef strftime
752 size_t strftime ();
760 len = strftime (ubuf, sizeof ubuf, ufmt, tp);
/NextBSD/bin/pax/
HDgen_subs.c110 if (strftime(f_date,DATELEN,timefrmt,localtime(&(sbp->st_mtime))) == 0) in ls_list()
171 if (strftime(f_date, DATELEN, timefrmt, in ls_tty()
/NextBSD/crypto/openssh/
HDsftp-common.c218 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file()
220 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
/NextBSD/crypto/heimdal/lib/kadm5/
HDiprop-log.c125 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", localtime(&timestamp)); in print_entry()
187 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", in print_entry()
196 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", in print_entry()
/NextBSD/usr.sbin/mfiutil/
HDMakefile9 CFLAGS.gcc+= -fno-builtin-strftime
/NextBSD/usr.sbin/pw/
HDpw_log.c60 strftime(nfmt, sizeof nfmt, "%Y-%m-%d %T ", t); in pw_log()
/NextBSD/contrib/openbsm/bsm/
HDauditd_lib.h48 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
/NextBSD/contrib/mdocml/
HDmandoc.c504 if (0 == (ssz = strftime(p, 10 + 1, "%B ", tm))) in time2a()
512 if (0 == strftime(p, 4 + 1, "%Y", tm)) in time2a()
/NextBSD/contrib/opie/libopie/
HDwriterec.c51 if (strftime(buf2, sizeof(buf2), " %b %d,%Y %T", localtime(&now)) < 1)

12345678