HomeSort by: relevance | last modified time | path
    Searched defs:LocalTime (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 138 static struct tm LocalTime;
140 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \
155 LocalTime = *localtime( &Time );
182 save_year = LocalTime.tm_year; /* save current year */
185 LocalTime.tm_year = year - 1900;
207 LocalTime.tm_year = year - 1900; /* everything > limit */
217 LocalTime.tm_year = save_year;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 451 uint64_t LocalTime =
456 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime;
457 CumulativeTreeTime += LocalTime;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 297 struct tm LocalTime;
317 localtime_r(&Time, &LocalTime);
318 strftime(TimeBuffer, sizeof(TimeBuffer), "%Y%m%d", &LocalTime);
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 1028 (long int)(l_abs(offset) % 1000000), asctime(localtime(&reftime)));
1276 struct tm LocalTime;
1279 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \
1285 LocalTime = *localtime( &Time );

Completed in 32 milliseconds