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

  /external/chromium/third_party/icu/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/icu4c/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/openssl/crypto/
o_time.c 159 unsigned long systime[2];
163 lib$cvt_vectim(epoch_values, systime);
165 printf("%u %u", systime[0], systime[1]);
170 unsigned long systime[2]; local
190 status = lib$add_times(unix_epoch, deltatime, systime);
193 status = sys$numtim(&time_values, systime);
205 &result->tm_wday, systime);
210 &result->tm_yday, systime);
  /external/openssl/apps/
apps.c 2777 SYSTEMTIME systime; local
    [all...]

Completed in 537 milliseconds