Searched refs:pkgconf_buffer_append_slice (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 46 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 D | buffer.c | 94 pkgconf_buffer_append_slice(pkgconf_buffer_t *buf, const char *p, size_t n) in pkgconf_buffer_append_slice() function
|
| H A D | dependency.c | 417 pkgconf_buffer_append_slice(&cmpname, opstart, ptr - opstart); in pkgconf_dependency_parse_str()
|
| H A D | libpkgconf.h | 596 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 D | test-buffer.c | 58 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 D | test-runner.c | 685 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()
|