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

/bionic/libc/tzcode/
H A Dstrftime.c135 strftime(char * const s, const size_t maxsize, const char *const format, function
151 (void) fprintf(stderr, "NULL strftime format ");
152 else (void) fprintf(stderr, "strftime format \"%s\" ",
306 ** strftime version 3.0. That is, "%k" and
329 ** strftime version 3.0. That is, "%k" and
410 ** From Arnold Robbins' strftime version 3.0:
422 ** From Arnold Robbins' strftime version 3.0: "the week number of the
509 ** From Arnold Robbins' strftime version 3.0:
586 ** see GNU C strftime for details.

Completed in 82 milliseconds