HomeSort by: relevance | last modified time | path
    Searched refs:fscanf (Results 1 - 25 of 158) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/lgpl3/gmp/dist/scanf/
fscanffuns.c 44 int fscanf (FILE *, const char *, ...);
57 (gmp_doscan_scan_t) fscanf,
Makefile.am 37 doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c \
  /src/external/lgpl3/mpc/dist/tests/
tpl_native.c 39 n = fscanf (datafile_context->fd, "%i", nread);
71 n = fscanf (datafile_context->fd, "%lu", ui);
104 n = fscanf (datafile_context->fd, "%li", si);
tpl_mpfr.c 36 n = fscanf (datafile_context->fd, "%lu", &prec);
read_data.c 270 n = fscanf (fp, "%i", nread);
294 n = fscanf (fp, "%lu", &prec);
  /src/sys/modules/examples/readhappy_mpsafe/
test_readhappy.c 55 fscanf(fp, "%d", &line);
  /src/lib/libc/stdio/
fscanf.c 1 /* $NetBSD: fscanf.c,v 1.14 2013/04/19 23:32:17 joerg Exp $ */
38 static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fscanf.c,v 1.14 2013/04/19 23:32:17 joerg Exp $");
57 fscanf(FILE *fp, char const *fmt, ...)
Makefile.inc 11 fread.c freopen.c fscanf.c fseek.c fseeko.c fsetpos.c ftell.c ftello.c \
58 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
  /src/sbin/mount_umap/
mount_umap.c 167 if ((fscanf(fp, "%d\n", &nentries)) != 1)
176 if ((fscanf(fp, "%lu %lu\n", &d1, &d2)) != 2) {
215 if ((fscanf(gfp, "%d\n", &gnentries)) != 1)
225 if ((fscanf(gfp, "%lu %lu\n",
  /src/external/gpl2/mkhybrid/dist/
match.c 202 while (fscanf(fp, "%s", name) != EOF) {
244 while (fscanf(fp, "%s", name) != EOF) {
265 while (fscanf(fp, "%s", name) != EOF) {
286 while (fscanf(fp, "%s", name) != EOF) {
  /src/external/gpl2/groff/dist/src/preproc/grn/
hdb.cpp 96 (void) fscanf(file, "%" MAXSTRING_S "s%*[^\n]\n", string);
105 (void) fscanf(file, "%d%lf%lf\n", &size, &x, &y);
110 /* if (fscanf(file,"%" MAXSTRING_S "s\n", string) == EOF) */
113 if (fscanf(file, "\n%" MAXSTRING_S "[^\n]%*[^\n]\n", string) == EOF) {
125 (void) fscanf(file, "%lf%lf\n", &x, &y); /* always one point */
186 (void) fscanf(file, "%d%d\n", &brush, &size);
187 (void) fscanf(file, "%d", &len); /* text length */
281 * the following special-purpose version of fscanf.
283 * xscanf(f,xp,yp) does roughly what fscanf(f,"%f%f",xp,yp) does except:
  /src/external/gpl3/gcc/dist/gcc/
genhooks.cc 114 while (fscanf (f, "%*[^@]"), buf[0] = '\0',
115 fscanf (f, "@%5[^ \n]", buf) != EOF)
123 fscanf (f, "%999s", buf);
176 fscanf (f, "%5[^ \n]", buf);
182 fscanf (f, "%999s", buf);
  /src/external/gpl3/gcc.old/dist/gcc/
genhooks.cc 111 while (fscanf (f, "%*[^@]"), buf[0] = '\0',
112 fscanf (f, "@%5[^ \n]", buf) != EOF)
120 fscanf (f, "%999s", buf);
173 fscanf (f, "%5[^ \n]", buf);
179 fscanf (f, "%999s", buf);
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdio.h 121 extern int fscanf( FILE *__stream, const char *__format, ...);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdio.h 121 extern int fscanf( FILE *__stream, const char *__format, ...);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdio.h 49 using std::fscanf;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdio.h 49 using std::fscanf;
  /src/external/mit/libuv/dist/test/
test-platform-output.c 102 if (fscanf(file, "%lu %lu", &quota, &period) == 2 && quota > 0) {
113 if (fscanf(file, "%lu", &quota) == 1 && quota > 0 && quota < ~0ULL) {
116 if (file && fscanf(file, "%lu", &period) == 1) {
  /src/external/gpl3/binutils/dist/gprof/
corefile.c 104 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
111 matches = fscanf (file, "\n");
118 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
138 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
145 matches = fscanf (file, "\n");
156 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
  /src/external/gpl3/binutils.old/dist/gprof/
corefile.c 104 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
111 matches = fscanf (file, "\n");
118 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
138 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
145 matches = fscanf (file, "\n");
156 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
  /src/external/bsd/ntp/dist/include/
l_stdlib.h 143 extern int fscanf (FILE *, const char *, ...);
  /src/external/gpl3/gdb/dist/gnulib/import/
stdio-read.c 104 fscanf (FILE *stream, const char *format, ...) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdio-read.c 104 fscanf (FILE *stream, const char *format, ...) function
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 75 fscanf(f, "%zd %zd", &size, &rss);
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1_main.cpp 95 if (fscanf(StatFile,

Completed in 39 milliseconds

1 2 3 4 5 6 7