ALTHOME
(void) sprintf(fname, "%s/%s", (i == 0 ) ? HOME : ALTHOME, tag);
if (snprintf(buf, sizeof (buf), "%s/%s", ALTHOME, tag) >= sizeof (buf))