Searched refs:_msgT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/gencat/
H A Dgencat.c89 struct _msgT { struct
92 LIST_ENTRY(_msgT) entries;
97 LIST_HEAD(msghead, _msgT) msghead;
489 struct _msgT *msg;
621 struct _msgT *p, *q;
642 p = xmalloc(sizeof(struct _msgT));
643 memset(p, '\0', sizeof(struct _msgT));
660 struct _msgT *msg;
682 struct _msgT *msg;

Completed in 45 milliseconds