Home
last modified time | relevance | path

Searched refs:open_wmemstream (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dopen_wmemstream.texi1 @node open_wmemstream
2 @section @code{open_wmemstream}
3 @findex open_wmemstream
5 …cification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dopen_wmemstream.texi1 @node open_wmemstream
2 @section @code{open_wmemstream}
3 @findex open_wmemstream
5 …pecification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html}
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWmismatched-dealloc.c27 A (fclose) FILE* open_wmemstream (char**, size_t*);
225 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
231 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
240 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
247 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
254 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWmismatched-dealloc.c27 A (fclose) FILE* open_wmemstream (char**, size_t*);
225 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
231 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
240 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
247 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
254 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWmismatched-dealloc.c27 A (fclose) FILE* open_wmemstream (char**, size_t*);
225 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
231 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
240 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
247 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
254 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWmismatched-dealloc.c27 A (fclose) FILE* open_wmemstream (char**, size_t*);
225 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
231 FILE *p = open_wmemstream (bufp, sizep); in test_open_wmemstream()
240 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
247 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
254 p = open_wmemstream (bufp, sizep); // { dg-message "returned from 'open_wmemstream'" "note" } in test_open_wmemstream()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A DMakefile.inc24 SRCS+= fmemopen.c open_memstream.c open_wmemstream.c
69 MLINKS+=open_memstream.3 open_wmemstream.3
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/posix/
H A Dstdio.pxd20 FILE *open_wmemstream(wchar_t **, size_t *)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/posix/
H A Dstdio.pxd20 FILE *open_wmemstream(wchar_t **, size_t *)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/posix/
H A Dstdio.pxd20 FILE *open_wmemstream(wchar_t **, size_t *)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/posix/
H A Dstdio.pxd20 FILE *open_wmemstream(wchar_t **, size_t *)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/posix/
H A Dstdio.pxd20 FILE *open_wmemstream(wchar_t **, size_t *)
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d340 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
484 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d340 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
484 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d340 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
484 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdio/
H A Dopen_wmemstream.c60 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d398 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
542 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d398 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
542 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d398 FILE* open_wmemstream(wchar_t** ptr, size_t* sizeloc); in version()
542 auto f = open_wmemstream(&ptr, &sz); in version()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dopen_wmemstream.c68 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dopen_wmemstream.c68 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dopen_wmemstream.c76 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdio/
H A Dopen_wmemstream.c76 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dopen_wmemstream.c76 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdio/
H A Dopen_wmemstream.c76 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function

123456789