Symbol: fscanf
crypto/openssh/moduli.c
492
if (fscanf(fp, "%lu\n", &lineno) < 1)
games/atc/log.c
154
good = fscanf(score_fp, SCORE_SCANF_FMT,
games/hack/hack.end.c
374
if (fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %[^,],%[^\n]",
games/hack/hack.end.c
734
if (fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %[^,],%[^\n]",
games/sail/sync.c
357
switch (fscanf(sync_fp, "%d%d%d", &type, &shipnum, &isstr)) {
games/sail/sync.c
394
if (fscanf(sync_fp, "%ld%ld%ld%ld", &a, &b, &c, &d)
include/stdio.h
230
int fscanf(FILE * __restrict, const char * __restrict, ...)
lib/libc/gen/getnetgrent.c
178
fscanf(netf, "%c", &_yp_plus);
lib/libfetch/common.c
1650
if (fscanf(f, " %1023s ", word) != 1)
lib/libtelnet/rsaencpwd.c
208
fscanf(fp, "%x;", &len);
lib/libtelnet/rsaencpwd.c
263
fscanf(fp, "%x;", &len);
lib/libtelnet/rsaencpwd.c
270
fscanf(fp, "%x;", &len);
libexec/atrun/atrun.c
224
if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4)
sbin/mount_hpfs/mount_hpfs.c
236
if (fscanf(f, "%i", &code) != 1)
sbin/mount_hpfs/mount_hpfs.c
241
if (fscanf(f, "%i", &code) != 1)
sbin/mount_hpfs/mount_hpfs.c
246
if (fscanf(f, "%i", &code) != 1)
sbin/mount_ufs/mount.c
275
if (fscanf(mountdfp, "%d", &pid) == 1 &&
sbin/startslip/startslip.c
211
if (fscanf(pfd, "%ld\n", &lpid) == 1) {
test/interbench/interbench.c
1645
fscanf(fp, "%lu", &ud.loops_per_ms);
usr.bin/at/at.c
189
if (fscanf(fid, "%5lx", &jobno) == 1) {
usr.bin/msgs/msgs.c
253
fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg);
usr.bin/msgs/msgs.c
393
fscanf(msgsrc, "%d\n", &nextmsg);
usr.bin/newkey/update.c
127
(void)fscanf(childrslt, "%d", &yperrno);
usr.sbin/authpf/authpf.c
220
if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
usr.sbin/bootparamd/bootparamd/bootparamd.c
202
while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
248
while ( ! res && (fscanf(bpf,"%s", info)) > 0) { /* read a string */
usr.sbin/bootparamd/bootparamd/bootparamd.c
301
while ( fscanf(bpf, "%254s", hostname) > 0 ) {
usr.sbin/cron/lib/misc.c
255
fscanf(fp, "%d", &otherpid);
usr.sbin/fwcontrol/fwcontrol.c
365
fscanf(file, DUMP_FORMAT,
usr.sbin/rpc.ypupdated/update.c
124
fscanf(childrslt, "%d", &yperrno);