Home
last modified time | relevance | path

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

1234

/glibc-2.36/stdio-common/
Dscanf4.c14 res = fscanf(fp, "%n", &val); in main()
23 res = fscanf(fp, ""); in main()
31 res = fscanf(fp, "BLURB"); in main()
Dtstscanf.c103 n = fscanf (in, "%d%f%s", &i, &x, name); in main()
123 (void) fscanf (in, "%2d%f%*d %[0123456789]", &i, &x, name); in main()
166 count = fscanf (in, "%f%20s of %20s", &quant, units, item); in main()
167 (void) fscanf (in, "%*[^\n]"); in main()
Dfscanf.c41 ldbl_strong_alias (__fscanf, fscanf)
Dbug26.c33 lost |= (fscanf (f, "%lf", &d) != 0); in main()
Dbug19.c9 # define FSCANF fscanf
Dtest-popen.c42 if (fscanf (stream, "%d\n", &j) != 1 || j != i) in read_data()
DVersions22 flockfile; fprintf; fscanf; ftrylockfile; funlockfile;
Dscanf15.c87 if (fscanf (fp, "%as%2c", &f, c) != 2) in main()
Dscanf14.c104 if (fscanf (fp, "%ms%2c", &sp, c) != 2) in main()
Dscanf14a.c110 if (fscanf (fp, "%as%2c", &sp, c) != 2) in main()
DMakefile36 fscanf \
367 CFLAGS-fscanf.c += -fexceptions
/glibc-2.36/libio/bits/
Dstdio-ldbl.h31 __LDBL_REDIR1_DECL (fscanf, __nldbl___isoc99_fscanf)
35 __LDBL_REDIR1_DECL (fscanf, __isoc99_fscanfieee128)
42 __LDBL_REDIR_DECL (fscanf)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-scanf-ldbl-compat.sh44 fscanf: OK
50 fscanf: OK
Dtest-scanf-ldbl-compat.c8 #define FSCANF fscanf
/glibc-2.36/nptl/
Dtst-cancel7.c128 if (fscanf (f, "%lld\n", &ll) != 1) in do_test()
161 if (f != NULL && fscanf (f, "%lld\n", &ll) == 1) in do_cleanup()
/glibc-2.36/locale/programs/
Dcharmap-dir.c264 if (fscanf (stream, " <code_set_name> %ms", &alias) == 1 in charmap_aliases()
265 || fscanf (stream, "%% alias %ms", &alias) == 1) in charmap_aliases()
/glibc-2.36/support/
Dsupport_ptrace.c37 TEST_COMPARE (fscanf (f, "%d", &ptrace_scope), 1); in support_ptrace_scope()
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-fscanf.c10 fscanf (FILE *stream, const char *fmt, ...) in fscanf() function
DVersions46 _IO_sscanf; _IO_vfscanf; __vfscanf; __vsscanf; fscanf; fwscanf; scanf;
/glibc-2.36/libio/
Dstdio.h415 extern int fscanf (FILE *__restrict __stream,
434 extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
448 # define fscanf __isoc99_fscanf macro
/glibc-2.36/elf/
Dtst-pldd.c120 TEST_COMPARE (fscanf (out, "%u: " STRINPUT (BUFFERLEN), &pid, buffer), 2); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-sysvshm-linux.c75 int r = fscanf (f, "%" SCNu64, &v); in read_proc_file()
Dtst-sysvmsg-linux.c74 int r = fscanf (f, "%d", & v); in read_proc_file()
Dtst-sysvsem-linux.c83 int r = fscanf (f, "%d %d %d %d", in read_sem_stat()
/glibc-2.36/nscd/
Dnscd.c598 n = fscanf (fp, "%d", &pid); in check_pid()

1234