Searched refs:my_time (Results 1 – 4 of 4) sorted by relevance
32 *my_time; in GetMagickUTCtime()34 my_time=gmtime(timep); in GetMagickUTCtime()35 if (my_time != (struct tm *) NULL) in GetMagickUTCtime()36 (void) memcpy(result,my_time,sizeof(*my_time)); in GetMagickUTCtime()48 *my_time; in GetMagickLocaltime()50 my_time=localtime(timep); in GetMagickLocaltime()51 if (my_time != (struct tm *) NULL) in GetMagickLocaltime()52 (void) memcpy(result,my_time,sizeof(*my_time)); in GetMagickLocaltime()
68 def TimeToVersionChromeOS(self, my_time): argument71 des_time = float(my_time)78 my_time, MANIFEST_VERSION_MAIN_BRANCH)117 def TimeToVersion(self, my_time): argument120 des_time = float(my_time)127 my_time, MANIFEST_VERSION_MAIN_BRANCH)
166 time_t my_time; in pMsg() local178 time(&my_time); in pMsg()179 pstruct_time = localtime(&my_time); in pMsg()
295 time_t my_time = time(nullptr); in PrintLog() local298 printf("Timestamp: %s\n\n", ctime(&my_time)); in PrintLog()