Home | History | Annotate | Download | only in mips

Lines Matching refs:SScanF

65 // This macro provides a platform independent use of sscanf. The reason for
66 // SScanF not being implemented in a platform independent was through
69 #define SScanF sscanf // NOLINT
232 return SScanF(desc, "%x", reinterpret_cast<uint32_t*>(value)) == 1;
234 return SScanF(desc, "%i", value) == 1;
397 // Use sscanf to parse the individual parts of the command line. At the
399 int argc = SScanF(line,