OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lotm
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zdump.c
727
struct tm
lotm
;
local in function:hunt
734
bool lotm_ok = my_localtime_rz(tz, &lot, &
lotm
) != NULL;
736
char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &
lotm
) : NULL;
748
|| (ab && tm.tm_isdst ==
lotm
.tm_isdst
749
&& delta(&tm, &
lotm
) == t - lot
753
lotm
= tm;
zdump.c
727
struct tm
lotm
;
local in function:hunt
734
bool lotm_ok = my_localtime_rz(tz, &lot, &
lotm
) != NULL;
736
char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &
lotm
) : NULL;
748
|| (ab && tm.tm_isdst ==
lotm
.tm_isdst
749
&& delta(&tm, &
lotm
) == t - lot
753
lotm
= tm;
Completed in 251 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025