Lines Matching full:char
43 extern char *strtotimeval(const char *str, struct timeval *tv);
57 const char *tm_zone; /* Timezone abbreviation. */
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
79 extern char* strptime(const char *buf, const char *fmt, struct tm *tm);
80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);
84 const char * mon[12];
85 const char * month[12];
86 const char * standalone_month[12];
87 const char * wday[7];
88 const char * weekday[7];
89 const char * X_fmt;
90 const char * x_fmt;
91 const char * c_fmt;
92 const char * am;
93 const char * pm;
94 const char * date_fmt;
97 extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc);
100 extern char *ctime(const time_t *timep);
101 extern char *ctime_r(const time_t *timep, char *buf);
106 extern char* tzname[];