Home
last modified time | relevance | path

Searched refs:tsplist (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/timed/timed/
HDreadmsg.c53 static struct tsplist { struct
57 struct tsplist *p; argument
76 static struct tsplist *head = &msgslist; in readmsg()
77 static struct tsplist *tail = &msgslist; in readmsg()
79 struct tsplist *prev; in readmsg()
81 register struct tsplist *ptr; in readmsg()
324 tail->p = (struct tsplist *) in readmsg()
325 malloc(sizeof(struct tsplist)); in readmsg()