Home
last modified time | relevance | path

Searched refs:fscanf (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/sendmail/libsm/
H A Dt-streq.c86 while (fscanf(stdin, "%d:%s\n", &len, s1) == 2 &&
87 fscanf(stdin, "%d:%s\n", &o,s2) == 2)
H A Dt-ixlen.c129 while (fscanf(stdin, "%s\n", line) == 1)
133 while (fscanf(stdin, "%d:%s\n", &len, line) == 2)
/freebsd/contrib/telnet/libtelnet/
H A Drsaencpwd.c212 fscanf(fp, "%x;", &len);
267 fscanf(fp, "%x;", &len);
274 fscanf(fp, "%x;", &len);
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c220 fscanf(fp, "%x;", &len);
275 fscanf(fp, "%x;", &len);
282 fscanf(fp, "%x;", &len);
/freebsd/libexec/atrun/
H A Dgloadavg.c60 if(fscanf(fp,"%lf",&result) != 1) in gloadavg()
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c202 while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) { in getthefile()
252 while ( ! res && (fscanf(bpf, REXPAND(INFOLEN), info)) > 0) { in getthefile()
305 while ( fscanf(bpf, "%254s", l_hostname) > 0 ) { in checkhost()
/freebsd/tests/sys/ses/
H A Dnondestructive.c359 r = fscanf(pipe, "0x%x", &status); in do_getelmstat()
418 if (1 == fscanf(pipe, f, sg_encid)) in do_getencid()
513 r = fscanf(pipe, in do_getencstat()
561 if (1 == fscanf(pipe, " number of possible elements: %u", in do_getnelm()
/freebsd/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgethostid.c50 if (fscanf(f, "%lx", &hostid) != 1) in get_spl_hostid()
/freebsd/lib/libc/stdio/
H A Dfscanf.c49 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) in fscanf() function
H A DMakefile.inc11 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \
117 MLINKS+=scanf.3 fscanf.3 \
H A DSymbol.map34 fscanf;
/freebsd/lib/libc/tests/sys/
H A Dmlock_helper.c98 if (fscanf(fp, "%lu", &saved_max_wired) != 1) { in restore_vm_max_wired()
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h141 extern int fscanf (FILE *, const char *, ...);
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc29 using ::fscanf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio56 int fscanf(FILE* restrict stream, const char * restrict format, ...);
125 using ::fscanf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.cppm
H A Dcstdio.inc29 using std::fscanf _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libsm/
H A DMakefile26 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
/freebsd/tests/sys/auditpipe/
H A Dauditpipe_test.c110 ATF_REQUIRE(fscanf(fileptr, "%d", &curr_qlim)); in ATF_TC_CLEANUP()
/freebsd/contrib/bsddialog/lib/
H A Dbarbox.c169 fscanf(input, "%s", inputbuf); in bsddialog_gauge()
179 fscanf(input, "%d", &perc); in bsddialog_gauge()
184 fscanf(input, "%s", inputbuf); in bsddialog_gauge()
/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c81 if (fscanf(file, "%d", &pid) == -1) in check_pidfile()
/freebsd/usr.bin/newkey/
H A Dupdate.c116 (void)fscanf(childrslt, "%d", &yperrno);
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c274 if (fscanf(fp, "%d", &oom_adj_save) != 1) in oom_adjust_setup()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dupdate.c121 (void)fscanf(childrslt, "%d", &yperrno); in mapupdate()
/freebsd/usr.bin/msgs/
H A Dmsgs.c249 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg); in main()
395 fscanf(msgsrc, "%d\n", &nextmsg); in main()

123