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

  /src/lib/libc/time/
private.h 653 /* If standard C identifiers with external linkage (e.g., localtime)
691 # undef localtime
692 # define localtime tz_localtime macro
776 struct tm *localtime(time_t const *);
994 tz_private_timeoff should be used only by localtime.c and strftime.c. */
1067 /* How many years to generate (in zic.c) or search through (in localtime.c).
1076 Two years is not overkill for localtime.c, as a one-year bump
Makefile 52 # to get a list of the values you can use for LOCALTIME.
54 LOCALTIME= Factory
90 # /stage/etc/localtime instead of to /etc/localtime). Files under
103 TZDEFAULT = $(TOPDIR)/etc/localtime
265 # with external linkage, e.g., applications cannot define 'localtime'.
274 # -DTHREAD_SAFE to make localtime.c thread-safe, as POSIX requires;
417 # If you want to allocate state structures in localtime, add
578 TZDOBJS= zdump.o localtime.o strftime.o
579 DATEOBJS= date.o localtime.o strftime.
    [all...]
localtime.c 1 /* $NetBSD: localtime.c,v 1.147 2025/01/31 22:08:18 christos Exp $ */
13 static char elsieid[] = "@(#)localtime.c 8.17";
15 __RCSID("$NetBSD: localtime.c,v 1.147 2025/01/31 22:08:18 christos Exp $");
321 ** ctime, gmtime, localtime] return values in one of two static
1678 ** The easy way to behave "as if no library function calls" localtime
1819 localtime(const time_t *timep) function in typeref:struct:tm *
1835 ** gmtsub is to gmtime as localsub is to localtime.
1939 to localtime tm_sec because of leap seconds. */
1965 for localtime values before 1970 when time_t is unsigned. */
2025 /* Use "... ??:??:60" at the end of the localtime minute containin
    [all...]

Completed in 14 milliseconds