make_bucket
extern bucket *make_bucket(char *);
bp = make_bucket(cache);
*bpp = bp = make_bucket(name);
bp = make_bucket("error");