/freebsd/tools/build/cross-build/ |
H A D | fgetln_fallback.c | 37 struct filebuf { struct 45 static struct filebuf fb_pool[FILEBUF_POOL_ITEMS]; argument 51 struct filebuf *fb; in fgetln()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | zap.c | 205 memset(zfs->filebuf, 0, sizeof(zfs->filebuf)); in zap_micro_write() 206 mzap = (mzap_phys_t *)&zfs->filebuf[0]; in zap_micro_write() 228 vdev_pwrite_dnode_data(zfs, dnode, zfs->filebuf, bytes, loc); in zap_micro_write() 377 memset(zfs->filebuf, 0, sizeof(zfs->filebuf)); in zap_fat_write() 378 zaphdr = (zap_phys_t *)&zfs->filebuf[0]; in zap_fat_write() 413 ptrhasht = (uint64_t *)(&zfs->filebuf[0] + blksz / 2); in zap_fat_write() 523 vdev_pwrite_dnode_indir(zfs, dnode, 0, 1, zfs->filebuf, blksz, loc, in zap_fat_write()
|
H A D | zfs.h | 75 char filebuf[MAXBLOCKSIZE] __aligned(alignof(uint64_t));
|
H A D | fs.c | 560 buf = zfs->filebuf; in fs_populate_file() 561 bufsz = sizeof(zfs->filebuf); in fs_populate_file()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | veriexec_fingerprint.c | 143 uint8_t *filebuf; in evaluate_fingerprint() local 149 filebuf = malloc(PAGE_SIZE, M_VERIEXEC, M_WAITOK); in evaluate_fingerprint() 159 error = vn_rdwr_inchunks(UIO_READ, vp, filebuf, count, offset, in evaluate_fingerprint() 166 (ip->ops->update)(ctx, filebuf, nread); in evaluate_fingerprint() 178 free(filebuf, M_VERIEXEC); in evaluate_fingerprint()
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | fstream.h | 30 using filebuf = basic_filebuf<char>; variable 43 class _LIBCPP_PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) …
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ostream.cpp | 30 if (auto* __buffer = dynamic_cast<filebuf*>(__rdbuf)) in __get_ostream_file()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | fstream.cppm |
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 1087 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local 1095 snprintf (filebuf, sizeof (filebuf), "%.*s", (int)len, data); 1096 if (ucl_realpath (filebuf, realbuf) == NULL) { 1105 filebuf, 1139 snprintf (filebuf, sizeof (filebuf), "%s.sig", realbuf); 1140 if (!ucl_fetch_file (filebuf, &sigbuf, &siglen, &parser->err, true)) { 1145 filebuf,
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | iosfwd | 65 typedef basic_filebuf<char> filebuf;
|
H A D | fstream | 63 typedef basic_filebuf<char> filebuf; 319 // [filebuf.virtuals]/12
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1239 SYMBOL(filebuf, std::, <streambuf>) 1240 SYMBOL(filebuf, std::, <iostream>) 1241 SYMBOL(filebuf, std::, <iosfwd>)
|