bsplitchar
static char *bsplitchar = "\t\n"; /* characters that separate fields */
char **bsplitchar = _get_bsplitchar(&key);
#define bsplitchar (*bsplitchar)
bsplitchar = buf;
buf = strpbrk(buf, bsplitchar);