Searched refs:funopen (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/lib/libz/ |
| D | zopen.c | 40 return (funopen(gz, xgzread, NULL, NULL, xgzclose)); in zopen() 42 return (funopen(gz, NULL, xgzwrite, NULL, xgzclose)); in zopen()
|
| /freebsd-10-stable/lib/libc/stdio/ |
| D | Makefile.inc | 14 ftell.c funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwscanf.c \ 39 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \ 58 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
|
| D | funopen.c | 45 funopen(const void *cookie, in funopen() function
|
| D | Symbol.map | 45 funopen;
|
| D | open_memstream.c | 200 fp = funopen(ms, NULL, memstream_write, memstream_seek, in open_memstream()
|
| D | fmemopen.c | 140 f = funopen(ck, in fmemopen()
|
| D | open_wmemstream.c | 262 fp = funopen(ms, NULL, wmemstream_write, wmemstream_seek, in open_wmemstream()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/ |
| D | t_io.c | 146 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL); in ATF_TC_BODY() 168 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL); in ATF_TC_BODY()
|
| /freebsd-10-stable/include/ |
| D | stdio.h | 422 FILE *funopen(const void *, 427 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 428 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
| /freebsd-10-stable/usr.bin/compress/ |
| D | zopen.c | 731 return (funopen(zs, zread, NULL, NULL, zclose)); in zopen() 734 return (funopen(zs, NULL, zwrite, NULL, zclose)); in zopen()
|
| /freebsd-10-stable/usr.bin/gzip/ |
| D | zuncompress.c | 202 return funopen(zs, zread, NULL, NULL, zclose); in zdopen()
|
| /freebsd-10-stable/share/doc/smm/01.setup/ |
| D | spell.ok | 295 funopen
|
| /freebsd-10-stable/lib/libfetch/ |
| D | ftp.c | 609 f = funopen(io, ftp_readfn, ftp_writefn, ftp_seekfn, ftp_closefn); in ftp_setup()
|
| D | http.c | 341 f = funopen(io, http_readfn, http_writefn, NULL, http_closefn); in http_funopen()
|