Searched refs:pkgconf_path_prepend (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-path-utils.c | 130 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 D | path.c | 170 pkgconf_path_prepend(const char *text, pkgconf_list_t *dirlist, bool filter) in pkgconf_path_prepend() function
|
| H A D | libpkgconf.h | 568 PKGCONF_API void pkgconf_path_prepend(const char *text, pkgconf_list_t *dirlist, bool filter);
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | main.c | 383 pkgconf_path_prepend(pkg_optarg, &dir_list, true); in main()
|