bin/sleep/sleep.c
66
switch (sscanf(arg, "%lf%c%c", &num, &unit, &extra)) {
cddl/usr.sbin/zfsd/case_file.cc
782
&& sscanf(dirEntry->d_name, "pool_%" PRIu64 "_vdev_%" PRIu64 ".case",
cddl/usr.sbin/zfsd/case_file.cc
800
if (sscanf(fileName, "pool_%" PRIu64 "_vdev_%" PRIu64 ".case",
crypto/heimdal/admin/add.c
81
if(sscanf(opt->enctype_string, "%d", &t) == 1)
crypto/heimdal/admin/add.c
93
if(sscanf(buf, "%u", &opt->kvno_integer) != 1)
crypto/heimdal/admin/remove.c
58
if(sscanf(opt->enctype_string, "%d", &t) == 1)
crypto/heimdal/appl/ftp/ftp/cmds.c
2104
sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo,
crypto/heimdal/appl/ftp/ftp/cmds.c
672
if (sscanf(reply_string,
crypto/heimdal/appl/ftp/ftp/ftp.c
1218
if (sscanf (str, "%d,%d,%d,%d,%d,%d",
crypto/heimdal/appl/ftp/ftp/ftp.c
371
sscanf(buf, "%d", &code);
crypto/heimdal/appl/ftp/ftp/ftp.c
375
sscanf(buf, "%d", &code);
crypto/heimdal/appl/ftp/ftp/ftp.c
380
sscanf(buf, "%d", &code);
crypto/heimdal/appl/ftp/ftp/ftp.c
385
sscanf(buf, "%d", &code);
crypto/heimdal/appl/ftp/ftp/security.c
362
sscanf(buf, "%d", &return_code);
crypto/heimdal/appl/ftp/ftp/security.c
662
sscanf(p, "PBSZ=%u", &s);
crypto/heimdal/appl/ftp/ftpd/security.c
362
sscanf(buf, "%d", &return_code);
crypto/heimdal/appl/ftp/ftpd/security.c
662
sscanf(p, "PBSZ=%u", &s);
crypto/heimdal/appl/push/push.c
440
if(sscanf (beg + 4, "%u %u", &count, &bytes) != 2)
crypto/heimdal/kadmin/load.c
123
if (sscanf(s, "%u", u) != 1)
crypto/heimdal/kadmin/load.c
159
if (sscanf(p, "%d", &tmp) != 1)
crypto/heimdal/kadmin/load.c
173
if(sscanf(p, "%d", &tmp) == 1) {
crypto/heimdal/kadmin/load.c
179
if (sscanf(p, "%d", &tmp) != 1)
crypto/heimdal/kadmin/load.c
187
if(sscanf(p + i, "%02x", &tmp) != 1)
crypto/heimdal/kadmin/load.c
196
if(sscanf(p, "%u/", &type) != 1)
crypto/heimdal/kadmin/load.c
220
if (sscanf(p + i, "%02x", &tmp) != 1)
crypto/heimdal/kadmin/load.c
301
if(sscanf(p, "%d", &v) != 1)
crypto/heimdal/kadmin/load.c
305
if(sscanf(p, "%d", &v) != 1)
crypto/heimdal/kadmin/load.c
79
if(sscanf(s, "%04d%02d%02d%02d%02d%02d",
crypto/heimdal/kadmin/server.c
493
if(sscanf(appl_version, "KADM0.%u", &minor) != 1)
crypto/heimdal/kcm/client.c
164
int matches = sscanf(name,"%ld:",&uid);
crypto/heimdal/kcm/client.c
166
matches = sscanf(name,"%ld",&uid);
crypto/heimdal/kcm/config.c
307
if (sscanf(system_perms, "%o", &mode) != 1)
crypto/heimdal/kdc/connect.c
529
if(sscanf((char *)p + 1, "%2x", &x) != 1)
crypto/heimdal/kdc/mit_dump.c
173
if (sscanf(q, "%d", &major) != 1)
crypto/heimdal/lib/asn1/der_get.c
447
if (sscanf (s, "%04d%02d%02d%02d%02d%02dZ",
crypto/heimdal/lib/asn1/der_get.c
450
if (sscanf (s, "%02d%02d%02d%02d%02d%02dZ",
crypto/heimdal/lib/hdb/hdb-mitdb.c
1008
sscanf(q, "%u", &val);
crypto/heimdal/lib/hdb/hdb-mitdb.c
986
if(sscanf(q, "%02x", &v) != 1)
crypto/heimdal/lib/hdb/hdb-mitdb.c
999
sscanf(q, "%d", &val);
crypto/heimdal/lib/hdb/hdb.c
229
foo = sscanf(version.data, "%u", &ver);
crypto/heimdal/lib/ipc/server.c
773
if(sscanf((char *)p + 1, "%2x", &x) != 1)
crypto/heimdal/lib/kafs/afssys.c
479
if (sscanf (env, "%d", &tmp) == 1) {
crypto/heimdal/lib/kafs/afssys.c
513
if (env != NULL && sscanf (env, "%d%d", &tmp[0], &tmp[1]) == 2)
crypto/heimdal/lib/krb5/log.c
281
n = sscanf(p, "%d%c%d/", &min, &c, &max);
crypto/heimdal/lib/krb5/send_to_kdc.c
246
sscanf (s, "%d", &tmp);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
293
n = sscanf(p, "%d%c%d/", &min, &c, &max);
crypto/heimdal/lib/roken/getarg.c
410
if(sscanf(goptarg + 1, "%d", &tmp) != 1)
crypto/heimdal/lib/roken/getarg.c
447
else if(sscanf(goptarg + 1, "%d", &val) != 1)
crypto/heimdal/lib/roken/getarg.c
455
if(sscanf(goptarg + 1, "%lf", &tmp) != 1)
crypto/heimdal/lib/roken/getarg.c
519
if(sscanf(goptarg, "%d", &tmp) != 1)
crypto/heimdal/lib/roken/getarg.c
530
if(sscanf(goptarg, "%lf", &tmp) != 1)
crypto/heimdal/lib/roken/roken_gethostby.c
94
if(sscanf(p, "%d", port) != 1)
crypto/heimdal/lib/roken/socket_wrapper.c
260
if (sscanf(s, "%u", &iface) == 1) {
crypto/heimdal/lib/roken/socket_wrapper.c
280
if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) {
crypto/heimdal/lib/wind/test-normalize.c
61
if (sscanf(n, "%x", &u) != 1) {
crypto/krb5/src/kadmin/dbutil/dump.c
1077
nread = sscanf(buf, "%127s %u %u %u %u", head, &u[0], &u[1], &u[2], &u[3]);
crypto/krb5/src/lib/kadm5/alt_prof.c
294
if (sscanf(values[idx], "%d", intp) != 1)
crypto/krb5/src/windows/leashdll/lshfunc.c
498
sscanf(principal, "%[/0-9a-zA-Z._-]@%[/0-9a-zA-Z._-]", first_part, second_part);
crypto/krb5/src/windows/leashdll/lshfunc.c
503
if (sscanf(temp, "%[@0-9a-zA-Z._-]/%[@0-9a-zA-Z._-]", first_part, second_part) == 2)
crypto/openssh/auth-rhosts.c
107
switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf,
crypto/openssh/channels.c
5202
if (sscanf(strrchr(display, ':') + 1, "%u",
crypto/openssh/channels.c
5231
if (sscanf(cp + 1, "%u", &display_number) != 1 ||
crypto/openssh/channels.c
5314
if (sscanf(data + 2 * i, "%2x", &value) != 1) {
crypto/openssh/clientloop.c
407
sscanf(line, "%*s %511s %511s", proto, data) == 2)
crypto/openssh/kex.c
1381
if (sscanf(peer_version_string, "SSH-%d.%d-%[^\n]\n",
crypto/openssh/regress/modpipe.c
57
if ((n = sscanf(s, "%16[^:]%*[:]%llu%*[:]%i%*[:]%i",
crypto/openssh/servconf.c
2023
if ((n = sscanf(arg, "%d:%d:%d",
crypto/openssh/servconf.c
2049
switch (n = sscanf(arg, "%d:%d", &value, &value2)) {
crypto/openssh/session.c
923
if (sscanf(var, "%5lo", &mask) == 1)
crypto/openssh/ssh-keyscan.c
540
if (sscanf(buf, "SSH-%d.%d-%[^\n]\n",
crypto/openssh/ssh_api.c
400
if (sscanf(cp, "SSH-%d.%d-%[^\n]\n",
crypto/openssl/apps/errstr.c
68
if (sscanf(*argv, "%lx", &l) <= 0) {
crypto/openssl/apps/s_client.c
2648
if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1)
crypto/openssl/apps/speed.c
4140
&& sscanf(kem_name, "rsa%u%s", &bits, sfx) == 1)
crypto/openssl/apps/speed.c
4339
&& sscanf(sig_name, "rsa%u%s", &bits, sfx) == 1) {
crypto/openssl/crypto/http/http_lib.c
126
if (sscanf(port, "%u", &portnum) <= 0 || portnum > 65535) {
crypto/openssl/crypto/http/http_lib.c
230
if (!ossl_assert(sscanf(port, "%d", &portnum) == 1))
crypto/openssl/crypto/s390xcap.c
42
(sscanf(tok_begin, \
crypto/openssl/crypto/s390xcap.c
477
if ((n = sscanf(tok_begin,
crypto/openssl/crypto/s390xcap.c
483
if (sscanf(tok[i] + off, "%llx", &cap->stfle[i]) != 1)
crypto/openssl/crypto/s390xcap.c
498
else if (sscanf(tok_begin, " %" STR(LEN) "s %" STR(LEN) "s ",
crypto/openssl/crypto/s390xcap.c
50
if (sscanf(tok[0] + off, "%llx", &cap->NAME[0]) != 1) \
crypto/openssl/crypto/s390xcap.c
56
if (sscanf(tok[1] + off, "%llx", &cap->NAME[1]) != 1) \
crypto/openssl/crypto/s390xcap.c
63
(sscanf(tok_begin, \
crypto/openssl/test/danetest.c
315
if (sscanf(line, "%d %d %d %d %d%n",
crypto/openssl/test/http_test.c
296
if (!TEST_int_eq(sscanf(exp_port, "%d", &exp_num), 1))
crypto/openssl/test/testutil/provider.c
215
if (sscanf(p, "%d.%d.%d", &major, &minor, &patch) != 3) {
crypto/openssl/test/testutil/provider.c
89
|| sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3)
crypto/openssl/test/x509_check_cert_pkey_test.c
166
if (!TEST_int_eq(sscanf(num, "%d", &expected), 1))
include/stdio.h
302
int sscanf(const char * __restrict, const char * __restrict, ...);
lib/libbe/be.c
577
if (sscanf(snap, "%d-%d-%d-%d:%d:%d-%d", &year, &month, &day, &hour,
lib/libc/net/ether_addr.c
71
i = sscanf(l, "%x:%x:%x:%x:%x:%x %s", &o[0], &o[1], &o[2], &o[3],
lib/libc/net/ether_addr.c
91
i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5);
lib/libc/net/eui64.c
149
i = sscanf(a, "%x-%x-%x-%x-%x-%x-%x-%x",
lib/libc/net/eui64.c
154
i = sscanf(a, "%x:%x:%x:%x:%x:%x:%x:%x",
lib/libc/net/eui64.c
159
i = sscanf(a, "0x%2x%2x%2x%2x%2x%2x%2x%2x",
lib/libc/net/eui64.c
164
i = sscanf(a, "%x-%x-%x-%x-%x-%x",
lib/libc/net/eui64.c
172
i = sscanf(a, "%x:%x:%x:%x:%x:%x",
lib/libc/quad/TESTS/divrem.c
49
if (sscanf(buf, "%lu:%lu %lu:%lu",
lib/libc/quad/TESTS/divrem.c
51
sscanf(buf, "0x%lx:%lx 0x%lx:%lx",
lib/libc/quad/TESTS/mul.c
48
if (sscanf(buf, "%lu:%lu %lu:%lu",
lib/libc/quad/TESTS/mul.c
50
sscanf(buf, "0x%lx:%lx 0x%lx:%lx",
lib/libc/resolv/res_mkupdate.c
1078
if (sscanf(s, "%d", &n) != 1 || n <= 0)
lib/libc/rpc/auth_time.c
318
sscanf(useua, "%d.%d.%d.%d.", &a1, &a2, &a3, &a4);
lib/libc/rpc/auth_time.c
374
sscanf(useua, "%d.%d.%d.%d.", &a1, &a2, &a3, &a4);
lib/libc/rpc/auth_time.c
86
i = sscanf(uaddr, "%lu.%lu.%lu.%lu.%lu.%lu", &a[0], &a[1], &a[2],
lib/libc/rpc/netnamer.c
125
if (sscanf(val, "%ld", &luid) != 1)
lib/libc/tests/stdio/scanfloat_test.c
102
ATF_REQUIRE_EQ(1, sscanf("12e6", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
105
ATF_REQUIRE_EQ(2, sscanf("1.a", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
109
ATF_REQUIRE_EQ(2, sscanf(".0p4", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
114
ATF_REQUIRE_EQ(0, sscanf(".", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
117
ATF_REQUIRE_EQ(1, sscanf("0x08", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
120
ATF_REQUIRE_EQ(2, sscanf("0x90a.bcdefP+09a", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
125
ATF_REQUIRE_EQ(1, sscanf("3.14159265358979323846", "%Lg", &ld));
lib/libc/tests/stdio/scanfloat_test.c
128
ATF_REQUIRE_EQ(2, sscanf(" 0X.0123456789abcdefffp-3g", "%Le%s", &ld, buf));
lib/libc/tests/stdio/scanfloat_test.c
133
ATF_REQUIRE_EQ(2, sscanf("0xg", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
139
ATF_REQUIRE_EQ(2, sscanf("1.23", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
143
ATF_REQUIRE_EQ(1, sscanf("1,23", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
159
ATF_REQUIRE_EQ(1, sscanf("-Inf", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
162
ATF_REQUIRE_EQ(2, sscanf("iNfInItY and beyond", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
166
ATF_REQUIRE_EQ(1, sscanf("NaN", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
169
ATF_REQUIRE_EQ(2, sscanf("NAN(123Y", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
173
ATF_REQUIRE_EQ(2, sscanf("nan(f00f)plugh", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
177
ATF_REQUIRE_EQ(1, sscanf("-nan", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
181
ATF_REQUIRE_EQ(1, sscanf("NaN", "%e", &f));
lib/libc/tests/stdio/scanfloat_test.c
182
ATF_REQUIRE_EQ(1, sscanf("nan", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
183
ATF_REQUIRE_EQ(1, sscanf("nan", "%Le", &ld));
lib/libc/tests/stdio/scanfloat_test.c
189
ATF_REQUIRE_EQ(1, sscanf("nan(1234)", "%e", &f));
lib/libc/tests/stdio/scanfloat_test.c
190
ATF_REQUIRE_EQ(1, sscanf("nan(1234)", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
191
ATF_REQUIRE_EQ(1, sscanf("nan(1234)", "%Le", &ld));
lib/libc/tests/stdio/scanfloat_test.c
210
ATF_REQUIRE_EQ(1, sscanf("1.999999999999999999999999999999999", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
212
ATF_REQUIRE_EQ(1, sscanf("0x1.ffffffffffffffp0", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
214
ATF_REQUIRE_EQ(1, sscanf("1.999999999999999999999999999999999", "%Le", &ld));
lib/libc/tests/stdio/scanfloat_test.c
217
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
219
ATF_REQUIRE_EQ(1, sscanf("-1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
221
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084010", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
224
ATF_REQUIRE_EQ(1, sscanf("0x1.23p-5000", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
227
ATF_REQUIRE_EQ(1, sscanf("0x1.2345678p-1050", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
232
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
234
ATF_REQUIRE_EQ(1, sscanf("-1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
236
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084010", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
239
ATF_REQUIRE_EQ(1, sscanf("0x1.23p-5000", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
242
ATF_REQUIRE_EQ(1, sscanf("0x1.2345678p-1050", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
247
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
249
ATF_REQUIRE_EQ(1, sscanf("-1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
251
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084010", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
254
ATF_REQUIRE_EQ(1, sscanf("0x1.23p-5000", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
257
ATF_REQUIRE_EQ(1, sscanf("0x1.2345678p-1050", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
263
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
265
ATF_REQUIRE_EQ(1, sscanf("-1.0571892669084007", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
267
ATF_REQUIRE_EQ(1, sscanf("1.0571892669084010", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
271
ATF_REQUIRE_EQ(1, sscanf("0x1.23p-5000", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
275
ATF_REQUIRE_EQ(1, sscanf("0x1.2345678p-1050", "%le", &d));
lib/libc/tests/stdio/scanfloat_test.c
62
ATF_REQUIRE_EQ(1, sscanf("3.141592", "%e", &f));
lib/libc/tests/stdio/scanfloat_test.c
65
ATF_REQUIRE_EQ(1, sscanf("3.141592653589793", "%lf", &d));
lib/libc/tests/stdio/scanfloat_test.c
68
ATF_REQUIRE_EQ(1, sscanf("1.234568e+06", "%E", &f));
lib/libc/tests/stdio/scanfloat_test.c
71
ATF_REQUIRE_EQ(1, sscanf("-1.234568e6", "%lF", &d));
lib/libc/tests/stdio/scanfloat_test.c
74
ATF_REQUIRE_EQ(1, sscanf("+1.234568e-52", "%LG", &ld));
lib/libc/tests/stdio/scanfloat_test.c
77
ATF_REQUIRE_EQ(1, sscanf("0.1", "%la", &d));
lib/libc/tests/stdio/scanfloat_test.c
80
ATF_REQUIRE_EQ(1, sscanf("00.2", "%lA", &d));
lib/libc/tests/stdio/scanfloat_test.c
83
ATF_REQUIRE_EQ(2, sscanf("123456", "%5le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
87
ATF_REQUIRE_EQ(1, sscanf("1.0Q", "%*5le%s", buf));
lib/libc/tests/stdio/scanfloat_test.c
90
ATF_REQUIRE_EQ(2, sscanf("-1.23e", "%e%s", &f, buf));
lib/libc/tests/stdio/scanfloat_test.c
94
ATF_REQUIRE_EQ(2, sscanf("1.25e+", "%le%s", &d, buf));
lib/libc/tests/stdio/scanfloat_test.c
98
ATF_REQUIRE_EQ(2, sscanf("1.23E4E5", "%le%s", &d, buf));
lib/libc/tests/stdio/sscanf_test.c
178
ret = sscanf(string, format "%n", &val, &len); \
lib/libc/tests/stdio/sscanf_test.c
277
ATF_CHECK_EQ(1, sscanf(x00, "%w" #N "i", &i)); \
lib/libc/tests/stdio/sscanf_test.c
279
ATF_CHECK_EQ(1, sscanf(x7f, "%w" #N "i", &i)); \
lib/libc/tests/stdio/sscanf_test.c
281
ATF_CHECK_EQ(1, sscanf(x00, "%w" #N "x", &u)); \
lib/libc/tests/stdio/sscanf_test.c
283
ATF_CHECK_EQ(1, sscanf(xff, "%w" #N "x", &u)); \
lib/libc/tests/stdio/sscanf_test.c
292
ATF_CHECK_EQ(0, sscanf(x00, "%wi", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
293
ATF_CHECK_EQ(0, sscanf(x00, "%w1i", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
294
ATF_CHECK_EQ(0, sscanf(x00, "%w128i", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
308
ATF_CHECK_EQ(1, sscanf(x00, "%wf" #N "i", &i)); \
lib/libc/tests/stdio/sscanf_test.c
310
ATF_CHECK_EQ(1, sscanf(x7f, "%wf" #N "i", &i)); \
lib/libc/tests/stdio/sscanf_test.c
312
ATF_CHECK_EQ(1, sscanf(x00, "%wf" #N "x", &u)); \
lib/libc/tests/stdio/sscanf_test.c
314
ATF_CHECK_EQ(1, sscanf(xff, "%wf" #N "x", &u)); \
lib/libc/tests/stdio/sscanf_test.c
323
ATF_CHECK_EQ(0, sscanf(x00, "%wfi", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
324
ATF_CHECK_EQ(0, sscanf(x00, "%wf1i", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
325
ATF_CHECK_EQ(0, sscanf(x00, "%wf128i", (int *)NULL));
lib/libc/tests/stdio/sscanf_test.c
337
ATF_CHECK_EQ(4, sscanf("3.1415", "%d%c%2d%d", &a, &d, &b, &c));
lib/libc/uuid/uuid_from_string.c
71
n = sscanf(s,
lib/libfetch/ftp.c
455
if (sscanf(ln, "%04d%02d%02d%02d%02d%02d",
lib/libfetch/ftp.c
723
if (sscanf(p, "%c%c%c%d%c", &addr[0], &addr[1], &addr[2],
lib/librss/librss.c
127
r = sscanf(s, "%d:%d", &b, &c);
lib/libusbhid/usage.c
96
if (sscanf(line, " * %[^\n]", name) == 1)
lib/libusbhid/usage.c
98
else if (sscanf(line, " 0x%x %[^\n]", &no, name) != 2 &&
lib/libusbhid/usage.c
99
sscanf(line, " %d %[^\n]", &no, name) != 2)
lib/libutil/gr_util.c
615
if (sscanf(loc + 1, "%u", &gr->gr_gid) != 1)
lib/libutil/tests/humanize_number_test.c
422
sscanf(optarg, "%zu", &temp);
lib/msun/tests/nan_test.c
69
ATF_REQUIRE(sscanf(nan_str, "%e", &af[2]) == 1);
lib/msun/tests/nan_test.c
82
ATF_REQUIRE(sscanf(nan_str, "%le", &ad[2]) == 1);
lib/msun/tests/nan_test.c
95
ATF_REQUIRE(sscanf(nan_str, "%Le", &ald[2]) == 1);
libexec/atrun/atrun.c
481
if (sscanf(optarg, "%lf", &load_avg) != 1)
libexec/atrun/atrun.c
541
if (sscanf(dirent->d_name,"%c%5lx%8lx",&queue,&jobno,&ctm) != 3)
libexec/bootpd/bootpd.c
291
if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
libexec/bootpd/bootpd.c
331
if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
libexec/bootpd/bootpgw/bootpgw.c
247
if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
libexec/bootpd/bootpgw/bootpgw.c
262
if (!stmp || (sscanf(stmp, "%d", &n) != 1) ||
libexec/bootpd/bootpgw/bootpgw.c
287
if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
libexec/bootpd/bootpgw/bootpgw.c
308
if (!stmp || (sscanf(stmp, "%d", &n) != 1) ||
libexec/bootpd/readfile.c
1794
if (sscanf(*src, "%2x", &v) != 1) {
libexec/bootpd/readfile.c
962
if (sscanf(tmpstr, "%d", (int*)&timeoff) != 1)
libexec/bootpd/tools/bootpef/bootpef.c
177
if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
sbin/bsdlabel/bsdlabel.c
801
if (sscanf(cp, "%lu partitions", &v) == 1) {
sbin/dump/itime.c
255
(void) sscanf(tbuf, DUMPINFMT, ddp->dd_name, &ddp->dd_level, un_buf);
sbin/etherswitchcfg/etherswitchcfg.c
775
} else if (sscanf(argv[0], "port%d", &cfg.unit) == 1) {
sbin/etherswitchcfg/etherswitchcfg.c
779
} else if (sscanf(argv[0], "vlangroup%d", &cfg.unit) == 1) {
sbin/ifconfig/ifclone.c
123
if (sscanf(ctx->ifname, "ipfw%u", &u) == 1 ||
sbin/ifconfig/ifclone.c
124
sscanf(ctx->ifname, "ipfwlog%u", &u) == 1) {
sbin/ifconfig/ifieee80211.c
1142
switch (sscanf(cp, "%u-%u", &first, &last)) {
sbin/ipf/common/ipf_y.y
2377
sscanf(iph.iph_name, "%u", &num);
sbin/ipf/common/lexer.c
577
sscanf(yystr, "%u", &yylval.num);
sbin/ipf/common/lexer.c
581
sscanf(yystr, "0x%x", (u_int *)&yylval.num);
sbin/ipf/ipfstat/ipfstat.c
1886
} else if (!sscanf(comma + 1, "%d", port) ||
sbin/ipf/ipfstat/ipfstat.c
372
if (!sscanf(optarg, "%d", &refreshtime) ||
sbin/ipf/ipsend/dlcommon.c
1049
if (sscanf(p, "%x", &val) != 1)
sbin/ipf/libipf/alist_new.c
57
sscanf(host, "%d.%d.%d.%d", &a, &b, &c, &d);
sbin/ipf/libipf/ipf_dotuning.c
44
if (sscanf(t, "%lu", &tu.ipft_vlong) == 1) {
sbin/ipfw/nat.c
247
sscanf (str, "%hu-%hu", &loPort, &hiPort);
sbin/mdconfig/mdconfig.c
417
if (sscanf(dev, "md%d", &unit) != 1)
sbin/natd/natd.c
1933
sscanf (str, "%hu-%hu", &loPort, &hiPort);
sbin/natd/natd.c
1979
if (sscanf(strValue, "%u:%u", &base, &num) != 2)
sbin/natd/natd.c
1995
if (sscanf(strValue, "%u", &port) != 1)
sbin/pfctl/parse.y
3834
if (sscanf($1, "0x%4x", &$$) != 1) {
sbin/pfctl/parse.y
5069
if (sscanf($1, "0x%8x%8x%8x%8x",
sbin/pfctl/parse.y
8164
if (sscanf(str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
sbin/pfctl/parse.y
8210
if (sscanf(mask, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx",
sbin/pfctl/pfctl.c
983
if ((sscanf(state_kill[1], "%jx/%x",
sbin/pfctl/pfctl.c
986
else if ((sscanf(state_kill[1], "%jx", &kill.cmp.id)) == 1) {
sbin/pflowctl/pflowctl.c
69
ret = sscanf(name, "pflow%d", &id);
sbin/pflowctl/pflowctl.c
73
ret = sscanf(name, "%d", &id);
sbin/ping/ping.c
1640
ii = sscanf(patp,
sbin/ping/ping6.c
2641
ii = sscanf(patp,
sbin/routed/parms.c
210
n = sscanf(lptr, "%4s %129[^ \t] gateway"
share/examples/scsi_target/scsi_target.c
213
sscanf(argv[0], "%u:%u:%ju", &ioc_enlun.path_id, &ioc_enlun.target_id,
sys/amd64/vmm/vmm.c
1644
n = sscanf(cp, "%d/%d/%d", &b, &s, &f);
sys/arm/ti/cpsw/if_cpsw.c
748
if (sscanf(name, "slave@%lx", &mdio_child_addr) != 1) {
sys/arm64/arm64/disassem.c
348
ret = sscanf(format, "(%d)", &len);
sys/cam/ctl/ctl_ha.c
570
if ((num = sscanf(buf, "connect %d.%d.%d.%d:%d",
sys/cam/ctl/ctl_ha.c
574
} else if ((num = sscanf(buf, "listen %d.%d.%d.%d:%d",
sys/dev/ath/if_ath.c
574
count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x",
sys/dev/axgbe/xgbe-sysctl.c
1218
sscanf(buf, "%x", &value);
sys/dev/axgbe/xgbe-sysctl.c
1255
sscanf(buf, "%x", ®);
sys/dev/axgbe/xgbe-sysctl.c
1292
sscanf(buf, "%x", ®);
sys/dev/axgbe/xgbe-sysctl.c
1329
sscanf(buf, "%x", &value);
sys/dev/axgbe/xgbe-sysctl.c
1367
sscanf(buf, "%x", ®);
sys/dev/axgbe/xgbe-sysctl.c
1403
sscanf(buf, "%x", &value);
sys/dev/axgbe/xgbe-sysctl.c
1440
sscanf(buf, "%x", ®);
sys/dev/axgbe/xgbe-sysctl.c
1476
sscanf(buf, "%x", &value);
sys/dev/axgbe/xgbe-sysctl.c
1512
sscanf(buf, "%u", &an_cdr_wr);
sys/dev/axgbe/xgbe-sysctl.c
1553
sscanf(buf, "%u", &an_cdr_track_early);
sys/dev/axgbe/xgbe-sysctl.c
456
sscanf(val[i], "%u", &value);
sys/dev/axgbe/xgbe-sysctl.c
514
sscanf(buf, "%x", ®);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1150
if (sscanf(buf, "%hhu.%hhu.%hhu%*c", &newver[0], &newver[1],
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1280
if (sscanf(p, "%02hhx", &softc->vnic_info.rss_hash_key[i]) != 1)
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1963
num_inputs = sscanf(buf, "%hhu,%hhu,%hd", &app.priority, &app.selector, &app.protocol);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1987
num_inputs = sscanf(buf, "%hhu,%hhu,%hd", &app.priority, &app.selector, &app.protocol);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
2021
if (sscanf(buf, "%s", buf) == 1) {
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
2026
num_inputs = sscanf(buf, "%hhu,%hhu,%hhu,%hhu,%hhu,%hhu,%hhu,%hhu",
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
2075
num_inputs = sscanf(buf, "tsa:%c,%c,%c,%c,%c,%c,%c,%c#"
sys/dev/drm2/drm_pci.c
243
ret = sscanf(master->unique, "PCI:%d:%d:%d", &bus, &slot, &func);
sys/dev/drm2/ttm/ttm_memory.c
96
chars = sscanf(buffer, "%lu", &val);
sys/dev/drm2/ttm/ttm_page_alloc.c
224
chars = sscanf(buffer, "%u", &val);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
214
chars = sscanf(buffer, "%u", &val);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
473
else if (sscanf(buf, "%i", &idx) != 1 ||
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
582
if (sscanf(buf, "%i", &enable) != 1 ||
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
88
sscanf(buf, "%llx", &sysadmin_ag_val);
sys/dev/mxge/if_mxge.c
657
sscanf(sc->fw_version, "%d.%d.%d", &sc->fw_ver_major,
sys/dev/ntb/test/ntb_tool.c
1147
sscanf(buf, "%ju", &bits);
sys/dev/ntb/test/ntb_tool.c
1176
sscanf(buf, "%i", &bits);
sys/dev/ntb/test/ntb_tool.c
1202
sscanf(buf, "%i", &bits);
sys/dev/ntb/test/ntb_tool.c
422
sscanf(ubuf, "%c %jx", &cmd, &bits);
sys/dev/ntb/test/ntb_tool.c
461
sscanf(buf, "%c %s %jx %s %jx %s %jx",
sys/dev/ntb/test/ntb_tool.c
721
sscanf(buf, "%c", &tc->link_status);
sys/dev/ntb/test/ntb_tool.c
761
sscanf(buf, "0x%jx", &bits);
sys/dev/ntb/test/ntb_tool.c
956
sscanf(buf, "%zi", &wsize);
sys/dev/ocs_fc/ocs_os.h
336
#define ocs_sscanf(buf,fmt, ...) sscanf(buf, fmt, ##__VA_ARGS__)
sys/dev/pci/pci.c
5256
sscanf(cp, "%x\t%80[^\n]", vendor, *desc) == 2)
sys/dev/pci/pci.c
5260
sscanf(cp, "%x\t%80[^\n]", device, *desc) == 2)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
99
sscanf(buf, "%d", &index);
sys/dev/sound/pcm/channel.c
973
i = sscanf(req, "%5[^:]:%6s", b1, b2);
sys/dev/sound/pcm/channel.c
985
i = sscanf(b2, "%d.%d", &ch, &ext);
sys/dev/sound/pcm/feeder_eq.c
440
r = sscanf(s, "%d.%d", &i, &f);
sys/dev/usb/net/if_smsc.c
1554
if (sscanf(p, BOOTARGS_SMSC95XX "=%x:%x:%x:%x:%x:%x%*c",
sys/dev/xen/netback/netback_unit_tests.c
2440
XNB_ASSERT(sscanf(mystr, "%hhu", &dest[4]) == 1);
sys/dev/xen/netback/netback_unit_tests.c
2458
XNB_ASSERT(sscanf(mystr, "%hhd", &dest[4]) == 1);
sys/dev/xen/netback/netback_unit_tests.c
2476
XNB_ASSERT(sscanf(mystr, "%lld", &dest[1]) == 1);
sys/dev/xen/netback/netback_unit_tests.c
2495
XNB_ASSERT(sscanf(mystr, "%llu", &dest[1]) == 1);
sys/dev/xen/netback/netback_unit_tests.c
2517
XNB_ASSERT(sscanf(mystr,
sys/dev/xen/pcifront/pcifront.c
118
err = sscanf(xdev->nodename, "device/pci/%d", &unit);
sys/dev/xen/xenstore/xenstore.c
1561
if (sscanf(p, fmt, result) == 0)
sys/fs/nfsclient/nfs_clvfsops.c
1056
ret = sscanf(opt, "%d", &args.readdirsize);
sys/fs/nfsclient/nfs_clvfsops.c
1071
ret = sscanf(opt, "%d", &args.readahead);
sys/fs/nfsclient/nfs_clvfsops.c
1086
ret = sscanf(opt, "%d", &args.wsize);
sys/fs/nfsclient/nfs_clvfsops.c
1101
ret = sscanf(opt, "%d", &args.rsize);
sys/fs/nfsclient/nfs_clvfsops.c
1116
ret = sscanf(opt, "%d", &args.retrans);
sys/fs/nfsclient/nfs_clvfsops.c
1126
ret = sscanf(opt, "%d", &args.acregmin);
sys/fs/nfsclient/nfs_clvfsops.c
1138
ret = sscanf(opt, "%d", &args.acregmin);
sys/fs/nfsclient/nfs_clvfsops.c
1148
ret = sscanf(opt, "%d", &args.acregmax);
sys/fs/nfsclient/nfs_clvfsops.c
1158
ret = sscanf(opt, "%d", &args.acdirmin);
sys/fs/nfsclient/nfs_clvfsops.c
1168
ret = sscanf(opt, "%d", &args.acdirmax);
sys/fs/nfsclient/nfs_clvfsops.c
1178
ret = sscanf(opt, "%d", &args.wcommitsize);
sys/fs/nfsclient/nfs_clvfsops.c
1187
ret = sscanf(opt, "%d", &args.timeo);
sys/fs/nfsclient/nfs_clvfsops.c
1197
ret = sscanf(opt, "%d", &args.timeo);
sys/fs/nfsclient/nfs_clvfsops.c
1207
ret = sscanf(opt, "%d", &nametimeo);
sys/fs/nfsclient/nfs_clvfsops.c
1216
ret = sscanf(opt, "%d", &negnametimeo);
sys/fs/nfsclient/nfs_clvfsops.c
1226
ret = sscanf(opt, "%d", &minvers);
sys/fs/nfsclient/nfs_clvfsops.c
1236
ret = sscanf(opt, "%d", &aconn);
sys/i386/acpica/acpi_machdep.c
95
sscanf(va + 11, "%2d", &year);
sys/kern/kern_cpuset.c
1409
ret = sscanf(p, "%lx", &set->__bits[i]);
sys/kern/kern_cpuset.c
1488
if (sscanf(p, ":%d:%d", &policy, &prefer) != 2)
sys/kern/kern_uuid.c
413
n = sscanf(str, "%8x-%4x-%4x-%2x%2x-%2x%2x%2x%2x%2x%2x", c + 0, c + 1,
sys/kern/subr_blist.c
1113
if (sscanf(buf + 1, "%d", &count) == 1) {
sys/kern/subr_blist.c
1129
if (sscanf(buf + 1, "%d%d", &count, &maxcount) == 2) {
sys/kern/subr_blist.c
1138
if (sscanf(buf + 1, "%llx %d", &da, &count) == 2) {
sys/kern/subr_blist.c
1145
if (sscanf(buf + 1, "%llx %d", &da, &count) == 2) {
sys/kern/subr_hints.c
238
n = sscanf(cp + 5, "%32[^.].%d.%32[^=]=%127s", r_name, &r_unit,
sys/kern/subr_stats.c
3883
if (2 != sscanf(new_rates_usr_str, kvpair_fmt, tpl_spec, &pct,
sys/kern/subr_stats.c
3886
if ((1 > sscanf(tpl_spec, tplspec_fmt, tpl_name, &tpl_hash)) &&
sys/kern/subr_stats.c
3887
(1 != sscanf(tpl_spec, ":%u", &tpl_hash)))
sys/kern/vfs_mount.c
1764
if (sscanf(fsidbuf, "FSID:%d:%d", &fsid.val[0], &fsid.val[1]) != 2) {
sys/netinet/libalias/alias_proxy.c
175
n = sscanf(s, "%d", port);
sys/netinet/libalias/alias_proxy.c
669
n = sscanf(token, "%s %s", s, str_server_port);
sys/netinet/libalias/alias_proxy.c
686
n = sscanf(token, "%d", &rule_index);
sys/netinet/libalias/alias_proxy.c
703
n = sscanf(token, "%d", &rule_to_delete);
sys/netinet/libalias/alias_proxy.c
751
n = sscanf(token, "%s %d", s, &nbits);
sys/nfs/nfs_diskless.c
203
cnt = sscanf(cp, "%d", &len);
sys/nfs/nfs_diskless.c
415
count = sscanf(cp, "%d.%d.%d.%d", &a[0], &a[1], &a[2], &a[3]);
sys/nfs/nfs_diskless.c
438
count = sscanf(cp, "%x:%x:%x:%x:%x:%x",
sys/nfs/nfs_diskless.c
472
if ((sscanf(cp, "%2x", &val) != 1) || (val > 0xff)) {
sys/ofed/drivers/infiniband/core/ib_device.c
152
if (!sscanf(device->name, name, &i))
sys/powerpc/mpc85xx/fsl_diu.c
378
if ((err = sscanf(vm_name, "%dx%d@%d", &w, &h, &r)) != 3) {
sys/powerpc/ps3/ps3_syscons.c
169
sscanf(linux_video_mode, "ps3fb:mode:%d", &linux_video_mode_num);
sys/sys/systm.h
237
int sscanf(const char *, char const * _Nonnull, ...) __scanflike(2, 3);
tests/sys/aio/aio_test.c
838
if (sscanf(buf, "%d", &unit) == 1 && unit >= 0) {
tests/sys/kern/kern_descrip_test.c
191
if (sscanf(buf, "%d", &oldmaxfiles) == 1) {
tests/sys/kern/sigsys.c
88
if (sscanf(buf, "%d", &oldval) == 1) {
tests/sys/opencrypto/poly1305_test.c
268
res = sscanf(hbyte, "%hhx", &out[count]);
tests/sys/ses/nondestructive.c
272
r = sscanf(line,
tests/sys/ses/nondestructive.c
279
r = sscanf(line,
tests/sys/ses/nondestructive.c
285
r = sscanf(line, " number of possible elements: %d",
tools/test/stress2/lib/options.c
101
if (sscanf(cp, "%d", &op->incarnations) != 1)
tools/test/stress2/lib/options.c
105
if (sscanf(cp, "%d", &op->load) != 1)
tools/test/stress2/lib/options.c
127
if (sscanf(cp, "%d", &op->verbose) != 1)
tools/test/stress2/lib/options.c
131
if (sscanf(cp, "%jd", &op->kblocks) != 1)
tools/test/stress2/lib/options.c
135
if (sscanf(cp, "%jd", &op->inodes) != 1)
tools/test/stress2/lib/options.c
167
if (sscanf(optarg, "%d", &op->load) != 1)
tools/test/stress2/lib/options.c
171
if (sscanf(optarg, "%d", &op->incarnations) != 1)
tools/test/stress2/lib/options.c
265
if (sscanf(buf, "%ld", &val) != 1)
tools/test/stress2/lib/options.c
68
r = sscanf(string, "%d%c", &s, &modifier);
tools/test/stress2/lib/resources.c
206
sscanf(buf, "%jd %jd", block, inode);
tools/test/stress2/lib/resources.c
226
sscanf(buf, "%jd %jd", &blocks, &inodes);
tools/test/stress2/tools/fstool.c
194
sscanf(optarg, "%d%c", &fs, &ch);
tools/test/stress2/tools/swap.c
189
if (sscanf(optarg, "%d", &utime) != 1)
tools/test/stress2/tools/swap.c
193
if (sscanf(optarg, "%d", &pct) != 1)
tools/test/stress2/tools/swap.c
197
if (sscanf(optarg, "%d", &runtime) != 1)
tools/tools/ath/ath_ee_9287_print/eeprom.c
57
sscanf(b, "%x: %x %x %x %x %x %x %x %x\n",
tools/tools/ath/ath_ee_9300_print/main.c
445
sscanf(b, "%x: %x %x %x %x %x %x %x %x\n",
tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
68
sscanf(b, "%x: %x %x %x %x %x %x %x %x\n",
tools/tools/ath/ath_ee_v4k_print/eeprom.c
57
sscanf(b, "%x: %x %x %x %x %x %x %x %x\n",
tools/tools/ath/athratestats/main.c
332
sscanf(optarg, "%f", &f);
tools/tools/drm/radeon/mkregtable/mkregtable.c
671
sscanf(buf, "%s %s", gpu_name, last_reg_s);
tools/tools/ipw/ipwstats.c
248
if (sscanf(iface, "ipw%u", &ifaceno) != 1)
tools/tools/iwi/iwistats.c
115
if (sscanf(iface, "iwi%u", &ifaceno) != 1)
tools/tools/net80211/w00t/libw00t/w00t.c
292
if (sscanf(str, "%2x", &x) != 1)
tools/tools/net80211/w00t/libw00t/w00t.c
50
if (sscanf(str, "%x:%x:%x:%x:%x:%x",
tools/tools/net80211/wesside/wesside/wesside.c
2712
if( sscanf(mac, "%x:%x:%x:%x:%x:%x",
tools/tools/net80211/wlaninject/wlaninject.c
224
if (sscanf(str, "%x:%x:%x:%x:%x:%x",
tools/tools/net80211/wlaninject/wlaninject.c
408
sscanf(num, "%x", &x);
tools/tools/netmap/pkt-gen.c
107
i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5);
usr.bin/at/at.c
498
if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
usr.bin/at/at.c
578
if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
usr.bin/calendar/day.c
89
switch (sscanf(dp, "%d.%d.%d", &d, &m, &y)) {
usr.bin/dpv/dpv.c
423
if (sscanf(curfile->name, "%lli:%c", &(curfile->length),
usr.bin/grep/util.c
571
sscanf(&pc->ln.dat[pmatch.rm_so - 1],
usr.bin/grep/util.c
576
sscanf(&pc->ln.dat[pmatch.rm_eo],
usr.bin/jot/jot.c
153
if (!sscanf(argv[3], "%lf", &s))
usr.bin/jot/jot.c
162
if (!sscanf(argv[2], "%lf", &ender))
usr.bin/jot/jot.c
171
if (!sscanf(argv[1], "%lf", &begin))
usr.bin/jot/jot.c
182
if (!sscanf(argv[0], "%ld", &reps))
usr.bin/login/login_fbtab.c
101
|| sscanf(cp, "%o", &prot) == 0
usr.bin/msgs/msgs.c
718
sscanf(buf, "%d", &i);
usr.bin/resizewin/resizewin.c
145
if (sscanf(data, "\033[%hu;%huR", &w.ws_row, &w.ws_col) != 2) {
usr.bin/systat/iolat.c
323
if (sscanf(p + 1, "%lf", &tv) != 1)
usr.bin/usbhidaction/usbhidaction.c
306
if (sscanf(buf, "%s %s %s %[^\n]",
usr.bin/usbhidaction/usbhidaction.c
336
if (sscanf(value, "%d", &cmd->value) != 1) {
usr.bin/usbhidaction/usbhidaction.c
352
if (sscanf(debounce, "%d", &cmd->debounce) != 1) {
usr.bin/vtfontcvt/vtfontcvt.c
432
if (sscanf(ln + 16, "%d %d %d %d", &fbbw, &fbbh, &fbbox,
usr.bin/vtfontcvt/vtfontcvt.c
452
if (sscanf(ln + 7, "%d %d", &dwidth, &dwy) != 2)
usr.bin/vtfontcvt/vtfontcvt.c
479
if (sscanf(ln + 4, "%d %d %d %d", &bbw, &bbh, &bbox,
usr.bin/vtfontcvt/vtfontcvt.c
516
if (sscanf(ln + j * 2, "%2x", &val) ==
usr.bin/vtfontcvt/vtfontcvt.c
567
} else if (sscanf(ln, "%6x:", &curchar) == 1) {
usr.bin/vtfontcvt/vtfontcvt.c
590
if (sscanf(p + j * 2, "%2x", &val) == 0)
usr.sbin/arp/arp.c
236
i = sscanf(p, "%49s %49s %49s %49s %49s", arg[0], arg[1],
usr.sbin/bhyve/amd64/ps2kbd.c
472
if (sscanf(line, "'%c',%x;", &ascii, &scancode) == 2) {
usr.sbin/bhyve/amd64/ps2kbd.c
475
} else if (sscanf(line, "%x,%x,%x;", &keycode, &scancode, &prefix) == 3 ) {
usr.sbin/bhyve/amd64/ps2kbd.c
477
} else if (sscanf(line, "%x,%x;", &keycode, &scancode) == 2) {
usr.sbin/bhyve/bhyverun.c
367
if (sscanf(opt, "%d:%d", &vcpu, &pcpu) != 2) {
usr.sbin/bhyve/gdb.c
1817
if (sscanf(buf, "%x,%x", &doff, &dlen) != 2) {
usr.sbin/bhyve/pci_emul.c
296
if (sscanf(str, "%d:%d:%d", &bnum, &snum, &fnum) != 3) {
usr.sbin/bhyve/pci_emul.c
299
if (sscanf(str, "%d:%d", &snum, &fnum) != 2) {
usr.sbin/bhyve/pci_emul.c
302
if (sscanf(str, "%d", &snum) != 1) {
usr.sbin/bhyve/pci_passthru.c
811
} else if (sscanf(opts, "pci0:%d:%d:%d", &bus, &slot, &func) == 3 ||
usr.sbin/bhyve/pci_passthru.c
812
sscanf(opts, "pci%d:%d:%d", &bus, &slot, &func) == 3 ||
usr.sbin/bhyve/pci_passthru.c
813
sscanf(opts, "%d/%d/%d", &bus, &slot, &func) == 3) {
usr.sbin/bhyve/uart_backend.c
431
if (sscanf(path, "tcp=[%255[^]]]:%5s", addr, port) == 2) {
usr.sbin/bhyve/uart_backend.c
433
} else if (sscanf(path, "tcp=%255[^:]:%5s", addr, port) == 2) {
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1461
if (sscanf(optarg, "%d/%d/%d", &bus, &slot, &func) != 3)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1052
if (sscanf(argv[0], "%x", &n) != 1)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1116
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0xff)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1186
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 4)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1249
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 1)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1287
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1332
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1339
if (sscanf(argv[1], "%d", &n) != 1 || n < 0 || n > 0xffff)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1403
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 2)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1465
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 3)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
147
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 1)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1527
if (sscanf(argv[1], "%d", &n) != 1 || (n != 0 && n != 1)){
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1534
if (sscanf(argv[0], "%d", &n) != 1 || (n != 0 && n != 1)){
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
491
if (sscanf(argv[0], "%d", &n) != 1 || n < 1 || n > 0xb540)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
556
if (sscanf(argv[0], "%d", &n) != 1 || n < 1 || n > 0xffff)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
620
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 3)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
688
if (sscanf(argv[0], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
694
if (sscanf(argv[1], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
769
if (sscanf(argv[0], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
775
if (sscanf(argv[1], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
845
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 1)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
908
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 2)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
971
if (sscanf(argv[0], "%x:%x:%x", &n2, &n1, &n0) != 3)
usr.sbin/bluetooth/hccontrol/le.c
1119
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/le.c
1166
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
192
if (sscanf(argv[5], "%d", &n0) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
199
if (sscanf(argv[4], "%d", &n0) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
207
if (sscanf(argv[3], "%d", &n0) != 1 || n0 < 0 || n0 > 3)
usr.sbin/bluetooth/hccontrol/link_control.c
214
if (sscanf(argv[2], "%d", &n0) != 1 || n0 < 0 || n0 > 2)
usr.sbin/bluetooth/hccontrol/link_control.c
221
if (sscanf(argv[1], "%x", &n0) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
307
if (sscanf(argv[1], "%d", &n) != 1 || n <= 0x00 || n > 0xff)
usr.sbin/bluetooth/hccontrol/link_control.c
314
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
381
if (sscanf(argv[1], "%x", &n) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
393
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
457
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
464
if (sscanf(argv[1], "%x", &n) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
532
if (sscanf(argv[3], "%x", &n0) != 1)
usr.sbin/bluetooth/hccontrol/link_control.c
540
if (sscanf(argv[2], "%d", &n0) != 1 || n0 < 0x00 || n0 > 0x03)
usr.sbin/bluetooth/hccontrol/link_control.c
547
if (sscanf(argv[1], "%d", &n0) != 1 || n0 < 0x00 || n0 > 0x02)
usr.sbin/bluetooth/hccontrol/link_control.c
62
if (sscanf(argv[2], "%d", &n0) != 1 || n0 < 0 || n0 > 0xff)
usr.sbin/bluetooth/hccontrol/link_control.c
620
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
688
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_control.c
69
if (sscanf(argv[1], "%d", &n0) != 1 || n0 < 0x1 || n0 > 0x30)
usr.sbin/bluetooth/hccontrol/link_control.c
76
if (sscanf(argv[0], "%x:%x:%x", &n2, &n1, &n0) != 3)
usr.sbin/bluetooth/hccontrol/link_control.c
760
if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_policy.c
107
if (sscanf(argv[1], "%d", &n0) != 1)
usr.sbin/bluetooth/hccontrol/link_policy.c
168
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_policy.c
211
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/link_policy.c
218
if (sscanf(argv[1], "%x", &n) != 1)
usr.sbin/bluetooth/hccontrol/link_policy.c
52
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/node.c
359
if (sscanf(argv[0], "%x", &m) != 1)
usr.sbin/bluetooth/hccontrol/node.c
401
if (sscanf(argv[0], "%x", &m) != 1)
usr.sbin/bluetooth/hccontrol/node.c
443
if (sscanf(argv[0], "%d", &m) != 1)
usr.sbin/bluetooth/hccontrol/status.c
132
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/status.c
174
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/status.c
51
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/bluetooth/hccontrol/status.c
93
if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff)
usr.sbin/boot0cfg/boot0cfg.c
149
sscanf(optarg, "0x%02x", &o_e);
usr.sbin/boot0cfg/boot0cfg.c
157
if (sscanf(optarg, "%02x%02x-%02x%02x",
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
352
if (sscanf(map->name_key, "md%d", &unit) != 1)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
229
if (sscanf(map->name_key,"cpu%d", &cpu_no) != 1) {
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
218
if (sscanf(buf, "dev.lm75.%d.temperature", &idx) != 1)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
246
if (sscanf(path, "[%x]:%n", &id, &len) != 1 ||
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
426
sscanf(nexttok, "%lu", &val);
usr.sbin/cdcontrol/cdcontrol.c
439
count = sscanf (arg, "%d %d", &l, &r);
usr.sbin/cdcontrol/cdcontrol.c
502
if (2 != sscanf (arg, "#%d%d", &blk, &len) &&
usr.sbin/cdcontrol/cdcontrol.c
503
1 != sscanf (arg, "#%d", &blk))
usr.sbin/cdcontrol/cdcontrol.c
531
if (8 == sscanf (arg, "%d %d:%d.%d %d %d:%d.%d",
usr.sbin/cdcontrol/cdcontrol.c
536
if (7 == sscanf (arg, "%d %d:%d %d %d:%d.%d",
usr.sbin/cdcontrol/cdcontrol.c
541
if (7 == sscanf (arg, "%d %d:%d.%d %d %d:%d",
usr.sbin/cdcontrol/cdcontrol.c
546
if (7 == sscanf (arg, "%d %d:%d.%d %d:%d.%d",
usr.sbin/cdcontrol/cdcontrol.c
551
if (6 == sscanf (arg, "%d %d:%d.%d %d:%d",
usr.sbin/cdcontrol/cdcontrol.c
556
if (6 == sscanf (arg, "%d %d:%d %d:%d.%d",
usr.sbin/cdcontrol/cdcontrol.c
561
if (6 == sscanf (arg, "%d %d:%d.%d %d %d",
usr.sbin/cdcontrol/cdcontrol.c
566
if (5 == sscanf (arg, "%d %d:%d %d:%d", &tr1, &m1, &s1, &m2, &s2))
usr.sbin/cdcontrol/cdcontrol.c
570
if (5 == sscanf (arg, "%d %d:%d %d %d",
usr.sbin/cdcontrol/cdcontrol.c
575
if (5 == sscanf (arg, "%d %d:%d.%d %d",
usr.sbin/cdcontrol/cdcontrol.c
580
if (4 == sscanf (arg, "%d %d:%d %d", &tr1, &m1, &s1, &tr2))
usr.sbin/cdcontrol/cdcontrol.c
584
if (4 == sscanf (arg, "%d %d:%d.%d", &tr1, &m1, &s1, &f1))
usr.sbin/cdcontrol/cdcontrol.c
588
if (3 == sscanf (arg, "%d %d:%d", &tr1, &m1, &s1))
usr.sbin/cdcontrol/cdcontrol.c
709
if (6 != sscanf (arg, "%d:%d.%d%d:%d.%d",
usr.sbin/cdcontrol/cdcontrol.c
711
5 != sscanf (arg, "%d:%d.%d%d:%d", &m1, &s1, &f1, &m2, &s2) &&
usr.sbin/cdcontrol/cdcontrol.c
712
5 != sscanf (arg, "%d:%d%d:%d.%d", &m1, &s1, &m2, &s2, &f2) &&
usr.sbin/cdcontrol/cdcontrol.c
713
3 != sscanf (arg, "%d:%d.%d", &m1, &s1, &f1) &&
usr.sbin/cdcontrol/cdcontrol.c
714
4 != sscanf (arg, "%d:%d%d:%d", &m1, &s1, &m2, &s2) &&
usr.sbin/cdcontrol/cdcontrol.c
715
2 != sscanf (arg, "%d:%d", &m1, &s1))
usr.sbin/cdcontrol/cdcontrol.c
737
if (4 != sscanf (arg, "%d.%d%d.%d", &start, &istart, &end, &iend) &&
usr.sbin/cdcontrol/cdcontrol.c
738
3 != sscanf (arg, "%d.%d%d", &start, &istart, &end) &&
usr.sbin/cdcontrol/cdcontrol.c
739
3 != sscanf (arg, "%d%d.%d", &start, &end, &iend) &&
usr.sbin/cdcontrol/cdcontrol.c
740
2 != sscanf (arg, "%d.%d", &start, &istart) &&
usr.sbin/cdcontrol/cdcontrol.c
741
2 != sscanf (arg, "%d%d", &start, &end) &&
usr.sbin/cdcontrol/cdcontrol.c
742
1 != sscanf (arg, "%d", &start))
usr.sbin/cdcontrol/cdcontrol.c
771
if (sscanf (arg, "%u", &off) != 1) {
usr.sbin/ckdist/ckdist.c
232
if (((c = sscanf(buf, "MD5 (%256s = %32s%c", name, sum,
usr.sbin/ckdist/ckdist.c
282
if ((c = sscanf(buf, "Pieces = %d%c", &pieces, &ch)) != 2 ||
usr.sbin/ckdist/ckdist.c
285
} else if (((c = sscanf(buf, "cksum.%2s = %lu %jd%c", ext, &sum,
usr.sbin/config/main.cc
759
r = sscanf(o, "%zu%zu%zu%zu%zu", &off, &size, &t1, &t2, &align);
usr.sbin/ctld/ctld.cc
2625
ret = sscanf(targ->pport(), "ioctl/%d/%d", &i_pp, &i_vp);
usr.sbin/edquota/edquota.c
551
cnt = sscanf(cp,
usr.sbin/edquota/edquota.c
559
cnt = sscanf(cp,
usr.sbin/edquota/edquota.c
564
cnt = sscanf(cp,
usr.sbin/edquota/edquota.c
569
cnt = sscanf(cp,
usr.sbin/edquota/edquota.c
587
cnt = sscanf(&cp[7],
usr.sbin/edquota/edquota.c
595
cnt = sscanf(&cp[7],
usr.sbin/edquota/edquota.c
600
cnt = sscanf(&cp[7],
usr.sbin/edquota/edquota.c
605
cnt = sscanf(&cp[7],
usr.sbin/edquota/edquota.c
729
cnt = sscanf(cp,
usr.sbin/efiwake/efiwake.c
67
if (sscanf(optarg,
usr.sbin/inetd/builtins.c
434
switch (sscanf(optarg, "%d.%d", &sec, &usec)) {
usr.sbin/inetd/builtins.c
503
if (sscanf(buf, "%hu , %hu%c", &lport, &fport, &e) != 3 || isdigit(e))
usr.sbin/inetd/inetd.c
1749
switch (sscanf(versp, "%u-%u",
usr.sbin/kbdmap/kbdmap.c
236
matches = sscanf(line,
usr.sbin/kbdmap/kbdmap.c
289
if (sscanf(p, "%dx%d%c", &i, &i, &ch) != 2)
usr.sbin/kbdmap/kbdmap.c
609
matches = sscanf(p, "%64[^:]:%64[^:]:%256[^:\n]",
usr.sbin/mixer/mixer.c
358
n = sscanf(val, "%7[^:]:%7s", lstr, rstr);
usr.sbin/mlxcontrol/command.c
605
if ((sscanf(argv[2], "disk%2d%2d", &rb.rr_channel, &rb.rr_target) != 2) &&
usr.sbin/mlxcontrol/command.c
606
(sscanf(argv[2], "unknown%2d%2d", &rb.rr_channel, &rb.rr_target) != 2)) {
usr.sbin/mlxcontrol/util.c
100
if (sscanf(str, "mlxd%d", &unit) == 1)
usr.sbin/mlxcontrol/util.c
89
if (sscanf(str, "mlx%d", &unit) == 1)
usr.sbin/moused/moused/moused.c
556
n = sscanf(optarg, "%lf,%lf", &opt_accelx, &opt_accely);
usr.sbin/moused/moused/moused.c
568
n = sscanf(optarg, "%lf,%lf", &opt_expoaccel,
usr.sbin/moused/moused/moused.c
730
sscanf(optarg, "%u,%u,%u", &opt_drift_distance,
usr.sbin/moused/moused/util.c
178
if (sscanf(prop, "%dx%d", &x, &y) != 2)
usr.sbin/moused/moused/util.c
213
if (sscanf(prop, "%d:%d", &first, &second) != 2)
usr.sbin/moused/moused/util.c
342
if (sscanf(s, "%12[A-Z_]:%x%n", stype, &code, &consumed) != 2 ||
usr.sbin/mtest/mtest.c
410
if ((sscanf(line, "%d", &n) != 1) || (n < 1)) {
usr.sbin/mtest/mtest.c
422
sscanf(line, "%s %s %s", str1, str2, str3);
usr.sbin/mtest/mtest.c
535
if ((sscanf(line, "%s %s %d", str1, str2, &n)) != 3) {
usr.sbin/mtest/mtest.c
602
sscanf(line, "%s %s %s", str1, str2, str3);
usr.sbin/mtest/mtest.c
708
if ((sscanf(line, "%s %s %d", str1, str2, &nreqsrc)) != 3) {
usr.sbin/mtest/mtest.c
772
if (sscanf(line, "%s %s", str1, str2) != 2) {
usr.sbin/mtest/mtest.c
800
if (sscanf(line, "%s %u", ifr.ifr_name, &f) != 2) {
usr.sbin/ndp/ndp.c
381
i = sscanf(line, "%49s %49s %49s %49s %49s",
usr.sbin/ndp/ndp.c
909
i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o[0], &o[1], &o[2],
usr.sbin/newsyslog/newsyslog.c
1287
if (!sscanf(q, "%o", &working->permissions))
usr.sbin/newsyslog/newsyslog.c
1303
if (!sscanf(q, "%d", &working->numlogs) || working->numlogs < 0)
usr.sbin/ngctl/write.c
105
if (sscanf(av[i], "%i", &byte) != 1 ||
usr.sbin/nscd/nscd.c
691
if (sscanf(pidbuf, "%d", &pid) != 1)
usr.sbin/pciconf/pciconf.c
1120
if (buf[0] != '\t' && sscanf(buf, "%04x %[^\n]", &id, str) == 2) {
usr.sbin/pciconf/pciconf.c
1141
if (buf[0] == '\t' && sscanf(buf + 1, "%04x %[^\n]", &id, str) == 2) {
usr.sbin/pmcannotate/pmcannotate.c
127
if (sscanf(str, " %p%n", &ptr, &nbytes) != 1)
usr.sbin/pmcannotate/pmcannotate.c
147
if (sscanf(str, "%p <%[^>:]>:%n", &ptr, fname, &nbytes) != 2)
usr.sbin/pmcannotate/pmcannotate.c
204
if (sscanf(buffer, "%p <%[^>:]>:", &ptr, fname) != 2)
usr.sbin/pmcannotate/pmcannotate.c
243
if (sscanf(buffer, "%p <%[^>:]>:", &ptr, fname) != 2)
usr.sbin/pmcannotate/pmcannotate.c
554
if (sscanf(buffer, " %p:", &ptr) != 1)
usr.sbin/pmcannotate/pmcannotate.c
636
if (sscanf(buffer, " %p:", &ptr) != 1)
usr.sbin/pmcannotate/pmcannotate.c
797
if (sscanf(buffer, "%p %s %p %p\n", &ptr, fname,
usr.sbin/powerd/powerd.c
238
if (sscanf(p, "%d/%d", &(*freqs)[j], &(*power)[i]) != 2) {
usr.sbin/powerd/powerd.c
377
sscanf(ptr, "notify=%x", ¬ify) == 1)
usr.sbin/powerd/powerd.c
400
sscanf(ptr, "notify=%x", ¬ify) == 1)
usr.sbin/ppp/command.c
1555
sscanf(*argv++, "%x", &code);
usr.sbin/ppp/command.c
1834
sscanf(argp, "%lx", &ulong_val);
usr.sbin/rpcbind/pmap_svc.c
302
if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
usr.sbin/rpcbind/rpcb_svc_com.c
1418
if (sscanf(arg->r_addr, "%d.%d.%d.%d.%d.%d",
usr.sbin/rpcbind/rpcb_svc_com.c
455
if (sscanf(cap->rmt_uaddr, "%d.%d.%d.%d.%d.%d",
usr.sbin/traceroute/as.c
172
sscanf(buf, "A%d\n", &dlen);
usr.sbin/traceroute/as.c
208
sscanf(buf + 7, " AS%u", &as);
usr.sbin/uhsoctl/uhsoctl.c
1073
error = sscanf(q, " port=%d", &usbport);
usr.sbin/uhsoctl/uhsoctl.c
1105
sscanf(q, " port=%d", &usbport0);
usr.sbin/uhsoctl/uhsoctl.c
1207
error = sscanf(buf[i], "+CGDCONT: %d,\"%*[^\"]\",\"%[^\"]\"",
usr.sbin/uhsoctl/uhsoctl.c
727
n = sscanf(resp, "+CREG: %*d,%d", ®);
usr.sbin/uhsoctl/uhsoctl.c
729
n = sscanf(resp, "+CREG: %d", ®);
usr.sbin/uhsoctl/uhsoctl.c
754
n = sscanf(resp, "+CGREG: %*d,%d", ®);
usr.sbin/uhsoctl/uhsoctl.c
756
n = sscanf(resp, "+CGREG: %d", ®);
usr.sbin/uhsoctl/uhsoctl.c
783
n = sscanf(resp, "+COPS: %*d,%*d,\"%[^\"]\",%d",
usr.sbin/uhsoctl/uhsoctl.c
831
n = sscanf(resp, "+CSQ: %d,%*d", &rssi);
usr.sbin/uhsoctl/uhsoctl.c
850
n = sscanf(resp, "_OWANCALL: %*d,%d", &i);
usr.sbin/uhsoctl/uhsoctl.c
886
n = sscanf(resp, "_OWANDATA: %*d, %[^,], %*[^,], %[^,], %[^,]",
usr.sbin/usbconfig/dump.c
403
if (buf[0] != '\t' && sscanf(buf, "%04x %[^\n]", &id, str) == 2) {
usr.sbin/usbconfig/dump.c
417
if (buf[0] == '\t' && sscanf(buf + 1, "%04x %[^\n]", &id, str) == 2) {
usr.sbin/usbconfig/usbconfig.c
582
if ((sscanf(ptr, "%d.%d",
usr.sbin/usbconfig/usbconfig.c
869
if ((sscanf(ptr, "%d.%d",
usr.sbin/utx/utx.c
47
sscanf(&in[i * 2], "%02hhx", &out[i]);
usr.sbin/vidcontrol/decode.c
48
sscanf(temp, "begin %o %s", (unsigned *)&n, temp);
usr.sbin/vidcontrol/vidcontrol.c
1487
if (sscanf(optarg, "%dx%d",
usr.sbin/vidcontrol/vidcontrol.c
514
if (sscanf(type, "%dx%d", &w, &h) == 2) {
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
125
if (sscanf(config, "%lf %lf %n", &next_f, &next_amp, &len) == 2) {
usr.sbin/virtual_oss/virtual_oss/httpd.c
490
sscanf(line, "Range: bytes=%ju-%ju", &r_start, &r_end) >= 1) {
usr.sbin/virtual_oss/virtual_oss/main.c
2162
if (sscanf(optarg, "%d,%d,%d", &a, &b, &c) != 3 ||
usr.sbin/virtual_oss/virtual_oss/main.c
2178
if (sscanf(optarg, "%d,%d,%d", &a, &b, &c) != 3 ||
usr.sbin/virtual_oss/virtual_oss/main.c
2274
sscanf(optarg, "%f", &samples_ms) == 1 &&
usr.sbin/virtual_oss/virtual_oss/main.c
2410
sscanf(optarg, "%f", &samples_ms) == 1 &&
usr.sbin/virtual_oss/virtual_oss/main.c
2429
sscanf(optarg, "%f", &samples_ms) == 1 &&
usr.sbin/ypserv/yp_access.c
149
if (sscanf(linebuf, "%s %s", addr1, addr2) < 2) {