Home | History | Annotate | Download | only in libsensors_iio

Lines Matching full:sscanf

253                count = sscanf(buf, "%d", &mAccelScale);
2397 count = sscanf(raw_buf, "%ld%lld", &raw, &timestamp);
2430 count = sscanf(raw_buf, "%hd", &raw);
2458 count = sscanf(buf, "%[^','],%[^','],%[^',']", x, y, z);