Lines Matching refs:sscanf
58 // This macro provides a platform independent use of sscanf. The reason for
59 // SScanF not being implemented in a platform independent was through
62 #define SScanF sscanf // NOLINT
160 return SScanF(desc, "%i", value) == 1;
279 // Use sscanf to parse the individual parts of the command line. At the
281 int args = SScanF(line,