strcanon
(void) strcanon(unc->unc_buf, "/");
(void) strcanon(account, "\\");
bp = strcanon(si->buf, " \t");
(void) strcanon(realpath, "/\\");
(void) strcanon(cmd, " ");
(void) strcanon(buf, "/\\");
(void) strcanon(excludestr, ",");
(void) strcanon(usepath, "/");
(void) strcanon(pn->pn_path, "\\");
char *strcanon(char *, const char *);