Lines Matching defs:out
54 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_emit_text_and_eval() local
94 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_emit_var_and_eval() local
119 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_emit_sysroot_and_eval() local
135 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_eval_null_args() local
151 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_compile_null_args() local
167 char *out = pkgconf_bytecode_eval_str(client, &vars, "price: $$5 and $${notavar}", &saw_sysroot); in test_dollar_escape() local
184 char *out = pkgconf_bytecode_eval_str(client, &vars, "broken ${unclosed", &saw_sysroot); in test_malformed_unclosed() local
201 char *out = pkgconf_bytecode_eval_str(client, &vars, "empty ${} here", &saw_sysroot); in test_empty_braces() local
220 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_compile_time_sysroot() local
240 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_dot_disables() local
259 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_root_disables() local
278 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_trailing_slash_trimmed() local
299 char *out = pkgconf_bytecode_eval_str(client, &vars, "${pc_sysrootdir}/usr/lib", &saw_sysroot); in test_sysroot_normalizes_to_root_disables() local
318 char *out = pkgconf_bytecode_eval_str(client, &vars, "${loop}", &saw_sysroot); in test_circular_reference() local
377 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_rewrite_selfrefs() local
411 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in test_rewrite_selfrefs_no_match() local
431 char *out = pkgconf_bytecode_eval_str(client, &vars, "plain text value", &saw_sysroot); in test_eval_plain_text() local
451 char *out = pkgconf_bytecode_eval_str(client, &vars, "${prefix}/lib", &saw_sysroot); in test_eval_variable_substitution() local
473 char *out = pkgconf_bytecode_eval_str(client, &vars, "-L${libdir}", &saw_sysroot); in test_eval_nested_variables() local
491 char *out = pkgconf_bytecode_eval_str(client, &vars, "prefix=${nonexistent}/end", &saw_sysroot); in test_eval_undefined_variable() local
511 …char *out = pkgconf_bytecode_eval_str(client, &vars, "-I${prefix}/include -L${exec_prefix}/lib", &… in test_eval_multiple_variables() local
528 char *out = pkgconf_bytecode_eval_str(client, &vars, "", &saw_sysroot); in test_eval_empty_input() local
553 char *out = pkgconf_bytecode_eval_str(client, &vars, "${includedir}", &saw_sysroot); in test_eval_sysroot_detection() local
592 char *out = pkgconf_variable_eval_str(client, &vars, v, &saw_sysroot); in test_compile_eval_roundtrip() local