Home
last modified time | relevance | path

Searched refs:__strftimelike (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dtime.h243 …(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/
Dcdefs.h110 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0))) macro