Home
last modified time | relevance | path

Searched refs:filebuf (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/build/cross-build/
H A Dfgetln_fallback.c37 struct filebuf { struct
45 static struct filebuf fb_pool[FILEBUF_POOL_ITEMS]; argument
51 struct filebuf *fb; in fgetln()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c143 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/usr.sbin/makefs/zfs/
H A Dzap.c205 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 Dzfs.h74 char filebuf[MAXBLOCKSIZE] __aligned(alignof(uint64_t));
H A Dfs.c545 buf = zfs->filebuf; in fs_populate_file()
546 bufsz = sizeof(zfs->filebuf); in fs_populate_file()
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h30 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 Dostream.cpp31 if (auto* __buffer = dynamic_cast<filebuf*>(__rdbuf)) in __get_ostream_file()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfstream.inc18 using std::filebuf;
/freebsd/contrib/libucl/src/
H A Ducl_util.c1087 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 Diosfwd66 typedef basic_filebuf<char> filebuf;
H A Dfstream63 typedef basic_filebuf<char> filebuf;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1239 SYMBOL(filebuf, std::, <streambuf>)
1240 SYMBOL(filebuf, std::, <iostream>)
1241 SYMBOL(filebuf, std::, <iosfwd>)