Searched refs:__strftimelike (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ |
D | time.h | 77 char* strptime(const char* __s, const char* __fmt, struct tm* __tm) __strftimelike(2); 78 char* strptime_l(const char* __s, const char* __fmt, struct tm* __tm, locale_t __l) __strftimelike(… 80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3… 82 … size_t __n, const char* __fmt, const struct tm* __tm, locale_t __l) __strftimelike(3) __INTRODUCE…
|
/bionic/libc/include/sys/ |
D | cdefs.h | 99 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0))) macro
|