Searched refs:timep (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 150 static struct tm * gmtsub(const time_t * timep, long offset, 152 static struct tm * localsub(const time_t * timep, long offset, 174 static struct tm * timesub(const time_t * timep, long offset, 1232 localsub(timep, offset, tmp) in localsub() argument 1233 const time_t * const timep; in localsub() 1241 const time_t t = *timep; 1246 return gmtsub(timep, offset, tmp); 1324 localtime(timep) in localtime() argument 1325 const time_t * const timep; in localtime() 1328 return localsub(timep, 0L, &tm); [all …]
|
D | zic.c | 171 const char * dayp, const char * timep); 1387 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument 1394 const char * const timep; 1408 dp = ecpyalloc(timep);
|
/external/webkit/Source/WebCore/loader/ |
D | FTPDirectoryParser.cpp | 63 static struct tm *gmtimeQt(const time_t *const timep, struct tm *result) in gmtimeQt() argument 65 const QDateTime dt(QDateTime::fromTime_t(*timep)); in gmtimeQt()
|