strbd
dd->fname = strbd(bs, us, ls, NULL);
dd->sname = strbd(sn, NULL);
dd->product = strbd(prod, NULL);
dd->product = strbd("unknown", NULL);
static char * strbd PROTO((char *, ...));
dd->fname = strbd(bs, us, ls, NULL);
dd->sname = strbd(sn, NULL);
dd->product = strbd(prod, NULL);
dd->product = strbd("unknown", NULL);
static char * strbd PROTO((char *, ...));