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

/xsrc/external/mit/xclock/dist/
H A DClockP.h68 #define STRFTIME_BUFF_SIZE 100 /* buffer for "strftime" option */
97 String strftime; member in struct:__anon30c9d69e0108
H A DClock.c166 offset(strftime), XtRString, ""},
533 else if (*w->clock.strftime) {
541 if (0 < strftime(ctime, STRFTIME_BUFF_SIZE - 1, w->clock.strftime, tm)) {
554 strftime(long12, sizeof long12, "%a %b %d %I:%M:%S %p %Y", tm);
594 * strftime so we can limit the string buffer size to
597 if ((w->clock.strftime == NULL) || (w->clock.strftime[0] == 0)) {
598 w->clock.strftime = getenv("CFTIME");
599 if (w->clock.strftime
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dserial_buffer.py117 time = datetime.now().strftime('%y-%m-%d %H:%M:%S')
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py132 default=os.path.join(tempfile.gettempdir(), datetime.now().strftime('%Y-%m-%d-%H-%M-%S')))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c215 if (strftime(buf, sizeof(buf), "%d %B %Y %I:%M:%S%p", &t))
218 if (strftime(buf, sizeof(buf), "%d %B %Y", &t))
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dheadergen2.c352 strftime(timestr, sizeof(timestr), "%Y-%m-%d %H:%M:%S", tm);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.c686 strftime(buf_time, sizeof(buf_time), "%Y.%m.%d_%H.%M.%S", timep);
/xsrc/external/mit/xterm/dist/
H A Daclocal.m41056 AC_CACHE_CHECK(for strftime function,cf_cv_func_strftime,[
1064 size_t result = strftime(buffer, sizeof(buffer), "%c", tm);
1071 test "$cf_cv_func_strftime" = yes && AC_DEFINE(HAVE_STRFTIME,1,[Define to 1 to indicate that strftime function is present])
H A Dmisc.c2151 if (strftime(fname, sizeof fname, format, ltm) == 0) {
2442 (strftime(when, sizeof(when), FMT_TIMESTAMP, ltm) > 0) &&
H A Dcharproc.c2664 if (strftime(buffer, sizeof(buffer) - 1, format, tm) != 0) {
H A Dconfigure6253 echo "$as_me:6253: checking for strftime function" >&5
6254 echo $ECHO_N "checking for strftime function... $ECHO_C" >&6
6273 size_t result = strftime(buffer, sizeof(buffer), "%c", tm);

Completed in 55 milliseconds