Lines Matching full:sscanf
2417 if (sscanf(p+1, "%8[0-9]x%8[0-9]", width, height) == 2) {
2421 } else if (sscanf(p+1, "%8[0-9]Cx%8[0-9]C", width, height) == 2) {
2452 if (sscanf(p, "%64[^:]:%32[^,]%n", host, port, &pos) < 2) {
2454 if (sscanf(p, ":%32[^,]%n", port, &pos) < 1)
2470 if (sscanf(p, "%64[^:]:%32[^@,]%n", host, port, &pos) < 2) {
2472 if (sscanf(p, ":%32[^@,]%n", port, &pos) < 1) {
2480 if (sscanf(p, "%64[^:]:%32[^,]%n", host, port, &pos) < 2) {
2482 if (sscanf(p, ":%32[^,]%n", port, &pos) < 1) {
2513 if (sscanf(p, "%d,%d", &fdin, &fdout) != 2) {