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

/freebsd-10.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-10.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,
425 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
450 *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;
H A Dnandfs.c570 nandfs_buf_read(struct nandfs *fs, void **buf_p, size_t *size_p) argument
588 *buf_p = fs->nf_buf + blkoff;
591 NANDFS_DEBUG("nandfs_buf_read buf_p=%p size_p=%d\n", *buf_p, *size_p);
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2550 make_simple_xml_tag(svn_stringbuf_t **buf_p,
2555 svn_xml_make_open_tag(buf_p, pool, svn_xml_protect_pcdata, tagname, NULL);
2556 svn_xml_escape_cdata_cstring(buf_p, cdata, pool);
2557 svn_xml_make_close_tag(buf_p, pool, tagname);
2542 make_simple_xml_tag(svn_stringbuf_t **buf_p, const char *tagname, const char *cdata, apr_pool_t *pool) argument

Completed in 172 milliseconds