Home
last modified time | relevance | path

Searched defs:bcbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-bytecode.c47 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_emit_text_and_eval() local
67 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_emit_guards() local
84 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_emit_var_and_eval() local
109 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_emit_sysroot_and_eval() local
332 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_references_var() local
349 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in test_references_var_text_only() local
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c404 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in pkgconf_bytecode_eval_str_to_buf() local
496 pkgconf_bytecode_append_stream(pkgconf_buffer_t *dst, const pkgconf_buffer_t *bcbuf) in pkgconf_bytecode_append_stream()
H A Dlibpkgconf.h151 pkgconf_buffer_t bcbuf; member