Lines Matching refs:sscanf
49 // This macro provides a platform independent use of sscanf. The reason for
50 // SScanF not being implemented in a platform independent way through
53 #define SScanF sscanf // NOLINT
151 return SScanF(desc, "%i", value) == 1;
235 // Use sscanf to parse the individual parts of the command line. At the
237 int args = SScanF(line,