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

/system/core/libcutils/
H A Dtztime.c183 static struct tm * gmtsub P((const time_t * timep, long offset,
1194 return gmtsub(timep, offset, tmp);
1304 ** gmtsub is to gmtime as localsub is to localtime.
1308 gmtsub(timep, offset, tmp) function
1352 return gmtsub(timep, 0L, &tm);
1367 return gmtsub(timep, 0L, tmp);
1380 return gmtsub(timep, offset, &tm);

Completed in 34 milliseconds