Home
last modified time | relevance | path

Searched refs:pkgconf_bytecode_emit_var (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-bytecode.c71 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_var(&bcbuf, NULL, 3)); in test_emit_guards()
72 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_var(&bcbuf, "x", 0)); in test_emit_guards()
91 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_var(&bcbuf, "name", 4)); in test_emit_var_and_eval()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c286 pkgconf_bytecode_emit_var(pkgconf_buffer_t *buf, const char *name, size_t nlen) in pkgconf_bytecode_emit_var() function
384 if (!pkgconf_bytecode_emit_var(out, name, nlen)) in pkgconf_bytecode_compile()
H A Dlibpkgconf.h346 PKGCONF_API bool pkgconf_bytecode_emit_var(pkgconf_buffer_t *buf, const char *name, size_t nlen);