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

12

/freebsd-11-stable/libexec/atrun/
H A Dgloadavg.c63 if(fscanf(fp,"%lf",&result) != 1)
H A Datrun.c233 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4)
/freebsd-11-stable/lib/libc/stdio/
H A Dfscanf.c39 static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93";
42 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/fscanf.c 320942 2017-07-13 09:27:11Z kib $");
53 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-11-stable/contrib/groff/src/preproc/grn/
H A Dhdb.cpp94 (void) fscanf(file, "%" MAXSTRING_S "s%*[^\n]\n", string);
103 (void) fscanf(file, "%d%lf%lf\n", &size, &x, &y);
108 /* if (fscanf(file,"%" MAXSTRING_S "s\n", string) == EOF) */
111 if (fscanf(file, "\n%" MAXSTRING_S "[^\n]%*[^\n]\n", string) == EOF) {
123 (void) fscanf(file, "%lf%lf\n", &x, &y); /* always one point */
184 (void) fscanf(file, "%d%d\n", &brush, &size);
185 (void) fscanf(file, "%d", &len); /* text length */
279 * the following special-purpose version of fscanf.
281 * xscanf(f,xp,yp) does roughly what fscanf(f,"%f%f",xp,yp) does except:
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h56 #undef fscanf macro
/freebsd-11-stable/lib/libc/tests/sys/
H A Dmlock_helper.c101 if (fscanf(fp, "%d", &saved_max_wired) != 1) {
102 perror("fscanf failed\n");
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h70 #undef fscanf macro
117 using ::fscanf;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h49 using std::fscanf;
/freebsd-11-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-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c212 while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) {
262 while ( ! res && (fscanf(bpf, REXPAND(INFOLEN), info)) > 0) {
318 while ( fscanf(bpf, "%254s", hostname) > 0 ) {
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c216 fscanf(fp, "%x;", &len);
271 fscanf(fp, "%x;", &len);
278 fscanf(fp, "%x;", &len);
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h141 extern int fscanf (FILE *, const char *, ...);
/freebsd-11-stable/lib/libsm/
H A DMakefile28 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
/freebsd-11-stable/tests/sys/auditpipe/
H A Dauditpipe_test.c112 ATF_REQUIRE(fscanf(fileptr, "%d", &curr_qlim));
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp95 if (fscanf(StatFile,
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c81 if (fscanf(file, "%d", &pid) == -1)
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.c171 fscanf(statfile, "%*s %u", &applied);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-linux.c270 if (fscanf(fp, "%d", &oom_adj_save) != 1)
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c124 (void)fscanf(childrslt, "%d", &yperrno);
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c129 (void)fscanf(childrslt, "%d", &yperrno);
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c265 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg);
411 fscanf(msgsrc, "%d\n", &nextmsg);
/freebsd-11-stable/contrib/atf/test-programs/
H A Dc_helpers.c144 if (fscanf(f, "%d", &i) != 1)
/freebsd-11-stable/sbin/recoverdisk/
H A Drecoverdisk.c116 if (3 != fscanf(file, "%jd %jd %d\n", &s, &l, &state)) {
/freebsd-11-stable/contrib/gcc/
H A Dtlink.c390 while (fscanf (stream, "%c ", &c) == 1)

Completed in 183 milliseconds

12