Searched refs:filebuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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-13.1/sys/security/mac_veriexec/ |
| H A D | veriexec_fingerprint.c | 140 uint8_t *filebuf; in evaluate_fingerprint() local 146 filebuf = malloc(PAGE_SIZE, M_VERIEXEC, M_WAITOK); in evaluate_fingerprint() 156 error = vn_rdwr_inchunks(UIO_READ, vp, filebuf, count, offset, in evaluate_fingerprint() 163 (ip->ops->update)(ctx, filebuf, nread); in evaluate_fingerprint() 175 free(filebuf, M_VERIEXEC); in evaluate_fingerprint()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | iosfwd | 66 typedef basic_filebuf<char> filebuf; 171 typedef basic_filebuf<char> filebuf; 213 class _LIBCPP_PREFERRED_NAME(filebuf) _LIBCPP_PREFERRED_NAME(wfilebuf) basic_filebuf;
|
| H A D | fstream | 63 typedef basic_filebuf<char> filebuf;
|
| /freebsd-13.1/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,
|