Searched refs:buf_p (Results 1 – 5 of 5) sorted by relevance
/freebsd/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()
|
/freebsd/stand/libsa/ |
H A D | ufs.c | 316 buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p) 373 bcopy(buf_p, fp->f_buf + off, *size_p); in buf_write_file() 391 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) 433 *buf_p = fp->f_buf + off; in buf_read_file() 319 buf_write_file(struct open_file * f,const char * buf_p,size_t * size_p) buf_write_file() argument 394 buf_read_file(struct open_file * f,char ** buf_p,size_t * size_p) buf_read_file() argument
|
H A D | cd9660.c | 61 static int buf_read_file(struct open_file *f, char **buf_p, 511 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 537 *buf_p = fp->f_buf + blkoff; in buf_read_file()
|
H A D | ext2fs.c | 321 static int buf_read_file(struct open_file *f, char **buf_p, 697 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 738 *buf_p = fp->f_buf + off; in buf_read_file()
|