Lines Matching refs:pkgconf_bytecode_eval_str
167 char *out = pkgconf_bytecode_eval_str(client, &vars, "price: $$5 and $${notavar}", &saw_sysroot); in test_dollar_escape()
184 char *out = pkgconf_bytecode_eval_str(client, &vars, "broken ${unclosed", &saw_sysroot); in test_malformed_unclosed()
201 char *out = pkgconf_bytecode_eval_str(client, &vars, "empty ${} here", &saw_sysroot); in test_empty_braces()
220 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_compile_time_sysroot()
240 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_dot_disables()
259 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_root_disables()
278 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_trailing_slash_trimmed()
299 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_normalizes_to_root_disables()
318 char *out = pkgconf_bytecode_eval_str(client, &vars, "${loop}", &saw_sysroot); in test_circular_reference()
431 char *out = pkgconf_bytecode_eval_str(client, &vars, "plain text value", &saw_sysroot); in test_eval_plain_text()
451 char *out = pkgconf_bytecode_eval_str(client, &vars, "${prefix}/lib", &saw_sysroot); in test_eval_variable_substitution()
473 char *out = pkgconf_bytecode_eval_str(client, &vars, "-L${libdir}", &saw_sysroot); in test_eval_nested_variables()
491 char *out = pkgconf_bytecode_eval_str(client, &vars, "prefix=${nonexistent}/end", &saw_sysroot); in test_eval_undefined_variable()
511 …char *out = pkgconf_bytecode_eval_str(client, &vars, "-I${prefix}/include -L${exec_prefix}/lib", &… in test_eval_multiple_variables()
528 char *out = pkgconf_bytecode_eval_str(client, &vars, "", &saw_sysroot); in test_eval_empty_input()
553 char *out = pkgconf_bytecode_eval_str(client, &vars, "${includedir}", &saw_sysroot); in test_eval_sysroot_detection()