Searched refs:strftime (Results 1 - 25 of 134) sorted by relevance

123456

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dstrpftime-test.h45 #define strftime test_strftime macro
49 strftime (char *buf, size_t maxsize, const char *format,
H A Dstrpftime-test.c246 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm);
248 printf ("length of strftime(\"%s\") = %lu (\"%s\")\n",
255 printf ("result of strftime(\"%s\") = \"%s\" != \"%s\"\n",
272 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2);
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h62 #undef strftime macro
78 using ::strftime;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/stat/common/
H A Dtimestamp.c45 len = strftime(dstr, sizeof (dstr), "%+", localtime(&t));
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h44 #undef strftime macro
58 using std::strftime;
/freebsd-10.0-release/lib/libc/stdtime/
H A DSymbol.map15 strftime;
/freebsd-10.0-release/usr.sbin/mfiutil/
H A DMakefile8 CFLAGS+= -fno-builtin-strftime
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_option_t.c91 strftime(date2, sizeof(date), "%b %d %Y", localtime(&mtime));
94 strftime(date2, sizeof(date), "%b %e %Y", localtime(&mtime));
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc46 strftime(buffer, 25, "%a %b %d %H:%M:%S %Y", lt);
/freebsd-10.0-release/contrib/openbsm/bsm/
H A Dauditd_lib.h50 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
/freebsd-10.0-release/gnu/usr.bin/diff/
H A DMakefile12 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/freebsd-10.0-release/usr.bin/calendar/
H A Dlocale.c82 strftime(buf, sizeof(buf), "%a", &tm);
94 strftime(buf, sizeof(buf), "%A", &tm);
110 strftime(buf, sizeof(buf), "%b", &tm);
122 strftime(buf, sizeof(buf), "%B", &tm);
H A Dday.c67 strftime(dayname, sizeof(dayname) - 1, "%A, %d %B %Y", tp1);
/freebsd-10.0-release/usr.bin/finger/
H A Dsprint.c131 (void)strftime(p, sizeof(p), "%a", lc);
133 (void)strftime(p, sizeof(p),
138 (void)strftime(p, sizeof(p), "%Y", lc);
140 (void)strftime(p, sizeof(p), "%R", lc);
H A Dlprint.c177 strftime(t, sizeof(t),
210 strftime(t, sizeof(t),
215 strftime(t, sizeof(t),
233 strftime(t, sizeof(t),
239 strftime(t, sizeof(t),
246 strftime(t, sizeof(t),
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_log.c58 strftime(nfmt, sizeof nfmt, "%Y-%m-%d %T ", t);
/freebsd-10.0-release/contrib/opie/libopie/
H A Dwriterec.c51 if (strftime(buf2, sizeof(buf2), " %b %d,%Y %T", localtime(&now)) < 1)
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Dasctime.c7 ** Avoid the temptation to punt entirely to strftime;
8 ** the output of strftime is supposed to be locale specific
41 ** we call a strftime variant that produces fewer characters for some years.
109 ** Use strftime's %Y to generate the year, to avoid overflow problems
111 ** Assume that strftime is unaffected by other out-of-range members
114 (void) strftime(year, sizeof year, "%Y", timeptr);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dtime.c118 strftime(s, len, include_time ? context->time_fmt : context->date_fmt, tm) == 0)
/freebsd-10.0-release/sbin/nandfs/
H A Dlssnap.c64 strftime(timebuf, sizeof(timebuf), "%F %T", &tm);
/freebsd-10.0-release/tools/tools/prstats/
H A Dprstats.pl35 use POSIX qw(isatty mktime strftime tzset);
230 print(FILE strftime(&TIMEFMT, localtime($datum->[0])),
253 $start = strftime(&TIMEFMT, localtime($start));
254 $end = strftime(&TIMEFMT, localtime($end));
/freebsd-10.0-release/usr.bin/lastcomm/
H A Dlastcomm.c190 (void)strftime(buf, sizeof(buf), format,
202 (void)strftime(buf, sizeof(buf), format,
/freebsd-10.0-release/contrib/libreadline/examples/
H A Dhistexamp.c98 strftime (timestr, sizeof (timestr), "%a %R", localtime(&tt));
/freebsd-10.0-release/usr.bin/find/
H A Dls.c103 strftime(longstring, sizeof(longstring), format, localtime(&ftime));
/freebsd-10.0-release/usr.bin/last/
H A Dlast.c232 (void) strftime(ct, sizeof(ct), "%+", tm);
326 (void) strftime(ct, sizeof(ct), d_first ?
359 (void) strftime(ct, sizeof(ct), "%R", tm);
367 (void) strftime(ct, sizeof(ct), width >= 8 ? "%T" : "%R", tm);

Completed in 157 milliseconds

123456