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

12

/haiku/src/tests/system/libroot/posix/
H A Dtest_time.c71 else if (strftime(buf, sizeof(buf), "%a %b %d %X %Z %Y", tp) == 0)
73 puts("strftime() failed.");
99 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime);
101 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime);
111 strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime);
H A Dtst-mktime.c29 (void) strftime (daybuf, sizeof (daybuf), "%A", &time_str);
H A Dlocale_test.cpp522 // #pragma mark - strftime -----------------------------------------------------
535 printf("strftime for '%s'\n", locale);
542 strftime(buf, 100, data[i].format, testTime);
544 printf("\tPROBLEM: strftime(\"%s\") = \"%s\" (expected \"%s\")\n",
647 // #pragma mark - strftime -----------------------------------------------------
/haiku/src/bin/
H A Dlsindex.cpp119 strftime(modified, 30, "%m/%d/%Y %I:%M %p",
143 strftime(string, sizeof(string), "%Y-%m-%d %H:%M",
148 strftime(string, sizeof(string), "%Y-%m-%d %H:%M",
H A Dlaunch_roster.cpp96 strftime(label, sizeof(label), "%F %X", &tm);
H A Dlistattr.cpp120 strftime(stringBuffer, sizeof(stringBuffer), "%c", &timeInfo);
/haiku/headers/posix/
H A Dtime.h94 extern size_t strftime(char *buffer, size_t maxSize, const char *format,
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp158 // strftime starts weekday count at 0 for Sunday,
172 strLength = strftime(expirationString, kTimetToStringMaxLength,
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp101 strftime(tmp, 64, B_TRANSLATE("%a, %d %b %Y, %r"), localtime(&t));
104 strftime(tmp, 64, B_TRANSLATE("%a, %d %b %Y, %r"), localtime(&t));
/haiku/src/apps/devices/
H A Dpci-header.awk29 print "#\tHeader created on " strftime( "%A, %d %b %Y %H:%M:%S %Z", systime() ) > ofile
H A Dusb-header.awk31 print "#\tHeader created on " strftime( "%A, %d %b %Y %H:%M:%S %Z", systime() ) > ofile
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp193 strftime(buffer, sizeof(buffer), "%X", localtime(&now));
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp128 pos = strftime(header, sizeof(header), "%Y-%m-%d %H:%M:%S ", &when);
/haiku/src/tests/kits/net/service/
H A DCookieTest.cpp51 strftime(buffer, sizeof(buffer),
56 strftime(buffer, sizeof(buffer),
63 strftime(buffer, sizeof(buffer),
291 strftime(buffer, sizeof(buffer),
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp162 // strftime starts weekday count at 0 for Sunday,
177 = strftime(expirationString, kTimetToStringMaxLength, formatString, &expirationTm);
/haiku/src/system/libroot/posix/musl/time/
H A Dstrftime.c280 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) function
/haiku/src/kits/interface/
H A DAboutWindow.cpp477 strftime(currentYear, 5, "%Y", localtime(&tp));
/haiku/src/kits/support/
H A DDateTime.cpp966 strftime(buffer, sizeof(buffer), "%a", &tm_struct);
997 strftime(buffer, sizeof(buffer), "%b", &tm_struct);
/haiku/src/bin/network/telnetd/
H A Dutility.c466 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));
/haiku/src/kits/mail/
H A DMailMessage.cpp762 size_t length = strftime(date, sizeof(date),
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c655 (void) strftime( nowbuf, sizeof(nowbuf), rfc1123fmt, gmtime( &now ) );
656 (void) strftime( modbuf, sizeof(modbuf), rfc1123fmt, gmtime( &mod ) );
701 (void) strftime(
4002 (void) strftime( date_nozone, sizeof(date_nozone), cernfmt_nozone, t );
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1443 #define strftime fssh_strftime macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2498 void strftime() {} function
H A Dlibroot_stubs_legacy.c2490 void strftime() {} function
/haiku/src/kits/tracker/
H A DFindPanel.cpp402 strftime(namebuf, 32, " - %b %d, %I:%M:%S %p", &timeData);

Completed in 717 milliseconds

12