Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 25 of 94) sorted by relevance

1234

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
DMakefile47 scanf \
87 tests-internal += test-scanf-ieee128 test-scanf-ibm128
88 CFLAGS-test-scanf-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi -std=c89 -D_GNU_SOURCE
89 CFLAGS-test-scanf-ibm128.c += -mabi=ibmlongdouble -Wno-psabi -std=c89 -D_GNU_SOURCE
95 tests-internal += test-isoc99-scanf-ieee128 test-isoc99-scanf-ibm128
96 CFLAGS-test-isoc99-scanf-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi -std=c99
97 CFLAGS-test-isoc99-scanf-ibm128.c += -mabi=ibmlongdouble -Wno-psabi -std=c99
104 tests-special += $(objpfx)test-scanf-ieee128.out
105 tests-special += $(objpfx)test-scanf-ibm128.out
110 tests-special += $(objpfx)test-isoc99-scanf-ieee128.out
[all …]
Dtest-scanf-ldbl-compat.sh45 scanf: OK
51 scanf: OK
Dtest-scanf-ldbl-compat.c10 #define SCANF scanf
/glibc-2.36/stdio-common/
Dbug6.c10 scanf ("%2s", buf); in main()
14 scanf (" "); in main()
15 scanf ("%d", &i); in main()
19 scanf ("%c", buf); in main()
Dscanf16.c34 static int __attribute__ ((format (scanf, 2, 3)))
44 static int __attribute__ ((format (scanf, 1, 2)))
54 static int __attribute__ ((format (scanf, 2, 3)))
Dscanf16a.c39 static int __attribute__ ((format (scanf, 2, 3)))
49 static int __attribute__ ((format (scanf, 1, 2)))
59 static int __attribute__ ((format (scanf, 2, 3)))
Dscanf12.c10 if (scanf ("%lg", &d) != 0) in main()
Dscanf.c43 ldbl_strong_alias (__scanf, scanf)
DMakefile68 scanf \
193 tst-scanf-round \
368 CFLAGS-scanf.c += -fexceptions
DVersions34 scanf; snprintf; sprintf; sscanf;
Dscanf15.c96 if (scanf ("%as%2c", &f, c) != 2) in main()
Dscanf14.c118 if (scanf ("%ms%2c", &sp, c) != 2) in main()
Dscanf14a.c124 if (scanf ("%as%2c", &sp, c) != 2) in main()
/glibc-2.36/libio/bits/
Dstdio-ldbl.h32 __LDBL_REDIR1_DECL (scanf, __nldbl___isoc99_scanf)
36 __LDBL_REDIR1_DECL (scanf, __isoc99_scanfieee128)
43 __LDBL_REDIR_DECL (scanf)
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
DVersions45 # *scanf family, using IEEE quad long double
46 _IO_sscanf; _IO_vfscanf; __vfscanf; __vsscanf; fscanf; fwscanf; scanf;
50 # *scanf family, using IEEE double as long double
Dnldbl-scanf.c10 scanf (const char *fmt, ...) in scanf() function
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Dtst-cet-property-2.c49 if (scanf ("%3s", buf) != 1) in do_test()
/glibc-2.36/stdlib/
Dtestdiv.c26 while (scanf ("%d %d\n", &i, &j) == 2) in main()
/glibc-2.36/libio/
Dstdio.h421 extern int scanf (const char *__restrict __format, ...) __wur;
437 extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
449 # define scanf __isoc99_scanf macro
Dtst-bz24153.c62 TEST_COMPARE (scanf ("%c", &ch), 1); in narrow()
/glibc-2.36/crypt/
Dcert.c102 scanf("%2x",&t); in get8()
/glibc-2.36/manual/
Dstdio.texi30 * Formatted Input:: @code{scanf} and related functions.
717 format specifiers for the @code{printf} and @code{scanf} families of
726 desirable to use @code{printf} and @code{scanf}. The other, smaller and
728 possible to have a format string for @code{printf} and @code{scanf}
1825 output, but are different when used with @code{scanf} for input
1949 Integers}) and @code{scanf} with the @samp{%i} conversion
2747 @code{printf} (as opposed to @code{scanf}; @pxref{Formatted Input});
3349 @cindex format string, for @code{scanf}
3350 @cindex template, for @code{scanf}
3351 The functions described in this section (@code{scanf} and related
[all …]
/glibc-2.36/localedata/locales/
Dpa_IN47 % This is used in the scanf family of functions to read Punjabi numbers
Dgu_IN49 % This is used in the scanf family of functions to read Gujarati numbers
Dkn_IN50 % This is used in the scanf family of functions to read Kannada numbers

1234