OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
695
/* If standard C identifiers with external linkage (e.g.,
localtime
)
733
# undef
localtime
macro
734
# define
localtime
tz_localtime
macro
820
struct tm *
localtime
(time_t const *);
1070
tz_private_timeoff should be used only by
localtime
.c and strftime.c. */
1151
/* How many years to generate (in zic.c) or search through (in
localtime
.c).
1160
Two years is not overkill for
localtime
.c, as a one-year bump
localtime.c
1
/* $NetBSD:
localtime
.c,v 1.155 2026/07/13 18:44:44 christos Exp $ */
13
static char elsieid[] = "@(#)
localtime
.c 8.17";
15
__RCSID("$NetBSD:
localtime
.c,v 1.155 2026/07/13 18:44:44 christos Exp $");
273
(as FreeBSD optionally builds its
localtime
.c with -DDETECT_TZ_CHANGES),
671
** ctime, gmtime,
localtime
] return values in one of two static
2200
** The easy way to behave "as if no library function calls"
localtime
2372
localtime
(const time_t *timep)
function
2388
** gmtsub is to gmtime as localsub is to
localtime
.
2489
to
localtime
tm_sec because of leap seconds. */
2515
for
localtime
values before 1970 when time_t is unsigned. *
[
all
...]
/src/external/public-domain/sqlite/dist/
sqlite3.c
21363
int bLocaltimeFault; /* True to fail
localtime
() calls */
21364
int (*xAltLocaltime)(const void*,void*); /* Alternative
localtime
() routine */
50920
struct tm *__cdecl
localtime
(const time_t *t)
function
[
all
...]
Completed in 96 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026