OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mktimegm
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
cutils.c
100
time_t
mktimegm
(struct tm *tm)
function
qemu-common.h
163
time_t
mktimegm
(struct tm *tm);
vl-android.c
617
seconds =
mktimegm
(tm);
621
seconds =
mktimegm
(tm) + rtc_date_offset;
[
all
...]
vl.c
400
seconds =
mktimegm
(tm);
404
seconds =
mktimegm
(tm) + rtc_date_offset;
[
all
...]
Completed in 43 milliseconds