OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_local
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_win32.c
54
time_t
t_local
, t1, t2;
local
70
t_local
= mktime(&tm);
73
tm1 = localtime(&
t_local
);
76
tm1 = gmtime(&
t_local
);
85
*t = (os_time_t)
t_local
- tz_offset;
os_unix.c
67
time_t
t_local
, t1, t2;
local
83
t_local
= mktime(&tm);
86
tm1 = localtime(&
t_local
);
89
tm1 = gmtime(&
t_local
);
98
*t = (os_time_t)
t_local
- tz_offset;
Completed in 37 milliseconds