Cat
Cat(s, "");
Cat(path, s);
Cat(tilde, s);
Cat(s, ""); /* "nonomatch" is set */
Cat(path, "");
Cat(tilde, tpathp);
Cat(path, dp->d_name);
Cat(tilde, tpathp);
Cat(path, "");
Cat(tilde, tpathp);
static void Cat(const char *, const char *);