/freebsd/contrib/sendmail/libsm/ |
H A D | t-streq.c | 86 while (fscanf(stdin, "%d:%s\n", &len, s1) == 2 && 87 fscanf(stdin, "%d:%s\n", &o,s2) == 2)
|
H A D | t-ixlen.c | 129 while (fscanf(stdin, "%s\n", line) == 1) 133 while (fscanf(stdin, "%d:%s\n", &len, line) == 2)
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | rsaencpwd.c | 212 fscanf(fp, "%x;", &len); 267 fscanf(fp, "%x;", &len); 274 fscanf(fp, "%x;", &len);
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | rsaencpwd.c | 220 fscanf(fp, "%x;", &len); 275 fscanf(fp, "%x;", &len); 282 fscanf(fp, "%x;", &len);
|
/freebsd/libexec/atrun/ |
H A D | gloadavg.c | 60 if(fscanf(fp,"%lf",&result) != 1) in gloadavg()
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 202 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 D | nondestructive.c | 359 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 D | gethostid.c | 50 if (fscanf(f, "%lx", &hostid) != 1) in get_spl_hostid()
|
/freebsd/lib/libc/stdio/ |
H A D | fscanf.c | 49 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) in fscanf() function
|
H A D | Makefile.inc | 11 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \ 117 MLINKS+=scanf.3 fscanf.3 \
|
H A D | Symbol.map | 34 fscanf;
|
/freebsd/lib/libc/tests/sys/ |
H A D | mlock_helper.c | 98 if (fscanf(fp, "%lu", &saved_max_wired) != 1) { in restore_vm_max_wired()
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 141 extern int fscanf (FILE *, const char *, ...);
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 29 using ::fscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 56 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 D | cstdio.cppm |
|
H A D | cstdio.inc | 29 using std::fscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libsm/ |
H A D | Makefile | 26 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
|
/freebsd/tests/sys/auditpipe/ |
H A D | auditpipe_test.c | 110 ATF_REQUIRE(fscanf(fileptr, "%d", &curr_qlim)); in ATF_TC_CLEANUP()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | barbox.c | 169 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 D | t_pidfile.c | 81 if (fscanf(file, "%d", &pid) == -1) in check_pidfile()
|
/freebsd/usr.bin/newkey/ |
H A D | update.c | 116 (void)fscanf(childrslt, "%d", &yperrno);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-linux.c | 274 if (fscanf(fp, "%d", &oom_adj_save) != 1) in oom_adjust_setup()
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | update.c | 121 (void)fscanf(childrslt, "%d", &yperrno); in mapupdate()
|
/freebsd/usr.bin/msgs/ |
H A D | msgs.c | 249 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg); in main() 395 fscanf(msgsrc, "%d\n", &nextmsg); in main()
|