Searched refs:localPtr (Results 1 – 1 of 1) sorted by relevance
2422 struct tm* localPtr = NULL; in TCGetFileModTime() local2440 localPtr = localtime( &statBuff.st_mtime ); in TCGetFileModTime()2441 *modTmPtr = *localPtr; in TCGetFileModTime()2452 struct tm* localPtr = NULL; in TCGetTime() local2457 localPtr = localtime( &tm ); in TCGetTime()2459 *tmPtr = *localPtr; in TCGetTime()