Home
last modified time | relevance | path

Searched refs:funopen (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/devel/tinycbor/tinycbor-0.6.0/
H A DMakefile.configure1 ALLTESTS = open_memstream funopen fopencookie gc_sections \
7 PROGRAM-funopen = extern int funopen(); int main() { return funopen(); } function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/third_party/tinycbor/src/
H A DMakefile.configure1 ALLTESTS = open_memstream funopen fopencookie gc_sections \
7 PROGRAM-funopen = extern int funopen(); int main() { return funopen(); } function
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A DMakefile.inc14 funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwrite.c fwscanf.c \
32 fseek.3 funopen.3 fwide.3 getc.3 getdelim.3 getwc.3 mktemp.3 printf.3 \
45 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
46 MLINKS+=funopen.3 funopen2.3 funopen.3 fropen2.3 funopen.3 fwopen2.3
/dports/math/py-pyhull/pyhull-2015.2.1/src/fmemopen/
H A DREADME.md15 possible to recreate this functionality using a BSD-specific method called `funopen`.
17 From the funopen man page:
19 > FILE * funopen(const void *cookie, int (*readfn)(void *, char *, int),
23 > The funopen() function associates a stream with up to four ``I/O functions''. Either readfn or
27 fmemopen.c provides a simple implementation of fmemopen using funopen so that you can create FILE
/dports/www/nginx-full/nginx-let-module-c1f23aa/
H A Dlet.y99 | funopen ')'
119 funopen: NGXFUNC
121 | funopen expr { $$ = ngx_let_fun_arg($1, $2); }
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cc73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp73 fp = funopen(&cookie_var, f_read, f_write, NULL, f_close); in main()
82 fp = funopen(&cookie_var, f_read, NULL, f_seek, NULL); in main()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dstdio.h347 FILE *funopen(const void *,
353 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
354 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dstdio.h347 FILE *funopen(const void *,
353 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
354 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dstdio.h368 FILE *funopen(const void *,
374 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
375 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/
H A Dstdio.h376 FILE *funopen(const void *,
382 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
383 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/
H A Dstdio.h376 FILE *funopen(const void *,
382 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
383 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/dports/devel/z88dk/z88dk/libsrc/stdio/
H A Dfunopen.c9 PUBLIC funopen
12 ; FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int),
24 funopen:
/dports/ports-mgmt/pkg/pkg-1.17.5/compat/
H A DMakefile.autosetup8 funopen.c
H A Dfunopen.c35 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() function

1234567891011