Home | History | Annotate | Download | only in tzcode

Lines Matching defs:strftime

141   /* 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)
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 version 3.0:
575 ** see GNU C strftime for details.