Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-path-utils.c130 pkgconf_path_prepend("/a", &list, false); in test_path_prepend()
131 pkgconf_path_prepend("/b", &list, false); in test_path_prepend()
132 pkgconf_path_prepend("/c", &list, false); in test_path_prepend()
144 pkgconf_path_prepend("/e//f", &list, false); in test_path_prepend()
158 pkgconf_path_prepend(".", &list, true); in test_path_prepend_filter()
161 pkgconf_path_prepend(".", &list, true); in test_path_prepend_filter()
164 pkgconf_path_prepend("..", &list, true); in test_path_prepend_filter()
167 pkgconf_path_prepend(".", &list, false); in test_path_prepend_filter()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dpath.c170 pkgconf_path_prepend(const char *text, pkgconf_list_t *dirlist, bool filter) in pkgconf_path_prepend() function
H A Dlibpkgconf.h568 PKGCONF_API void pkgconf_path_prepend(const char *text, pkgconf_list_t *dirlist, bool filter);
/freebsd/contrib/pkgconf/cli/
H A Dmain.c383 pkgconf_path_prepend(pkg_optarg, &dir_list, true); in main()