Searched refs:pkgconf_buffer_trim_byte (Results 1 – 6 of 6) sorted by relevance
113 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()
25 do { if (!pkgconf_buffer_trim_byte((buf))) return false; } while (0)
220 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()
243 pkgconf_buffer_trim_byte(pkgconf_buffer_t *buffer) in pkgconf_buffer_trim_byte() function
601 PKGCONF_API bool pkgconf_buffer_trim_byte(pkgconf_buffer_t *buffer);
1306 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()