Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c295 pkgconf_bytecode_emit_sysroot(pkgconf_buffer_t *buf) in pkgconf_bytecode_emit_sysroot() function
379 if (!pkgconf_bytecode_emit_sysroot(out)) in pkgconf_bytecode_compile()
H A Dlibpkgconf.h347 PKGCONF_API bool pkgconf_bytecode_emit_sysroot(pkgconf_buffer_t *buf);
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-bytecode.c115 TEST_ASSERT_TRUE(pkgconf_bytecode_emit_sysroot(&bcbuf)); in test_emit_sysroot_and_eval()