Searched refs:localsub (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c185 static struct tm * localsub P((const time_t * timep, long offset,
1172 ** is to not call it--so we drop its guts into "localsub", which can be
1181 localsub(timep, offset, tmp, sp) function
1221 result = localsub(&newt, offset, tmp, sp);
1282 return localsub(timep, 0L, &tm);
1300 localsub(timep, 0L, tmp, &st);
1304 ** gmtsub is to gmtime as localsub is to localtime.
1949 return time1(tmp, localsub, 0L, &st);

Completed in 204 milliseconds