Home
last modified time | relevance | path

Searched refs:systime (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/compat/
Dtzdate.c34 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int…
36 void printTime(char* systime, char* icutime);
39 char systime[SIZE]; in main() local
63 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); in main()
67 if (strcmp(systime, icutime) != 0) { in main()
69 printTime(systime, icutime); in main()
111 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int… in getSystemCurrentTime() argument
132 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); in getSystemCurrentTime()
137 void printTime(char* systime, char* icutime) { in printTime() argument
138 printf("System Time: %s\n", systime); in printTime()
/third_party/mksh/
Djobs.c95 struct timeval systime; /* system time used by job */ member
498 timerclear(&j->systime);
1256 j_systime = j->systime;
1397 timeradd(&j->systime, &ru1.ru_stime, &j->systime);
1398 timersub(&j->systime, &ru0.ru_stime, &j->systime);
Dfuncs.c2390 struct timeval usrtime, systime, tv0, tv1; in timex() local
2419 timeradd(&ru0.ru_stime, &cru0.ru_stime, &systime); in timex()
2423 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex()
2424 timeradd(&systime, &j_systime, &systime); in timex()
2443 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()
2446 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
/third_party/openssl/apps/lib/
Dapps.c2710 SYSTEMTIME systime; in app_tminterval() local
2717 GetSystemTime(&systime); in app_tminterval()
2718 SystemTimeToFileTime(&systime, &now); in app_tminterval()
/third_party/node/deps/openssl/openssl/apps/lib/
Dapps.c2717 SYSTEMTIME systime; in app_tminterval() local
2724 GetSystemTime(&systime); in app_tminterval()
2725 SystemTimeToFileTime(&systime, &now); in app_tminterval()
/third_party/NuttX/
DReleaseNotes33883 * [#8635](https://github.com/apache/nuttx/pull/8635) drivers: note: correct systime with perf count