Searched refs:filter_libdirs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | client.c | 125 pkgconf_path_copy_list(&client->filter_libdirs, &personality->filter_libdirs); in pkgconf_client_init() 127 …pkgconf_path_build_from_environ("PKG_CONFIG_SYSTEM_LIBRARY_PATH", NULL, &client->filter_libdirs, f… in pkgconf_client_init() 136 pkgconf_path_build_from_environ("BELIBRARIES", NULL, &client->filter_libdirs, false); in pkgconf_client_init() 138 pkgconf_path_build_from_environ("LIBRARY_PATH", NULL, &client->filter_libdirs, false); in pkgconf_client_init() 152 trace_path_list(client, "filtered library paths", &client->filter_libdirs); in pkgconf_client_init() 218 pkgconf_path_free(&client->filter_libdirs); in pkgconf_client_deinit()
|
| H A D | personality.c | 112 pkgconf_path_split(SYSTEM_LIBDIR, &default_personality.filter_libdirs, false); in pkgconf_cross_personality_default() 143 pkgconf_path_free(&personality->filter_libdirs); in pkgconf_cross_personality_deinit() 213 …emLibraryPaths", personality_fragment_func, offsetof(pkgconf_cross_personality_t, filter_libdirs)},
|
| H A D | libpkgconf.h | 202 pkgconf_list_t filter_libdirs; member 242 pkgconf_list_t filter_libdirs; member
|
| H A D | fragment.c | 369 check_paths = &client->filter_libdirs; in pkgconf_fragment_has_system_dir()
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | main.c | 994 PKGCONF_FOREACH_LIST_ENTRY(p->filter_libdirs.head, n) in dump_personality()
|