Symbol: fscanf
games/atc/log.c
152
good = fscanf(score_fp, scanstr,
games/hack/hack.end.c
351
if(fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %8[^,],%40[^\n]",
games/hack/hack.end.c
670
if(fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %8[^,],%40[^\n]",
games/sail/sync.c
235
switch (fscanf(sync_fp, "%d%d%d", &type, &shipnum, &isstr)) {
games/sail/sync.c
270
if (fscanf(sync_fp, "%ld%ld%ld%ld", &a, &b, &c, &d) != 4)
include/stdio.h
146
int fscanf(FILE *, const char *, ...);
lib/libc/hidden/stdio.h
72
PROTO_NORMAL(fscanf);
lib/libc/stdio/fscanf.c
48
DEF_STRONG(fscanf);
libexec/login_yubikey/login_yubikey.c
200
if (fscanf(f, "%12s", hexuid) != 1) {
libexec/login_yubikey/login_yubikey.c
212
if (fscanf(f, "%32s", hexkey) != 1) {
libexec/login_yubikey/login_yubikey.c
225
if (fscanf(f, "%u", &last_ctr) != 1)
regress/lib/libc/orientation/orientation_test.c
182
TEST_NARROW(fscanf(f, "%s\n", buffer));
regress/usr.bin/bc/t19.c
58
ret = fscanf(fp, "%Lf", &d1);
sbin/mount/mount.c
291
if (fscanf(mountdfp, "%d", &pid) == 1 &&
sbin/mountd/mountd.c
283
if (fscanf(pidfile, "%d\n", &c) > 0 && c > 0) {
sbin/scsi/scsi.c
472
if (fscanf(modes, "%i", &page_desc) != 1)
sbin/unwind/libunbound/util/config_file.c
2020
if (fscanf(range_fd, "%d %d", &min_port, &max_port) == 2) {
usr.bin/newsyslog/newsyslog.c
1060
if (fscanf(fp, "%lld\n", &osize) != 1) {
usr.bin/ssh/moduli.c
441
if (fscanf(fp, "%lu\n", &lineno) < 1)
usr.sbin/authpf/authpf.c
236
if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
usr.sbin/mrouted/main.c
171
fscanf(fp, "%d", &prev_genid);
usr.sbin/nsd/xfrd-disk.c
32
if(fscanf(in, " %3990s", buf) != 1)
usr.sbin/ntpd/ntpd.c
581
if (fscanf(freqfp, "%lf", &d) == 1) {
usr.sbin/unbound/util/config_file.c
2020
if (fscanf(range_fd, "%d %d", &min_port, &max_port) == 2) {