Searched refs:localPtr (Results 1 – 1 of 1) sorted by relevance
2427 struct tm* localPtr = NULL; in TCGetFileModTime() local2445 localPtr = localtime( &statBuff.st_mtime ); in TCGetFileModTime()2446 *modTmPtr = *localPtr; in TCGetFileModTime()2457 struct tm* localPtr = NULL; in TCGetTime() local2462 localPtr = localtime( &tm ); in TCGetTime()2464 *tmPtr = *localPtr; in TCGetTime()