Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/posix1e/
H A Dacl_copy.c72 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 Dacl_from_text.c191 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 Dufs.c319 buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p) in buf_write_file() argument
376 bcopy(buf_p, fp->f_buf + off, *size_p); in buf_write_file()
394 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument
436 *buf_p = fp->f_buf + off; in buf_read_file()
H A Dcd9660.c61 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 Dext2fs.c321 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()