Home
last modified time | relevance | path

Searched refs:want_variable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/cli/
H A Dcore.c532 if (state->want_variable != NULL && strcmp(state->want_variable, tuple->key)) in apply_env_variables()
581 if ((state->want_flags & PKG_VARIABLES) == PKG_VARIABLES || state->want_variable != NULL) in apply_env()
1155 state->want_variable != NULL) in pkgconf_cli_run()
1163 state->want_variable != NULL) in pkgconf_cli_run()
1397 if (state->want_variable != NULL) in pkgconf_cli_run()
1402 apply_variable(&state->pkg_client, &world, state->want_variable, 2); in pkgconf_cli_run()
H A Dcore.h84 const char *want_variable; member
H A Dmain.c365 state.want_variable = pkg_optarg; in main()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c79 pkgconf_buffer_t want_variable; member
548 {"WantVariable", test_keyword_set_buffer, offsetof(pkgconf_test_case_t, want_variable)},
1252 .cli_state.want_variable = pkgconf_buffer_str(&testcase->want_variable), in run_test_case()
1405 pkgconf_buffer_finalize(&testcase->want_variable); in free_test_case()