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

1234567

/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_main.c3994 strftime(tmpdir_timestamp, sizeof(tmpdir_timestamp),
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2639 strftime(propbuf, proplen, "%a %b %e %k:%M %Y",
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c565 if (!strftime(timestamp, sizeof(timestamp),
H A Dntp_control.c1057 * strftime() format such as:
1061 * weed out the worst. Let's hope 'strftime()' does not
1065 if (0 == strftime(filename, sizeof(filename), filespec,
1069 * If we arrive here, 'strftime()' balked; most likely
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c491 if (strftime(date, sizeof(date),
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure5151 for ac_func in fork vfork strftime
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2153 (void) strftime(tbuf, sizeof (tbuf), "%F.%T", &t);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6464 (void) strftime(tsbuf, DATETIME_BUF_LEN,
/freebsd-13-stable/contrib/unbound/
H A Dconfigure20350 for ac_func in tzset sigprocmask fcntl getpwnam endpwent getrlimit setrlimit setsid chroot kill chown sleep usleep random srandom recvmsg sendmsg writev socketpair glob initgroups strftime localtime_r setusercontext _beginthreadex endservent endprotoent fsync shmget accept4 getifaddrs
/freebsd-13-stable/contrib/dialog/
H A Dconfigure22660 strftime \
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure24438 # Check to see if strftime() works.
24440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strftime() works" >&5
24441 $as_echo_n "checking whether strftime() works... " >&6; }
24467 strftime( t_buf, sizeof( t_buf ), "%A %b %d %j", &tm );
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c22980 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
23183 ** and strftime(). The format string to pass to strftime() is supplied
23213 strftime(zBuf, 20, zFormat, &sNow);
23231 PURE_DATE(strftime, -1, 0, 0, strftimeFunc ),
[all...]

Completed in 629 milliseconds

1234567