Searched refs:open_wmemstream (Results 1 – 25 of 53) sorted by relevance
123
/glibc-2.36/libio/ |
D | tst-wmemstream1.c | 19 FILE *f = open_wmemstream (&buf, &size); in test_open_wmemstream_no_stdio() 24 FILE* (*pf)(wchar_t**, size_t*) = open_wmemstream; in test_open_wmemstream_no_stdio() 40 #define OPEN_MEMSTREAM open_wmemstream
|
D | tst-wmemstream5.c | 36 FILE *f = open_wmemstream (&buf, &size); in do_test() 41 FILE* (*pf)(wchar_t**, size_t*) = open_wmemstream; in do_test()
|
D | bug-wmemstream1.c | 12 FILE *fp = open_wmemstream (&buf, &size); in do_test() 69 fp = open_wmemstream (&buf, &size); in do_test()
|
D | tst-wmemstream2.c | 5 #define OPEN_MEMSTREAM open_wmemstream
|
D | tst-wmemstream3.c | 38 #define OPEN_MEMSTREAM open_wmemstream
|
D | tst-memstream.h | 48 # define OPEN_MEMSTREAM open_wmemstream
|
D | wmemstream.c | 65 open_wmemstream (wchar_t **bufloc, size_t *sizeloc) in open_wmemstream() function
|
D | Versions | 152 open_wmemstream;
|
D | stdio.h | 321 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW
|
/glibc-2.36/misc/ |
D | tst-warn-wide.c | 45 FILE *fp = open_wmemstream (&buffer, &length); in one_test()
|
/glibc-2.36/conform/data/ |
D | wchar.h-data | 51 function {FILE*} open_wmemstream (wchar_t**, size_t*)
|
/glibc-2.36/wcsmbs/ |
D | wchar.h | 581 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1342 GLIBC_2.35 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1358 GLIBC_2.36 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1382 GLIBC_2.33 open_wmemstream F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 2357 GLIBC_2.4 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1380 GLIBC_2.32 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 1429 GLIBC_2.27 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 1444 GLIBC_2.17 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 1451 GLIBC_2.16 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 1437 GLIBC_2.29 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 2612 GLIBC_2.4 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2746 GLIBC_2.4 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 1532 GLIBC_2.17 open_wmemstream F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 2692 GLIBC_2.4 open_wmemstream F
|
123