Searched refs:buf_p (Results 1 – 5 of 5) sorted by relevance
| /src/lib/libc/posix1e/ |
| H A D | acl_copy.c | 72 acl_copy_ext(void *buf_p, acl_t acl, ssize_t size) in acl_copy_ext() argument 80 acl_copy_int(const void *buf_p) in acl_copy_int() argument
|
| H A D | acl_from_text.c | 191 acl_from_text(const char *buf_p) in acl_from_text() argument 198 mybuf_p = strdup(buf_p); in acl_from_text()
|
| /src/stand/libsa/ |
| H A D | ufs.c | 317 buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p) in buf_write_file() argument 374 bcopy(buf_p, fp->f_buf + off, *size_p); in buf_write_file() 392 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 434 *buf_p = fp->f_buf + off; in buf_read_file()
|
| H A D | cd9660.c | 61 static int buf_read_file(struct open_file *f, char **buf_p, 512 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 538 *buf_p = fp->f_buf + blkoff; in buf_read_file()
|
| H A D | ext2fs.c | 322 static int buf_read_file(struct open_file *f, char **buf_p, 698 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 739 *buf_p = fp->f_buf + off; in buf_read_file()
|