HomeSort by relevance Sort by last modified time
    Searched refs:systime (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/compat/
tzdate.c 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
34 void printTime(char* systime, char* icutime);
37 char systime[SIZE]; local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
65 if (strcmp(systime, icutime) != 0) {
67 printTime(systime, icutime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) {
130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts);
135 void printTime(char* systime, char* icutime) {
136 printf("System Time: %s\n", systime);
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 83 FPDF_SYSTEMTIME systime = m_pInfo->FFI_GetLocalTime(m_pInfo); local
84 fxtime.wDay = systime.wDay;
85 fxtime.wDayOfWeek = systime.wDayOfWeek;
86 fxtime.wHour = systime.wHour;
87 fxtime.wMilliseconds = systime.wMilliseconds;
88 fxtime.wMinute = systime.wMinute;
89 fxtime.wMonth = systime.wMonth;
90 fxtime.wSecond = systime.wSecond;
91 fxtime.wYear = systime.wYear;
  /external/mksh/src/
jobs.c 81 struct timeval systime; /* system time used by job */ member in struct:job
487 timerclear(&j->systime);
1239 j_systime = j->systime;
    [all...]
funcs.c 2564 struct timeval usrtime, systime, tv0, tv1; local
    [all...]
  /external/libusb/libusb/
io.c 1700 struct timeval systime; local
    [all...]

Completed in 282 milliseconds