| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | filebuf_members.cc | 45 std::filebuf fb_01; // in in test_01() 46 std::filebuf fb_02; // out in test_01() 47 std::filebuf fb_03; // in | out in test_01() 212 std::filebuf fbuf; in test_06() 219 std::filebuf fbuf; in test_06() 220 std::filebuf* r = fbuf.open(name, in test_06() 246 filebuf fbin; in test_07() 253 filebuf fb; in test_07() 255 filebuf* ret = fb.open(name, ios_base::in | ios_base::out); in test_07()
|
| H A D | filebuf_virtuals.cc | 43 filebuf fbuf01; in test01() 58 filebuf fbuf01; in test02() 84 class derived_filebuf: public std::filebuf 117 typedef std::filebuf::int_type int_type; in test05() 118 typedef std::filebuf::traits_type traits_type; in test05() 119 typedef std::filebuf::pos_type pos_type; in test05() 120 typedef std::filebuf::off_type off_type; in test05() 124 std::filebuf f_tmp; in test05() 533 std::filebuf ob; in test07() 587 filebuf fbuf; in test09() [all …]
|
| H A D | fstream_members.cc | 43 std::filebuf fbuf; in test02() 49 std::filebuf* const buf1 = sstrm1.rdbuf(); in test02() 53 std::filebuf* const buf2 = sstrm1.rdbuf(); in test02()
|
| H A D | ifstream_members.cc | 93 std::filebuf fbuf; in test02() 99 std::filebuf* const buf1 = sstrm1.rdbuf(); in test02() 103 std::filebuf* const buf2 = sstrm1.rdbuf(); in test02()
|
| H A D | ofstream_members.cc | 94 std::filebuf fbuf; in test02() 100 std::filebuf* const buf1 = sstrm1.rdbuf(); in test02() 104 std::filebuf* const buf2 = sstrm1.rdbuf(); in test02()
|
| H A D | filebuf.cc | 34 typedef std::filebuf test_type; in test01()
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | ftruncate.c | 34 struct stat filebuf; local 36 if (fstat (fd, &filebuf) < 0) 39 if (filebuf.st_size < length)
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | ssl.c | 118 char *data, *buf, *filebuf; in ssl_load_key() local 128 if ((filebuf = malloc_conceal(BUFSIZ)) == NULL) in ssl_load_key() 130 setvbuf(fp, filebuf, _IOFBF, BUFSIZ); in ssl_load_key() 151 freezero(filebuf, BUFSIZ); in ssl_load_key() 152 filebuf = NULL; in ssl_load_key() 180 freezero(filebuf, BUFSIZ); in ssl_load_key()
|
| /openbsd-src/usr.sbin/hotplugd/ |
| H A D | hotplugd.c | 166 char filebuf[PATH_MAX]; in exec_script() local 168 strlcpy(filebuf, file, sizeof(filebuf)); in exec_script() 169 execl(file, basename(filebuf), strclass, name, (char *)NULL); in exec_script()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p811.C | 232 class filebuf : public streambuf { 236 filebuf(); 237 filebuf(int fd); 238 filebuf(int fd, char* p, int len); 239 ~filebuf(); 240 filebuf* attach(int fd); 241 filebuf* open(const char *filename, const char *mode); 242 filebuf* open(const char *filename, int mode, int prot = 0664); 247 filebuf* close();
|
| /openbsd-src/lib/libkvm/ |
| H A D | kvm_file2.c | 279 char *filebuf = NULL; in kvm_deadfile_byid() local 361 char *tmp = reallocarray(filebuf, in kvm_deadfile_byid() 369 filebuf = tmp; in kvm_deadfile_byid() 370 if (kvm_read(kd, (u_long)filed.fd_ofiles, filebuf, in kvm_deadfile_byid() 376 filed.fd_ofiles = (void *)filebuf; in kvm_deadfile_byid() 377 filed.fd_ofileflags = filebuf + in kvm_deadfile_byid() 460 free(filebuf); in kvm_deadfile_byid() 463 free(filebuf); in kvm_deadfile_byid()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/backward/ |
| H A D | fstream.h | 34 using std::filebuf;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| H A D | fstream.h | 34 using std::filebuf;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ext/ |
| H A D | stdio_filebuf_2.cc | 48 filebuf fbuf; in test01()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
| H A D | ChangeLog | 281 * filebuf.cc (filebuf::open): Pass new fourth argument to 357 * filebuf.cc (filebuf::open): Call _IO_file_open if 1147 * filebuf.cc (filebuf::open): Handle ios::binary. 1282 * filebuf.cc (filebuf::~filebuf): Only call SYSYCLOSE if currently 1287 * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc: 1482 filebuf.cc, iosetvbuf.c: Update to use new setbuf conventions. 1492 * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c, 1497 * filebuf.cc (filebuf::__new): Also no longer needed. 1499 * stdstrbufs.c: Use filebuf vtable instead of builtinbuf's. 1507 * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c, [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | server.c | 1370 char *filebuf; local 1373 filebuf = malloc (size); 1374 p = filebuf; 1405 if (filebuf != NULL) 1406 free(filebuf); 1412 if (filebuf != NULL) 1418 if (filebuf == NULL) 1424 if (gunzip_and_write (fd, file, (unsigned char *) filebuf, size)) 1430 free (filebuf); 4066 struct buffer *filebuf) in server_updated() argument [all …]
|
| H A D | server.h | 97 unsigned char *checksum, struct buffer *filebuf));
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | iosfwd | 66 typedef basic_filebuf<char> filebuf; 165 typedef basic_filebuf<char> filebuf; 209 …class _LIBCPP_PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf))…
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | TODO | 22 - review streambuf, filebuf, stringbuf to optimize data member 101 - write filebuf for wide characters
|
| H A D | BUGS | 18 known bugs in: filebuf::putbackfail
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | BUGS | 18 known bugs in: filebuf::putbackfail
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_iosfwd.h | 145 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_iosfwd.h | 144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | run_doxygen | 275 istringstream ostringstream stringstream filebuf ifstream \
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | run_doxygen | 312 istringstream ostringstream stringstream filebuf ifstream \
|