OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tt_isdst
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/time/
localtime.c
225
bool
tt_isdst
; /* used to set tm_isdst */
member in struct:ttinfo
367
s->
tt_isdst
= isdst;
437
if (ttisp->
tt_isdst
== isdst)
454
if (ttisp->
tt_isdst
== isdst) {
469
tzname[ttisp->
tt_isdst
] = UNCONST(&sp->chars[ttisp->tt_desigidx]);
472
if (!ttisp->
tt_isdst
)
476
if (ttisp->
tt_isdst
)
489
int this_bit = 1 << ttisp->
tt_isdst
;
774
ttisp->
tt_isdst
= isdst;
1445
if (!sp->ttis[j].
tt_isdst
) {
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025