OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TM_ZONE
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/time/
strptime.c
142
#ifdef
TM_ZONE
144
tm->
TM_ZONE
= NULL; /* XXX */
503
#ifdef
TM_ZONE
504
tm->
TM_ZONE
= utc;
532
#ifdef
TM_ZONE
533
tm->
TM_ZONE
= NULL; /* XXX */
543
#ifdef
TM_ZONE
544
tm->
TM_ZONE
= NULL; /* XXX */
562
#ifdef
TM_ZONE
563
tm->
TM_ZONE
= __UNCONST(nast[i])
[
all
...]
strftime.c
63
#undef
TM_ZONE
629
#ifdef
TM_ZONE
630
pt = _add(t->
TM_ZONE
, pt, ptlim);
726
# ifdef
TM_ZONE
727
negative = t->
TM_ZONE
[0] == '-';
zdump.c
27
# ifdef
TM_ZONE
185
/* Platforms with
TM_ZONE
don't need tzname, so they can use the
188
#if defined
TM_ZONE
&& HAVE_LOCALTIME_RZ
196
# if !defined
TM_ZONE
|| ! HAVE_LOCALTIME_R || ! HAVE_TZSET
724
caller already did that. On platforms without
TM_ZONE
,
1152
#ifdef
TM_ZONE
1153
return tmp->
TM_ZONE
;
private.h
10
#define
TM_ZONE
tm_zone
56
/* Enable tm_gmtoff,
tm_zone
, and environ on GNUish systems. */
913
/* Infer
TM_ZONE
on systems where this information is known, but suppress
923
# if !defined
TM_ZONE
&& !defined NO_TM_ZONE
924
# define
TM_ZONE
tm_zone
localtime.c
476
** 5. They might reference tm.
TM_ZONE
after calling offtime.
492
#if !USE_TIMEX_T || defined
TM_ZONE
|| !defined TM_GMTOFF
2342
# ifdef
TM_ZONE
2343
result->
TM_ZONE
= UNCONST(&sp->chars[ttisp->tt_desigidx]);
2406
#ifdef
TM_ZONE
2413
result->
TM_ZONE
= UNCONST(offset ? wildabbr
2415
#endif /* defined
TM_ZONE
*/
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026