BUF 206 usr/lib/libc/stdio/vfprintf.c char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */ BUF 466 usr/lib/libc/stdio/vfprintf.c cp = buf + BUF; BUF 470 usr/lib/libc/stdio/vfprintf.c size = buf + BUF - cp; BUF 101 usr/lib/libc/stdio/vfscanf.c char buf[BUF]; /* buffer for numeric conversions */