Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-4.7/gcc/
HDgenhooks.c132 while (fscanf (f, "%*[^@]"), buf[0] = '\0', in emit_documentation()
133 fscanf (f, "@%5[^ \n]", buf) != EOF) in emit_documentation()
141 fscanf (f, "%999s", buf); in emit_documentation()
195 fscanf (f, "%5[^ \n]", buf); in emit_documentation()
201 fscanf (f, "%999s", buf); in emit_documentation()
/dragonfly/contrib/gcc-8.0/gcc/
HDgenhooks.c130 while (fscanf (f, "%*[^@]"), buf[0] = '\0', in emit_documentation()
131 fscanf (f, "@%5[^ \n]", buf) != EOF) in emit_documentation()
139 fscanf (f, "%999s", buf); in emit_documentation()
192 fscanf (f, "%5[^ \n]", buf); in emit_documentation()
198 fscanf (f, "%999s", buf); in emit_documentation()
/dragonfly/contrib/gmp/scanf/
HDfscanffuns.c34 int fscanf __GMP_PROTO ((FILE *fp, const char *fmt, ...));
47 (gmp_doscan_scan_t) fscanf,
/dragonfly/sbin/mount_hpfs/
HDmount_hpfs.c236 if (fscanf(f, "%i", &code) != 1)
241 if (fscanf(f, "%i", &code) != 1)
246 if (fscanf(f, "%i", &code) != 1)
/dragonfly/contrib/binutils-2.34/gprof/
HDcorefile.c100 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy); in read_function_mappings()
107 matches = fscanf (file, "\n"); in read_function_mappings()
114 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy); in read_function_mappings()
134 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy); in read_function_mappings()
141 matches = fscanf (file, "\n"); in read_function_mappings()
152 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy); in read_function_mappings()
/dragonfly/contrib/binutils-2.27/gprof/
HDcorefile.c96 matches = fscanf (file, "%[^\n:]", dummy); in read_function_mappings()
103 matches = fscanf (file, "\n"); in read_function_mappings()
110 matches = fscanf (file, "%[^\n]\n", dummy); in read_function_mappings()
130 matches = fscanf (file, "%[^\n:]", dummy); in read_function_mappings()
137 matches = fscanf (file, "\n"); in read_function_mappings()
148 matches = fscanf (file, "%[^\n]\n", dummy); in read_function_mappings()
/dragonfly/lib/libtelnet/
HDrsaencpwd.c208 fscanf(fp, "%x;", &len);
263 fscanf(fp, "%x;", &len);
270 fscanf(fp, "%x;", &len);
/dragonfly/usr.sbin/bootparamd/bootparamd/
HDbootparamd.c202 while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) { in getthefile()
248 while ( ! res && (fscanf(bpf,"%s", info)) > 0) { /* read a string */ in getthefile()
301 while ( fscanf(bpf, "%254s", hostname) > 0 ) { in checkhost()
/dragonfly/lib/libc/stdio/
HDfscanf.c51 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) in fscanf() function
HDMakefile.inc15 fputc.c fputs.c fputwc.c fputws.c fread.c freopen.c fscanf.c \
121 MLINKS+=scanf.3 fscanf.3 \
HDSymbol.map49 fscanf;
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDstdio.h932 # undef fscanf
933 # define fscanf rpl_fscanf
935 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
938 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
940 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
943 _GL_CXXALIASWARN (fscanf);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcstdio68 #undef fscanf
114 using ::fscanf;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcstdio66 #undef fscanf
115 using ::fscanf;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcstdio67 #undef fscanf
114 using ::fscanf;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
Dstdio.h49 using std::fscanf;
/dragonfly/usr.sbin/rpc.ypupdated/
HDupdate.c124 fscanf(childrslt, "%d", &yperrno); in mapupdate()
/dragonfly/usr.bin/newkey/
HDupdate.c127 (void)fscanf(childrslt, "%d", &yperrno);
/dragonfly/usr.bin/msgs/
HDmsgs.c253 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg); in main()
393 fscanf(msgsrc, "%d\n", &nextmsg); in main()
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
HDlocalcharset.c211 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2) in get_charset_aliases()
/dragonfly/games/atc/
HDlog.c154 good = fscanf(score_fp, SCORE_SCANF_FMT, in log_score()
/dragonfly/games/hack/
HDhack.end.c374 if (fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %[^,],%[^\n]", in topten()
734 if (fscanf(rfile, "%6s %d %d %d %d %d %ld %c%c %[^,],%[^\n]", in prscore()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c1005 fscanf (resolution, " "); /* Read white space. */ in lto_resolution_read()
1017 t = fscanf (resolution, "@0x%16s", offset_p); in lto_resolution_read()
1027 fscanf (resolution, "%u", &num_symbols); in lto_resolution_read()
1041 t = fscanf (resolution, "%u " HOST_WIDE_INT_PRINT_HEX_PURE " %26s %*[^\n]\n", in lto_resolution_read()
2597 t = fscanf (resolution, "%u", &num_objects); in read_cgraph_and_symbols()
/dragonfly/usr.sbin/cron/lib/
HDmisc.c255 fscanf(fp, "%d", &otherpid); in acquire_daemonlock()
/dragonfly/libexec/atrun/
HDatrun.c224 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4) in run_file()

123