Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:sscanf

224 #define sscanf std::sscanf
1794 // sscanf, as this can cause hard to debug crashes on OS X. See here for more
1804 count = sscanf(buffer, format, &value);
1807 count = sscanf(buffer.c_str(), format, &value);