Searched refs:buf_p (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2056 make_simple_xml_tag(svn_stringbuf_t **buf_p,
2061 svn_xml_make_open_tag(buf_p, pool, svn_xml_protect_pcdata, tagname,
2063 svn_xml_escape_cdata_cstring(buf_p, cdata, pool);
2064 svn_xml_make_close_tag(buf_p, pool, tagname);
2050 make_simple_xml_tag(svn_stringbuf_t **buf_p, const char *tagname, const char *cdata, apr_pool_t *pool) argument
/freebsd-11-stable/stand/libsa/
H A Dufs.c305 buf_write_file(f, buf_p, size_p)
307 const char *buf_p;
365 bcopy(buf_p, fp->f_buf + off, *size_p);
383 buf_read_file(f, buf_p, size_p)
385 char **buf_p; /* out */
428 *buf_p = fp->f_buf + off;
H A Dcd9660.c64 static int buf_read_file(struct open_file *f, char **buf_p,
460 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
486 *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-11-stable/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);

Completed in 203 milliseconds