Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_append_slice (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c46 if (!pkgconf_buffer_append_slice(out, p, n)) in pkgconf_bytecode_eval_append_slice()
52 return pkgconf_buffer_append_slice(out, p, n); in pkgconf_bytecode_eval_append_slice()
264 if (!pkgconf_buffer_append_slice(buf, (const char *) &op, sizeof(op))) in pkgconf_bytecode_emit()
269 if (!pkgconf_buffer_append_slice(buf, (const char *) data, (size_t) size)) in pkgconf_bytecode_emit()
501 return pkgconf_buffer_append_slice(dst, pkgconf_buffer_str(bcbuf), pkgconf_buffer_len(bcbuf)); in pkgconf_bytecode_append_stream()
527 if (!pkgconf_buffer_append_slice(out, (const char *) op, sizeof(*op) + op->size)) in pkgconf_bytecode_rewrite_selfrefs()
H A Dbuffer.c94 pkgconf_buffer_append_slice(pkgconf_buffer_t *buf, const char *p, size_t n) in pkgconf_buffer_append_slice() function
H A Ddependency.c417 pkgconf_buffer_append_slice(&cmpname, opstart, ptr - opstart); in pkgconf_dependency_parse_str()
H A Dlibpkgconf.h596 PKGCONF_API bool pkgconf_buffer_append_slice(pkgconf_buffer_t *buf, const char *p, size_t n);
731 return pkgconf_buffer_append_slice(newptr, pkgconf_buffer_str(buffer), pkgconf_buffer_len(buffer)); in pkgconf_buffer_copy()
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c58 TEST_ASSERT_TRUE(pkgconf_buffer_append_slice(&buf, "abcdefgh", 3)); in test_buffer_append_slice()
61 TEST_ASSERT_TRUE(pkgconf_buffer_append_slice(&buf, "xyz", 0)); in test_buffer_append_slice()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c685 pkgconf_buffer_append_slice(buf, tmp, n); in read_file_into_buffer()
823 pkgconf_buffer_append_slice(&buf, path + start, i - start); in mkdir_recursive()