Lines Matching defs:strftime
123 /* Just call strftime, as only the C locale is supported. */
124 return strftime(s, maxsize, format, t);
129 strftime(char *restrict s, size_t maxsize, char const *restrict format,
145 fprintf(stderr, "strftime format \"%s\" ", format);
265 ** strftime version 3.0. That is, "%k" and
285 ** strftime version 3.0. That is, "%k" and
339 than strftime failing. */
363 ** From Arnold Robbins' strftime version 3.0:
376 ** From Arnold Robbins' strftime version 3.0: "the week number of the
464 ** From Arnold Robbins' strftime version 3.0:
540 ** see GNU C strftime for details.