Searched defs:strftime (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dstrftime.c141 /* Just call strftime, as only the C locale is supported. */
142 return strftime(s, maxsize, format, t);
149 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) function
161 fprintf(stderr, "NULL strftime format ");
162 else fprintf(stderr, "strftime format \"%s\" ",
300 ** strftime version 3.0. That is, "%k" and
320 ** strftime version 3.0. That is, "%k" and
383 ** From Arnold Robbins' strftime version 3.0:
396 ** From Arnold Robbins' strftime version 3.0: "the week number of the
484 ** From Arnold Robbins' strftime versio
[all...]

Completed in 1584 milliseconds