Format: AllC/C++CSSTextshell script Advanced Search
68: 69: vsnprintf(buf, sizeof(buf), format, ap); 70: buf[sizeof(buf) - 1] = '\0';