Home | History | Annotate | Download | only in timed

Lines Matching defs:newdate

76 	char newdate[32];
256 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
261 msg->tsp_name, newdate);
334 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
335 schgdate(msg, newdate);
342 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
352 htp->name, newdate);
356 schgdate(msg, newdate);
623 schgdate(struct tsp *msg, char *newdate)
638 msg->tsp_name, newdate);