Searched refs:pkgconf_bytecode_compile (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-bytecode.c | 38 pkgconf_bytecode_compile(&v->bcbuf, value); in seed_variable() 153 TEST_ASSERT_FALSE(pkgconf_bytecode_compile(NULL, "x")); in test_compile_null_args() 154 TEST_ASSERT_FALSE(pkgconf_bytecode_compile(&out, NULL)); in test_compile_null_args() 334 pkgconf_bytecode_compile(&bcbuf, "-I${includedir} -L${libdir}"); in test_references_var() 351 pkgconf_bytecode_compile(&bcbuf, "just plain text"); in test_references_var_text_only() 366 pkgconf_bytecode_compile(&prev, "old"); in test_rewrite_selfrefs() 369 pkgconf_bytecode_compile(&rhs, "${foo} new"); in test_rewrite_selfrefs() 397 pkgconf_bytecode_compile(&prev, "PREV"); in test_rewrite_selfrefs_no_match() 400 pkgconf_bytecode_compile(&rhs, "${other} tail"); in test_rewrite_selfrefs_no_match() 568 pkgconf_bytecode_compile(&bc, "hello ${world}"); in test_compile_produces_nonempty_buffer() [all …]
|
| H A D | test-tuple.c | 202 pkgconf_bytecode_compile(&v->bcbuf, "/usr"); in test_tuple_define_variable_overrides_local()
|
| H A D | test-variable.c | 33 pkgconf_bytecode_compile(&v->bcbuf, value); in seed_variable()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 308 pkgconf_bytecode_compile(pkgconf_buffer_t *out, const char *value) in pkgconf_bytecode_compile() function 408 if (!pkgconf_bytecode_compile(&bcbuf, input)) in pkgconf_bytecode_eval_str_to_buf()
|
| H A D | tuple.c | 209 pkgconf_bytecode_compile(&rhs_bcbuf, dequote_value); in pkgconf_tuple_add()
|
| H A D | libpkgconf.h | 349 PKGCONF_API bool pkgconf_bytecode_compile(pkgconf_buffer_t *out, const char *value);
|