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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 43 #undef localtime macro
57 using std::localtime;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 43 #undef localtime macro
57 using std::localtime;
  /src/external/gpl2/xcvs/dist/lib/
gettimeofday.c 2 static buffer that localtime uses for it's return value. The gettimeofday
34 #undef localtime macro
54 /* This is a wrapper for localtime. It is used only on systems for which
55 gettimeofday clobbers the static buffer used for localtime's result.
58 localtime uses for its result. */
63 struct tm *tm = localtime (timep);
71 /* Same as above, since gmtime and localtime use the same buffer. */
84 gettimeofday clobbers the static buffer used for localtime's result.
86 Save and restore the contents of the buffer used for localtime's result
98 localtime_buffer_addr = localtime (&t)
    [all...]
  /src/lib/libc/time/
private.h 692 /* If standard C identifiers with external linkage (e.g., localtime)
730 # undef localtime macro
731 # define localtime tz_localtime macro
817 struct tm *localtime(time_t const *);
1062 tz_private_timeoff should be used only by localtime.c and strftime.c. */
1139 /* How many years to generate (in zic.c) or search through (in localtime.c).
1148 Two years is not overkill for localtime.c, as a one-year bump
localtime.c 1 /* $NetBSD: localtime.c,v 1.153 2026/03/12 13:30:50 christos Exp $ */
13 static char elsieid[] = "@(#)localtime.c 8.17";
15 __RCSID("$NetBSD: localtime.c,v 1.153 2026/03/12 13:30:50 christos Exp $");
273 (as circa 2025 FreeBSD builds its localtime.c with -DDETECT_TZ_CHANGES),
660 ** ctime, gmtime, localtime] return values in one of two static
2178 ** The easy way to behave "as if no library function calls" localtime
2350 localtime(const time_t *timep) function
2366 ** gmtsub is to gmtime as localsub is to localtime.
2467 to localtime tm_sec because of leap seconds. */
2493 for localtime values before 1970 when time_t is unsigned. *
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 20171 int bLocaltimeFault; /* True to fail localtime() calls */
20172 int (*xAltLocaltime)(const void*,void*); /* Alternative localtime() routine */
48504 struct tm *__cdecl localtime(const time_t *t) function
    [all...]

Completed in 100 milliseconds