timestamp          82 anacron/lock.c     char timestamp[9];
timestamp          89 anacron/lock.c     b = read(jr->timestamp_fd, timestamp, 8);
timestamp          91 anacron/lock.c     timestamp[8] = 0;
timestamp         100 anacron/lock.c 	if (sscanf(timestamp, "%4d%2d%2d", &ts_year, &ts_month, &ts_day) == 3)