Searched refs:fputwc (Results 1 – 25 of 56) sorted by relevance
123
/glibc-2.36/libio/ |
D | tst-wmemstream3.c | 30 if (fputwc (wcs[n], arq) == WEOF) in fwwrite() 41 #define FPUTC fputwc
|
D | tst-memstream.h | 40 if (fputwc (wcs[n], arq) == WEOF) in fwwrite() 51 # define FPUTC fputwc
|
D | tst-bz22415.c | 76 TEST_VERIFY_EXIT (fputwc (L'y', f) == L'y'); in do_test() 87 TEST_VERIFY_EXIT (fputwc (L'y', f) == L'y'); in do_test()
|
D | tst-bz28828.c | 28 fputwc (10, stdout); /* It should not crash here. */ in do_test()
|
D | fputwc.c | 31 fputwc (wchar_t wc, FILE *fp) in fputwc() function
|
D | Makefile | 38 fputwc fputwc_u getwc getwc_u getwchar getwchar_u iofgetws iofgetws_u \ 100 CFLAGS-fputwc.c += -fexceptions
|
D | tst-widetext.c | 138 if (fputwc (wcbuf[n], fp) == WEOF) in do_test()
|
D | Versions | 130 fputwc; fputwc_unlocked; fputws; fputws_unlocked; fsetpos; fsetpos64;
|
/glibc-2.36/stdio-common/ |
D | tst-vfprintf-user-type.c | 73 if (fputwc (L'{', fp) < 0) in my_printf_function() 96 if (fputwc (L',', fp) < 0) in my_printf_function() 124 if (fputwc (L'}', fp) < 0) in my_printf_function()
|
/glibc-2.36/conform/data/ |
D | wchar.h-data | 38 function wint_t fputwc (wchar_t, FILE*)
|
/glibc-2.36/wcsmbs/ |
D | wchar.h | 758 extern wint_t fputwc (wchar_t __wc, __FILE *__stream);
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 803 GLIBC_2.35 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 811 GLIBC_2.36 fputwc F
|
/glibc-2.36/manual/ |
D | stdio.texi | 816 fputwc (L'f', fp); 876 @deftypefun wint_t fputwc (wchar_t @var{wc}, FILE *@var{stream}) 879 The @code{fputwc} function writes the wide character @var{wc} to the 897 The @code{fputwc_unlocked} function is equivalent to the @code{fputwc} 916 This is just like @code{fputwc}, except that it can be implement as
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 842 GLIBC_2.33 fputwc F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 890 GLIBC_2.2.6 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 849 GLIBC_2.32 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 885 GLIBC_2.27 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 905 GLIBC_2.17 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 909 GLIBC_2.16 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 888 GLIBC_2.29 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 843 GLIBC_2.2.5 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 853 GLIBC_2.2 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 993 GLIBC_2.17 fputwc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 852 GLIBC_2.2 fputwc F
|
123