Searched refs:sbuf_bcpy (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libsbuf/ |
| H A D | Symbol.map | 9 sbuf_bcpy;
|
| /freebsd-14.2/lib/libsbuf/tests/ |
| H A D | sbuf_string_test.c | 111 ATF_CHECK_MSG(sbuf_bcpy(sb, test_buffer, sizeof(test_buffer)) == 0, in ATF_TC_BODY() 119 ATF_CHECK_MSG(sbuf_bcpy(sb, test_buffer, sizeof(test_buffer)) == 0, in ATF_TC_BODY()
|
| /freebsd-14.2/sys/sys/ |
| H A D | sbuf.h | 86 int sbuf_bcpy(struct sbuf *, const void *, size_t);
|
| /freebsd-14.2/sys/fs/procfs/ |
| H A D | procfs_status.c | 186 sbuf_bcpy(sb, p->p_args->ar_args, p->p_args->ar_length); in procfs_doproccmdline()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_seq_file.c | 82 ret = sbuf_bcpy(seq->buf, data, len); in seq_write()
|
| /freebsd-14.2/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 146 sbuf_bcpy(sb, buf, strlen(buf)); in debugfs_fill()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_sbuf.c | 550 sbuf_bcpy(struct sbuf *s, const void *buf, size_t len) in sbuf_bcpy() function
|
| /freebsd-14.2/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1264 sbuf_bcpy(sb, p->p_args->ar_args, p->p_args->ar_length); in linprocfs_doproccmdline()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 1929 sbuf.9 sbuf_bcpy.9 \
|