length
#define length (8 + 10) /* 10 digits is enough for a 32 bit line num */
#define length buf.len
#undef length
#define length(str) (strlen((str)) + 1)
length(int num)
length(u_char *pos, const u_char *bufend, u_char *line, u_char *lineend,