Searched refs:__strftimelike (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ |
D | time.h | 243 …(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull __tm) __strftimelike(2); 248 …ar* _Nonnull __fmt, struct tm* _Nonnull __tm, locale_t _Nonnull __l) __strftimelike(2) __INTRODUCE… 256 … __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nullable __tm) __strftimelike(3); 261 …st char* _Nonnull __fmt, const struct tm* _Nullable __tm, locale_t _Nonnull __l) __strftimelike(3);
|
/bionic/libc/include/sys/ |
D | cdefs.h | 110 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0))) macro
|