/glibc-2.36/stdio-common/ |
D | scanf4.c | 14 res = fscanf(fp, "%n", &val); in main() 23 res = fscanf(fp, ""); in main() 31 res = fscanf(fp, "BLURB"); in main()
|
D | tstscanf.c | 103 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()
|
D | fscanf.c | 41 ldbl_strong_alias (__fscanf, fscanf)
|
D | bug26.c | 33 lost |= (fscanf (f, "%lf", &d) != 0); in main()
|
D | bug19.c | 9 # define FSCANF fscanf
|
D | test-popen.c | 42 if (fscanf (stream, "%d\n", &j) != 1 || j != i) in read_data()
|
D | Versions | 22 flockfile; fprintf; fscanf; ftrylockfile; funlockfile;
|
D | scanf15.c | 87 if (fscanf (fp, "%as%2c", &f, c) != 2) in main()
|
D | scanf14.c | 104 if (fscanf (fp, "%ms%2c", &sp, c) != 2) in main()
|
D | scanf14a.c | 110 if (fscanf (fp, "%as%2c", &sp, c) != 2) in main()
|
D | Makefile | 36 fscanf \ 367 CFLAGS-fscanf.c += -fexceptions
|
/glibc-2.36/libio/bits/ |
D | stdio-ldbl.h | 31 __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/ |
D | test-scanf-ldbl-compat.sh | 44 fscanf: OK 50 fscanf: OK
|
D | test-scanf-ldbl-compat.c | 8 #define FSCANF fscanf
|
/glibc-2.36/nptl/ |
D | tst-cancel7.c | 128 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/ |
D | charmap-dir.c | 264 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/ |
D | support_ptrace.c | 37 TEST_COMPARE (fscanf (f, "%d", &ptrace_scope), 1); in support_ptrace_scope()
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-fscanf.c | 10 fscanf (FILE *stream, const char *fmt, ...) in fscanf() function
|
D | Versions | 46 _IO_sscanf; _IO_vfscanf; __vfscanf; __vsscanf; fscanf; fwscanf; scanf;
|
/glibc-2.36/libio/ |
D | stdio.h | 415 extern int fscanf (FILE *__restrict __stream, 434 extern int __REDIRECT (fscanf, (FILE *__restrict __stream, 448 # define fscanf __isoc99_fscanf macro
|
/glibc-2.36/elf/ |
D | tst-pldd.c | 120 TEST_COMPARE (fscanf (out, "%u: " STRINPUT (BUFFERLEN), &pid, buffer), 2); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-sysvshm-linux.c | 75 int r = fscanf (f, "%" SCNu64, &v); in read_proc_file()
|
D | tst-sysvmsg-linux.c | 74 int r = fscanf (f, "%d", & v); in read_proc_file()
|
D | tst-sysvsem-linux.c | 83 int r = fscanf (f, "%d %d %d %d", in read_sem_stat()
|
/glibc-2.36/nscd/ |
D | nscd.c | 598 n = fscanf (fp, "%d", &pid); in check_pid()
|