OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alttm
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
localtime.c
2342
struct tm
alttm
;
local in function:time2sub
2344
if (funcp(sp, &xaltt, offset, &
alttm
)
2345
&&
alttm
.tm_isdst == mytm.tm_isdst
2346
&&
alttm
.TM_GMTOFF == yourtm.TM_GMTOFF
2347
&& tmcomp(&
alttm
, &yourtm) == 0) {
2349
mytm =
alttm
;
localtime.c
2342
struct tm
alttm
;
local in function:time2sub
2344
if (funcp(sp, &xaltt, offset, &
alttm
)
2345
&&
alttm
.tm_isdst == mytm.tm_isdst
2346
&&
alttm
.TM_GMTOFF == yourtm.TM_GMTOFF
2347
&& tmcomp(&
alttm
, &yourtm) == 0) {
2349
mytm =
alttm
;
Completed in 24 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025