Searched refs:fscanf (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/libexec/atrun/
H A Dgloadavg.c65 if(fscanf(fp,"%lf",&result) != 1)
H A Datrun.c236 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_sendrecv_os.c43 if (fscanf(procf, "%lu", &max_psize) > 0) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgethostid.c50 if (fscanf(f, "%lx", &hostid) != 1)
/freebsd-13-stable/lib/libc/stdio/
H A Dfscanf.c41 static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93";
55 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) function
H A DMakefile.inc14 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \
83 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
/freebsd-13-stable/lib/libc/tests/sys/
H A Dmlock_helper.c101 if (fscanf(fp, "%lu", &saved_max_wired) != 1) {
102 perror("fscanf failed\n");
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c220 fscanf(fp, "%x;", &len);
275 fscanf(fp, "%x;", &len);
282 fscanf(fp, "%x;", &len);
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c216 fscanf(fp, "%x;", &len);
271 fscanf(fp, "%x;", &len);
278 fscanf(fp, "%x;", &len);
/freebsd-13-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c204 while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) {
254 while ( ! res && (fscanf(bpf, REXPAND(INFOLEN), info)) > 0) {
307 while ( fscanf(bpf, "%254s", l_hostname) > 0 ) {
/freebsd-13-stable/lib/libsm/
H A DMakefile28 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
/freebsd-13-stable/contrib/ntp/include/
H A Dl_stdlib.h141 extern int fscanf (FILE *, const char *, ...);
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp95 if (fscanf(StatFile,
/freebsd-13-stable/tests/sys/auditpipe/
H A Dauditpipe_test.c112 ATF_REQUIRE(fscanf(fileptr, "%d", &curr_qlim));
/freebsd-13-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c81 if (fscanf(file, "%d", &pid) == -1)
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-linux.c274 if (fscanf(fp, "%d", &oom_adj_save) != 1)
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c129 (void)fscanf(childrslt, "%d", &yperrno);
/freebsd-13-stable/usr.bin/newkey/
H A Dupdate.c124 (void)fscanf(childrslt, "%d", &yperrno);
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c267 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg);
413 fscanf(msgsrc, "%d\n", &nextmsg);
/freebsd-13-stable/contrib/atf/test-programs/
H A Dc_helpers.c144 if (fscanf(f, "%d", &i) != 1)
/freebsd-13-stable/include/
H A Dstdio.h265 int fscanf(FILE * __restrict, const char * __restrict, ...);
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dhosts_access.c284 while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dacm.c122 if (fscanf(f, "%" SCNu16, &server_port) != 1)
/freebsd-13-stable/sbin/recoverdisk/
H A Drecoverdisk.c356 if (3 != fscanf(file, "%jd %jd %d\n", &s, &l, &state)) {
/freebsd-13-stable/contrib/pf/authpf/
H A Dauthpf.c256 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)

Completed in 318 milliseconds

12