OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_tm
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
svr-session.c
184
struct tm *
local_tm
= NULL;
local
186
local_tm
= localtime(×ec);
187
if (
local_tm
== NULL
/bionic/libc/bionic/
time64.c
648
struct TM *localtime64_r (const Time64_T *time, struct TM *
local_tm
)
656
assert(
local_tm
!= NULL);
666
copy_tm_to_TM(&safe_date,
local_tm
);
667
assert(check_tm(
local_tm
));
669
return
local_tm
;
693
copy_tm_to_TM(&safe_date,
local_tm
);
695
local_tm
->tm_year = orig_year;
696
if(
local_tm
->tm_year != orig_year ) {
698
(Year)
local_tm
->tm_year, (Year)orig_year);
707
month_diff =
local_tm
->tm_mon - gm_tm.tm_mon
[
all
...]
/external/chromium_org/third_party/libxslt/libxslt/
extra.c
180
struct tm *
local_tm
;
local
240
local_tm
= localtime(&gmt);
252
local_tm
= localtime(&lmt);
255
* Now convert
local_tm
back into a string. This doesn't introduce
259
str = asctime(
local_tm
); /* "Tue Jun 26 05:02:16 2001" */
/external/libxslt/libxslt/
extra.c
180
struct tm *
local_tm
;
local
240
local_tm
= localtime(&gmt);
252
local_tm
= localtime(&lmt);
255
* Now convert
local_tm
back into a string. This doesn't introduce
259
str = asctime(
local_tm
); /* "Tue Jun 26 05:02:16 2001" */
Completed in 138 milliseconds