Lines Matching full:sscanf
145 assert(3 == sscanf(&linebuf[1], " %d %x %d\n", 162 assert(1 == sscanf(&linebuf[2 + 3*i], "%x", &u));