vscnprintf
i = vscnprintf(buf, size, fmt, args);
i = vscnprintf(buf, PAGE_SIZE, fmt, args);
i = vscnprintf(buf + at, PAGE_SIZE - at, fmt, args);