Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:my_time

1213       *my_time;
1215 my_time=localtime(&time);
1216 if (my_time != (struct tm *) NULL)
1217 (void) memcpy(&local_time,my_time,sizeof(local_time));
1225 *my_time;
1227 my_time=gmtime(&time);
1228 if (my_time != (struct tm *) NULL)
1229 (void) memcpy(&gm_time,my_time,sizeof(gm_time));