IFDESCRSIZE
char if_descr[IFDESCRSIZE];
char ifdescr[IFDESCRSIZE];
char ifdescr[IFDESCRSIZE];
strlcpy(wg_peer->p_description, descr, IFDESCRSIZE);
strlcpy(wg_peer->p_description, "", IFDESCRSIZE);
char ifdescrbuf[IFDESCRSIZE];
IFDESCRSIZE, &bytesdone);
(void)memset(ifp->if_description, 0, IFDESCRSIZE);
strlcpy(ifp->if_description, ifdescrbuf, IFDESCRSIZE);
char ifdescrbuf[IFDESCRSIZE];
strlcpy(ifdescrbuf, ifp->if_description, IFDESCRSIZE);
error = copyoutstr(ifdescrbuf, ifr->ifr_data, IFDESCRSIZE,
(void)memset(pxi->pxi_if.if_description, 0, IFDESCRSIZE);
strlcpy(pxi->pxi_if.if_description, req->pdr_descr, IFDESCRSIZE);
char if_description[IFDESCRSIZE]; /* [c] interface description */
char p_description[IFDESCRSIZE];
IFDESCRSIZE);
strlcpy(peer_o.p_description, peer->p_description, IFDESCRSIZE);
strlcpy(peer->p_description, "", IFDESCRSIZE);
char p_description[IFDESCRSIZE];
char pdr_descr[IFDESCRSIZE]; /* description */
char ifdescr[IFDESCRSIZE];
char ifs_description[IFDESCRSIZE];