Searched refs:filebuf (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/security/mac_veriexec/ |
| H A D | veriexec_fingerprint.c | 139 uint8_t *filebuf; in evaluate_fingerprint() local 145 filebuf = malloc(PAGE_SIZE, M_VERIEXEC, M_WAITOK); in evaluate_fingerprint() 155 error = vn_rdwr_inchunks(UIO_READ, vp, filebuf, count, offset, in evaluate_fingerprint() 162 (ip->ops->update)(ctx, filebuf, nread); in evaluate_fingerprint() 174 free(filebuf, M_VERIEXEC); in evaluate_fingerprint()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1999 | 56 * testsuite/27_io/filebuf.cc: Revisions. 101 * testsuite/27_io/filebuf.cc: Tweak. 173 * testsuite/27_io/filebuf.cc: Tweaks. 387 (filebuf::close): Same. 589 (filebuf::overflow): Simplify. 590 (filebuf::showmanyc): Same. 591 (filebuf::underflow): Same. 592 * testsuite/27_io/filebuf.cc: Fix. 2563 (filebuf::overflow): Simplify. 2567 * testsuite/27/filebuf.cc: Tweak. [all …]
|
| H A D | ChangeLog-2002 | 2018 * testsuite/27_io/filebuf.cc: Same. 2041 * testsuite/27_io/filebuf.cc: Same. 3153 (filebuf::filebuf(cfile, openmode, int_type): Remove definition. 3154 (filebuf::fd): Remove. 3156 (filebuf::filebuf(__c_file*, openmode, int_type)): Remove. 3157 (filebuf::fd): Remove. 3259 Move to filebuf. 3378 (filebuf::_M_unbuf): Add. 4512 (filebuf::underflow): Use codecvt. 5137 * testsuite/27_io/filebuf.cc: Same. [all …]
|
| H A D | ChangeLog-2001 | 1139 * testsuite/27_io/filebuf.cc (test07): New test. 2340 * testsuite/27_io/filebuf.cc: Likewise. 3667 (filebuf::_M_filebuf_init): Change to 3669 (filebuf::_M_allocate_bufers): Change to 3671 (filebuf::_M_allocate_pback_buffer): New. 3672 (filebuf::_M_destroy_internal_buffer): New. 3673 (filebuf::_M_buf_allocated): New data member. 3879 * testsuite/27_io/filebuf.cc: Tweaks. 4252 filebuf ctor. 5240 (filebuf::_M_filebuf_init): Same. [all …]
|
| H A D | ChangeLog-1998 | 33 Remove unused _IO_* members, possibly put into filebuf, which may 42 filebuf. 365 * bits/std_fstream.h: Add some filebuf members. 741 flags _S_fd_in etc. for special filebuf ctor.
|
| H A D | ChangeLog-2000 | 2814 wofstream, filebuf, wfilebuf, fstream, wfstream. 3077 * testsuite/27_io/filebuf.cc: Tweaks. 3133 * src/Makefile.am (sources): Add filebuf.cc. 3311 * testsuite/27_io/filebuf.cc: Tweak. 3314 filebuf dtor. 3321 * bits/fstream.tcc (filebuf::close()): Revert. 3322 (filebuf::basic_filebuf()): Revert. 3381 filebuf ctor. 3562 * testsuite/27_io/filebuf.cc: Changed calls to 4048 * testsuite/27_io/filebuf.cc: Add tests. [all …]
|
| H A D | ChangeLog-2003 | 3959 from here to filebuf and stringbuf. 4242 is now used only for filebuf, when _M_buf_unified is true. 5030 further testing that upon filebuf::close() 27.8.1.1,3 is enforced. 5065 that upon filebuf::close() 27.8.1.1,3 is enforced. 6256 * testsuite/27_io/filebuf.cc, 8482 * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
|
| H A D | ChangeLog-2004 | 1782 streambuf/stringbuf/filebuf and wchar_t counterparts. 5545 Correct flags to filebuf::open calls.
|
| H A D | ChangeLog-2005 | 2682 filebuf behavior.
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | fstream.h | 34 using std::filebuf;
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_iosfwd.h | 144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | iosfwd | 67 typedef basic_filebuf<char> filebuf; 169 typedef basic_filebuf<char> filebuf;
|
| H A D | fstream | 64 typedef basic_filebuf<char> filebuf;
|
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_util.c | 942 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local 950 snprintf (filebuf, sizeof (filebuf), "%.*s", (int)len, data); 951 if (ucl_realpath (filebuf, realbuf) == NULL) { 959 filebuf, 988 snprintf (filebuf, sizeof (filebuf), "%s.sig", realbuf); 989 if (!ucl_fetch_file (filebuf, &sigbuf, &siglen, &parser->err, true)) { 994 filebuf,
|
| /freebsd-12.1/contrib/gcclibs/libiberty/testsuite/ |
| H A D | demangle-expected | 780 filebuf::sgetn(char *, int) 781 filebuf::sgetn 1345 filebuf::filebuf(int, char *, int) 1346 filebuf::filebuf
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | contrib.texi | 758 large file support in C++ filebuf.
|