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

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_copy.c73 acl_copy_ext(void *buf_p, acl_t acl, ssize_t size) argument
81 acl_copy_int(const void *buf_p) argument
H A Dacl_from_text.c192 acl_from_text(const char *buf_p) argument
199 mybuf_p = strdup(buf_p);
/freebsd-9.3-release/lib/libstand/
H A Dufs.c302 buf_write_file(f, buf_p, size_p)
304 char *buf_p;
362 bcopy(buf_p, fp->f_buf + off, *size_p);
380 buf_read_file(f, buf_p, size_p)
382 char **buf_p; /* out */
425 *buf_p = fp->f_buf + off;
H A Dcd9660.c63 static int buf_read_file(struct open_file *f, char **buf_p,
420 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
445 *buf_p = fp->f_buf + blkoff;
H A Dext2fs.c324 static int buf_read_file(struct open_file *f, char **buf_p,
700 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
741 *buf_p = fp->f_buf + off;

Completed in 65 milliseconds