Searched refs:pkgconf_bytecode_emit_text (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 277 pkgconf_bytecode_emit_text(pkgconf_buffer_t *buf, const char *p, size_t n) in pkgconf_bytecode_emit_text() function 330 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile() 334 if (!pkgconf_bytecode_emit_text(out, "$", 1)) in pkgconf_bytecode_compile() 347 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile() 368 if (!pkgconf_bytecode_emit_text(out, p, (size_t)((q + 1) - p))) in pkgconf_bytecode_compile() 394 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()
|
| H A D | tuple.c | 203 pkgconf_bytecode_emit_text(&v->bcbuf, dequote_value, strlen(dequote_value)); in pkgconf_tuple_add()
|
| H A D | libpkgconf.h | 345 PKGCONF_API bool pkgconf_bytecode_emit_text(pkgconf_buffer_t *buf, const char *p, size_t n);
|
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-bytecode.c | 51 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_text(&bcbuf, "plain", 5)); in test_emit_text_and_eval() 69 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_text(&bcbuf, NULL, 5)); in test_emit_guards() 70 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_text(&bcbuf, "x", 0)); in test_emit_guards() 90 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_text(&bcbuf, "hello ", 6)); in test_emit_var_and_eval() 116 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_text(&bcbuf, "/usr/include", 12)); in test_emit_sysroot_and_eval()
|