Lines Matching defs:strftime
1 /* $NetBSD: strftime.c,v 1.57 2025/01/23 22:44:22 christos Exp $ */
35 static char elsieid[] = "@(#)strftime.c 7.64";
36 static char elsieid[] = "@(#)strftime.c 8.3";
38 __RCSID("$NetBSD: strftime.c,v 1.57 2025/01/23 22:44:22 christos Exp $");
58 ** We don't use these extensions in strftime operation even when
196 /* Just call strftime, as only the C locale is supported. */
197 return strftime(s, maxsize, format, t);
213 (void) fprintf(stderr, "strftime format \"%s\" ", format);
365 ** strftime version 3.0. That is, "%k" and
387 ** strftime version 3.0. That is, "%k" and
481 ** From Arnold Robbins' strftime version 3.0:
494 ** From Arnold Robbins' strftime version 3.0: "the week number of the
584 ** From Arnold Robbins' strftime version 3.0:
673 ** see GNU C strftime for details.
789 strftime(char *restrict s, size_t maxsize, char const *restrict format,