Searched defs:strftime (Results 1 – 8 of 8) sorted by relevance
| /third_party/gstreamer/gstplugins_base/ext/pango/ |
| D | gstclockoverlay.h | 74 #define strftime my_strftime macro
|
| /third_party/musl/porting/liteos_m/kernel/src/time/ |
| D | strftime.c | 276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime() function
|
| /third_party/musl/src/time/ |
| D | strftime.c | 276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime() function
|
| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| D | strftime.c | 276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime() function
|
| /third_party/boost/boost/locale/ |
| D | formatting.hpp | 43 strftime = 7, enumerator 347 inline std::ios_base & strftime(std::ios_base & ios) in strftime() function
|
| /third_party/python/Lib/ |
| D | datetime.py | 954 def strftime(self, fmt): member in date 1444 def strftime(self, fmt): member in time
|
| /third_party/python/Lib/test/ |
| D | datetimetester.py | 1483 def strftime(self, format_spec): member in TestDate.test_format.B 2053 def strftime(self, format_spec): member in TestDateTime.test_format.B 3276 def strftime(self, format_spec): member in TestTime.test_format.B
|
| /third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
| D | pthread.h | 658 #define strftime(...) (pthread_testcancel(), strftime(__VA_ARGS__)) macro
|