Home
last modified time | relevance | path

Searched refs:pkgconf_client_init (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dclient.c109 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init() function
191pkgconf_client_init(out, error_handler, error_handler_data, personality, client_data, environ_look… in pkgconf_client_new()
H A Dlibpkgconf.h367 PKGCONF_API void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h…
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dmain.c180 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); in main()
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-client.c38 pkgconf_client_init(&client, NULL, NULL, pers, NULL, NULL); in test_client_init_and_deinit_stack()
/freebsd/contrib/pkgconf/cli/
H A Dmain.c420pkgconf_client_init(&state.pkg_client, error_handler, &state, personality, &state, environ_lookup_… in main()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c436 pkgconf_client_init(&pkg_client, error_handler, NULL, personality, NULL, environ_lookup_handler); in main()
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst21 .. c:function:: void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t err…
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c1261pkgconf_client_init(&state.cli_state.pkg_client, error_handler, NULL, personality, &state, environ… in run_test_case()