Searched refs:strftime (Results 76 - 100 of 162) sorted by relevance

1234567

/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c1648 strftime(buf1, 256, time_format, tm_ptr1);
1649 strftime(buf2, 256, time_format, tm_ptr2);
1651 strftime(end1, 10, "%z", tm_ptr1);
1652 strftime(end2, 10, "%z", tm_ptr2);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp501 strftime(buffer, buflen, "%Y-%m-%d_%H%M%S", tm_info);
503 strftime(buffer, buflen, "%Y-%m-%d %H%M%S", tm_info);
768 std::strftime(&buffer[0], sizeof(buffer), "%c", std::localtime(&now));
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c1218 if(gmtime_r(&te, &tm) && strftime(expi_buf, 15, "%Y%m%d%H%M%S", &tm)
1219 &&gmtime_r(&ti, &tm) && strftime(incep_buf, 15, "%Y%m%d%H%M%S", &tm)
1220 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) {
/freebsd-13-stable/lib/libc/stdtime/
H A Dstrftime.c25 static const char elsieid[] = "@(#)strftime.3 8.3";
37 static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89";
104 (void) fputs("NULL strftime format ", stderr);
105 else (void) fprintf_l(stderr, loc, "strftime format \"%s\" ",
123 strftime(char * __restrict s, size_t maxsize, const char * __restrict format, function
254 * strftime version 3.0. That is, "%k" and
275 * strftime version 3.0. That is, "%k" and
343 * From Arnold Robbins' strftime version 3.0:
356 * From Arnold Robbins' strftime version 3.0: "the week number of the
442 * From Arnold Robbins' strftime versio
[all...]
/freebsd-13-stable/sbin/bectl/
H A Dbectl_list.c282 strftime(buf, BUFSZ, "%Y-%m-%d %H:%M",
/freebsd-13-stable/contrib/bmake/
H A Dutil.c433 strftime(char *buf, size_t len, const char *fmt, const struct tm *tm) function
/freebsd-13-stable/contrib/libarchive/tar/
H A Dutil.c740 #define DAY_FMT "%d" /* Windows' strftime function does not support %e format. */
760 strftime(tmp, sizeof(tmp), fmt, ltime);
/freebsd-13-stable/contrib/dialog/
H A Dtimebox.c416 used = strftime(buffer,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp318 strftime(TimeBuffer, sizeof(TimeBuffer), "%Y%m%d", &LocalTime);
/freebsd-13-stable/usr.bin/w/
H A Dw.c493 if (strftime(buf, sizeof(buf),
/freebsd-13-stable/usr.sbin/ac/
H A Dac.c293 (void)strftime(date, sizeof(date),
/freebsd-13-stable/usr.sbin/gstat/
H A Dgstat.c229 (void)strftime(ts,sizeof(ts),
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dcommon.c490 strftime(tempstr, TIMESTR_SIZE, LPD_TIMESTAMP_PATTERN,
494 * This check is for implementations of strftime which treat %z
/freebsd-13-stable/usr.bin/kdump/
H A Dkdump.c1918 strftime(timestr, sizeof(timestr), TIME_FORMAT, tm);
1930 strftime(timestr, sizeof(timestr), TIME_FORMAT, tm);
1942 strftime(timestr, sizeof(timestr), TIME_FORMAT, tm);
1954 strftime(timestr, sizeof(timestr), TIME_FORMAT, tm);
/freebsd-13-stable/tools/test/gpioevents/
H A Dgpioevents.c174 strftime(timebuf, sizeof(timebuf), "%Y-%m-%dT%H:%M:%S",
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c273 strftime(buf, sizeof(buf), "%b %e %Y", tm);
275 strftime(buf, sizeof(buf), "%b %e %H:%M", tm);
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in443 v["time"] = time.strftime("%H:%M:%S", time.localtime())
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A DMakefile.in58 seteuid.c strcasecmp.c strdup.c strerror.c strftime.c \
203 am_libtest_la_OBJECTS = libtest_la-strftime.lo libtest_la-strptime.lo \
571 libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
842 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strftime.Plo@am__quote@
923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtest_la-strftime.Plo@am__quote@
1324 libtest_la-strftime.lo: strftime.c
1325 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtest_la_CFLAGS) $(CFLAGS) -MT libtest_la-strftime.lo -MD -MP -MF $(DEPDIR)/libtest_la-strftime.Tpo -c -o libtest_la-strftime
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp496 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format,
498 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime, s, max, format, tm);
1653 INTERCEPT_FUNCTION(strftime);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c698 strftime(time_str, 64, "%Y%m%d%H%M%S", localtime(&now));
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c500 strftime(db, sizeof(db), fmtstr, localtime(&t));
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dutility.c462 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));
/freebsd-13-stable/sbin/recoverdisk/
H A Drecoverdisk.c96 assert(strftime(pp->str, sizeof pp->str, fmt, &tm1) != 0);
/freebsd-13-stable/libexec/getty/
H A Dmain.c769 (void)strftime(db, sizeof(db), DF, localtime(&t));
/freebsd-13-stable/libexec/tftpd/
H A Dtftpd.c649 len = strftime(yyyymmdd, sizeof(yyyymmdd), newfile_format, &lt);

Completed in 298 milliseconds

1234567