OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tz_offset
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_win32.c
55
os_time_t
tz_offset
;
local
79
tz_offset
= t2 - t1;
81
tz_offset
= 0;
83
tz_offset
= 0;
85
*t = (os_time_t) t_local -
tz_offset
;
os_unix.c
68
os_time_t
tz_offset
;
local
92
tz_offset
= t2 - t1;
94
tz_offset
= 0;
96
tz_offset
= 0;
98
*t = (os_time_t) t_local -
tz_offset
;
/external/openssl/ssl/
kssl.c
2011
time_t now, tl, tg, tr,
tz_offset
;
local
[
all
...]
Completed in 385 milliseconds