OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_local
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_win32.c
66
time_t
t_local
, t1, t2;
local
82
t_local
= mktime(&tm);
85
tm1 = localtime(&
t_local
);
88
tm1 = gmtime(&
t_local
);
97
*t = (os_time_t)
t_local
- tz_offset;
os_unix.c
129
time_t
t_local
, t1, t2;
local
145
t_local
= mktime(&tm);
148
tm1 = localtime(&
t_local
);
151
tm1 = gmtime(&
t_local
);
160
*t = (os_time_t)
t_local
- tz_offset;
Completed in 51 milliseconds