Searched refs:strftime (Results 51 - 75 of 162) sorted by relevance

1234567

/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dutil.c164 strftime(str, len, "%Y-%m-%d %H:%M:%S UTC", gmtime(&t));
166 strftime(str, len, "%Y-%m-%d", gmtime(&t));
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo_syslog.c578 xb.xb_curp += strftime(xb.xb_curp, xo_buf_left(&xb), "%FT%T", &tm);
581 xb.xb_curp += strftime(xb.xb_curp, xo_buf_left(&xb), "%z ", &tm);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp37 if (strftime(&buffer[0], 1023, "%Z", tm_date) == 0)
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Dprint.c104 strftime(buf, sizeof(buf), "%Y%m%d%H%M%S", gmtime(&t));
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ntp.c369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
H A Dprint-ahcp.c113 else if (0 == strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", tm))
114 ND_PRINT((ndo, ": strftime() error"));
/freebsd-13-stable/contrib/dma/
H A Dutil.c317 error = strftime(str, sizeof(str), "%a, %d %b %Y %T %z",
/freebsd-13-stable/bin/ps/
H A Dprint.c409 (void)strftime(buf, buflen, "%H:%M ", tp);
411 (void)strftime(buf, buflen, "%a%H ", tp);
413 (void)strftime(buf, buflen, "%e%b%y", tp);
432 (void)strftime(buf, buflen, "%c", localtime(&then));
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrftime.c170 strftime (char *buf, size_t maxsize, const char *format, function
H A DMakefile.am44 libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
/freebsd-13-stable/usr.bin/who/
H A Dwho.c197 strftime(buf, sizeof(buf), d_first ? "%e %b %R" : "%b %e %R", tm);
/freebsd-13-stable/usr.bin/rwho/
H A Drwho.c197 strftime(cbuf, sizeof(cbuf), d_first ? "%e %b %R" : "%b %e %R",
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c676 (void) strftime(t, len, "%d/%m/%Y ", tm);
681 (void) strftime(t, len, "%T", tm);
861 (void) strftime(t, len, "%d/%m/%Y ", tm);
866 (void) strftime(t, len, "%T", tm);
1091 (void) strftime(t, len, "%d/%m/%Y ", tm);
1096 (void) strftime(t, len, "%T", tm);
/freebsd-13-stable/contrib/openpam/misc/
H A Dgendoc.pl45 use POSIX qw(strftime);
673 $TODAY = strftime("%B %e, %Y", localtime(time()));
/freebsd-13-stable/usr.bin/unzip/
H A Dunzip.c804 strftime(buf, sizeof(buf), "%m-%d-%G %R", tm);
806 strftime(buf, sizeof(buf), "%m-%d-%g %R", tm);
/freebsd-13-stable/contrib/unbound/util/
H A Dlog.c274 if(log_time_asc && strftime(tmbuf, sizeof(tmbuf), "%b %d %H:%M:%S",
276 /* %sizeof buf!=0 because old strftime returned max on error */
/freebsd-13-stable/crypto/heimdal/kcm/
H A Devents.c67 strftime(buf, 64, "%m-%dT%H:%M", gmtime(&time));
/freebsd-13-stable/sbin/camcontrol/
H A Dtimestamp.c475 strftime(temp_timestamp_string,
/freebsd-13-stable/contrib/bmake/
H A Dtarg.c413 (void)strftime(buf, sizeof buf, "%k:%M:%S %b %d, %Y", parts);
/freebsd-13-stable/contrib/ldns/
H A Drr_functions.c374 (void) strftime(s_str, 11, "%Y%m%d00", localtime_r(&t, &tm));
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c333 /** like strftime(3) but for time_t objects */
359 /* leave the hard yacker to our role model strftime() */
360 len = strftime(strtime, sizeof(strtime)-1, fmt, rt);
/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c27 ** List of valid conversion specifiers for the 'strftime' function;
300 /* maximum size for an individual 'strftime' item */
336 reslen = strftime(buff, SIZETIMEFMT, cc, stm);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dsl.c54 strftime(timestr, sizeof(timestr), "%b %d, %Y", localtime(&t));
/freebsd-13-stable/usr.sbin/apm/
H A Dapm.c285 strftime(buf, sizeof(buf), "%c", &tm);
/freebsd-13-stable/usr.sbin/watch/
H A Dwatch.c101 strftime(btmp, 1024, "Time: %d %b %H:%M", localtime(&t));

Completed in 362 milliseconds

1234567