Searched refs:pkg_client (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | main.c | 32 static pkgconf_client_t pkg_client; variable 170 pkgconf_tuple_define_global(&pkg_client, pkg_optarg); in main() 180 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); in main() 183 pkgconf_client_set_flags(&pkg_client, want_client_flags); in main() 186 pkgconf_client_dir_list_build(&pkg_client, personality); in main() 218 if (!pkgconf_queue_solve(&pkg_client, &pkgq, &world, maximum_traverse_depth)) in main() 224 spdxtool_util_set_uri_root(&pkg_client, spdx_id_base); in main() 225 spdxtool_util_set_uri_separator_colon(&pkg_client, colon_sep); in main() 226 spdxtool_util_set_spdx_license(&pkg_client, bom_license); in main() 227 spdxtool_util_set_spdx_version(&pkg_client, spdx_version); in main() [all …]
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | core.c | 1069 dump_personality(state->pkg_client.output, state->pkg_client.personality); in pkgconf_cli_run() 1081 if (pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_FDO_SYSROOT_RULES")) in pkgconf_cli_run() 1084 if (pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_PKGCONF1_SYSROOT_RULES")) in pkgconf_cli_run() 1101 …RE_CONFLICTS) == PKG_IGNORE_CONFLICTS || pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_IGN… in pkgconf_cli_run() 1104 …if ((state->want_flags & PKG_STATIC) == PKG_STATIC || state->pkg_client.personality->want_default_… in pkgconf_cli_run() 1114 …PKG_PURE || pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_PURE_DEPGRAPH") != NULL || state… in pkgconf_cli_run() 1126 …G_DEFINE_PREFIX) == PKG_DEFINE_PREFIX || pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_REL… in pkgconf_cli_run() 1130 …NO_UNINSTALLED) == PKG_NO_UNINSTALLED || pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_DIS… in pkgconf_cli_run() 1136 …NE_PREFIX) == PKG_DONT_DEFINE_PREFIX || pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_DON… in pkgconf_cli_run() 1174 if ((builddir = pkgconf_client_getenv(&state->pkg_client, "PKG_CONFIG_TOP_BUILD_DIR")) != NULL) in pkgconf_cli_run() [all …]
|
| H A D | main.c | 350 pkgconf_client_set_trace_handler(&state.pkg_client, error_handler, NULL); in main() 371 pkgconf_tuple_define_global(&state.pkg_client, pkg_optarg); in main() 386 pkgconf_client_set_prefix_varname(&state.pkg_client, pkg_optarg); in main() 420 …pkgconf_client_init(&state.pkg_client, error_handler, &state, personality, &state, environ_lookup_… in main() 421 pkgconf_client_set_unveil_handler(&state.pkg_client, unveil_handler); in main() 443 pkgconf_client_set_warn_handler(&state.pkg_client, error_handler, NULL); in main() 447 pkgconf_client_set_trace_handler(&state.pkg_client, error_handler, NULL); in main() 450 pkgconf_path_prepend_list(&state.pkg_client.dir_list, &dir_list); in main() 489 pkgconf_audit_set_log(&state.pkg_client, state.logfile_out); in main()
|
| H A D | core.h | 76 pkgconf_client_t pkg_client; member
|
| /freebsd/contrib/pkgconf/cli/bomtool/ |
| H A D | main.c | 39 static pkgconf_client_t pkg_client; variable 423 pkgconf_tuple_define_global(&pkg_client, pkg_optarg); in main() 436 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); in main() 439 pkgconf_client_set_flags(&pkg_client, want_client_flags); in main() 442 pkgconf_client_dir_list_build(&pkg_client, personality); in main() 482 if (!pkgconf_queue_solve(&pkg_client, &pkgq, &world, maximum_traverse_depth)) in main() 488 if (!generate_sbom_from_world(&pkg_client, &world)) in main() 498 pkgconf_solution_free(&pkg_client, &world); in main() 501 pkgconf_client_deinit(&pkg_client); in main()
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 1261 …pkgconf_client_init(&state.cli_state.pkg_client, error_handler, NULL, personality, &state, environ… in run_test_case() 1262 pkgconf_client_set_output(&state.cli_state.pkg_client, &out->output); in run_test_case() 1268 …pkgconf_tuple_define_global(&state.cli_state.pkg_client, pkgconf_buffer_str_or_empty(&set->buffer)… in run_test_case() 1294 pkgconf_client_set_warn_handler(&state.cli_state.pkg_client, error_handler, NULL); in run_test_case() 1298 pkgconf_client_set_trace_handler(&state.cli_state.pkg_client, debug_handler, NULL); in run_test_case()
|