HomeSort by: relevance | last modified time | path
    Searched defs:strftime (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
strftime.c 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" an
789 strftime(char *restrict s, size_t maxsize, char const *restrict format, function in typeref:typename:size_t
    [all...]
private.h 707 # undef strftime
708 # define strftime tz_strftime macro
768 size_t strftime(char *restrict, size_t, char const *restrict,
993 /* strftime.c sometimes needs access to timeoff if it is not already public.
994 tz_private_timeoff should be used only by localtime.c and strftime.c. */
Makefile 216 # -DDEPRECATE_TWO_DIGIT_YEARS for optional runtime warnings about strftime
429 # to the end of the "CFLAGS=" line. This causes "strftime" to always return
578 TZDOBJS= zdump.o localtime.o strftime.o
579 DATEOBJS= date.o localtime.o strftime.o
580 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
581 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
620 strftime.c tzfile.h zdump.c zic.c
638 private.h southamerica strftime.c theory.html \
1363 strftime.o: localtime.c private.h tzdir.h tzfile.h

Completed in 35 milliseconds