Searched refs:scanf (Results 1 – 25 of 94) sorted by relevance
1234
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | Makefile | 47 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 …]
|
D | test-scanf-ldbl-compat.sh | 45 scanf: OK 51 scanf: OK
|
D | test-scanf-ldbl-compat.c | 10 #define SCANF scanf
|
/glibc-2.36/stdio-common/ |
D | bug6.c | 10 scanf ("%2s", buf); in main() 14 scanf (" "); in main() 15 scanf ("%d", &i); in main() 19 scanf ("%c", buf); in main()
|
D | scanf16.c | 34 static int __attribute__ ((format (scanf, 2, 3))) 44 static int __attribute__ ((format (scanf, 1, 2))) 54 static int __attribute__ ((format (scanf, 2, 3)))
|
D | scanf16a.c | 39 static int __attribute__ ((format (scanf, 2, 3))) 49 static int __attribute__ ((format (scanf, 1, 2))) 59 static int __attribute__ ((format (scanf, 2, 3)))
|
D | scanf12.c | 10 if (scanf ("%lg", &d) != 0) in main()
|
D | scanf.c | 43 ldbl_strong_alias (__scanf, scanf)
|
D | Makefile | 68 scanf \ 193 tst-scanf-round \ 368 CFLAGS-scanf.c += -fexceptions
|
D | Versions | 34 scanf; snprintf; sprintf; sscanf;
|
D | scanf15.c | 96 if (scanf ("%as%2c", &f, c) != 2) in main()
|
D | scanf14.c | 118 if (scanf ("%ms%2c", &sp, c) != 2) in main()
|
D | scanf14a.c | 124 if (scanf ("%as%2c", &sp, c) != 2) in main()
|
/glibc-2.36/libio/bits/ |
D | stdio-ldbl.h | 32 __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/ |
D | Versions | 45 # *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
|
D | nldbl-scanf.c | 10 scanf (const char *fmt, ...) in scanf() function
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | tst-cet-property-2.c | 49 if (scanf ("%3s", buf) != 1) in do_test()
|
/glibc-2.36/stdlib/ |
D | testdiv.c | 26 while (scanf ("%d %d\n", &i, &j) == 2) in main()
|
/glibc-2.36/libio/ |
D | stdio.h | 421 extern int scanf (const char *__restrict __format, ...) __wur; 437 extern int __REDIRECT (scanf, (const char *__restrict __format, ...), 449 # define scanf __isoc99_scanf macro
|
D | tst-bz24153.c | 62 TEST_COMPARE (scanf ("%c", &ch), 1); in narrow()
|
/glibc-2.36/crypt/ |
D | cert.c | 102 scanf("%2x",&t); in get8()
|
/glibc-2.36/manual/ |
D | stdio.texi | 30 * 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/ |
D | pa_IN | 47 % This is used in the scanf family of functions to read Punjabi numbers
|
D | gu_IN | 49 % This is used in the scanf family of functions to read Gujarati numbers
|
D | kn_IN | 50 % This is used in the scanf family of functions to read Kannada numbers
|
1234