Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_trim_byte (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c113 TEST_ASSERT_TRUE(pkgconf_buffer_trim_byte(&buf)); in test_buffer_trim_byte()
118 TEST_ASSERT_TRUE(pkgconf_buffer_trim_byte(&buf)); in test_buffer_trim_byte()
120 TEST_ASSERT_FALSE(pkgconf_buffer_trim_byte(&buf)); in test_buffer_trim_byte()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dfileio.c25 do { if (!pkgconf_buffer_trim_byte((buf))) return false; } while (0)
H A Dbytecode.c220 if (!pkgconf_buffer_trim_byte(&ctx->sysroot)) in pkgconf_bytecode_eval_ctx_init()
227 if (!pkgconf_buffer_trim_byte(&ctx->sysroot)) in pkgconf_bytecode_eval_ctx_init()
H A Dbuffer.c243 pkgconf_buffer_trim_byte(pkgconf_buffer_t *buffer) in pkgconf_buffer_trim_byte() function
H A Dlibpkgconf.h601 PKGCONF_API bool pkgconf_buffer_trim_byte(pkgconf_buffer_t *buffer);
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c1306 pkgconf_buffer_trim_byte(&out->o_stdout); in run_test_case()
1309 pkgconf_buffer_trim_byte(&out->o_stderr); in run_test_case()
1346 pkgconf_buffer_trim_byte(&file_contents); in run_test_case()