Searched refs:strftime (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xclock/dist/ |
| H A D | ClockP.h | 68 #define STRFTIME_BUFF_SIZE 100 /* buffer for "strftime" option */ 97 String strftime; member in struct:__anon30c9d69e0108
|
| H A D | Clock.c | 166 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 D | serial_buffer.py | 117 time = datetime.now().strftime('%y-%m-%d %H:%M:%S')
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/ |
| H A D | radeonsi-run-tests.py | 132 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 D | xf86Init.c | 215 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 D | headergen2.c | 352 strftime(timestr, sizeof(timestr), "%Y-%m-%d %H:%M:%S", tm);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 686 strftime(buf_time, sizeof(buf_time), "%Y.%m.%d_%H.%M.%S", timep);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 1056 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 D | misc.c | 2151 if (strftime(fname, sizeof fname, format, ltm) == 0) { 2442 (strftime(when, sizeof(when), FMT_TIMESTAMP, ltm) > 0) &&
|
| H A D | charproc.c | 2664 if (strftime(buffer, sizeof(buffer) - 1, format, tm) != 0) {
|
| H A D | configure | 6253 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