Searched refs:pkgconf_queue_push (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-queue.c | 99 pkgconf_queue_push(&queue, "qfoo"); in test_queue_validate_success() 112 pkgconf_queue_push(&queue, "qbar >= 1.0"); in test_queue_validate_version_satisfied() 125 pkgconf_queue_push(&queue, "does-not-exist"); in test_queue_validate_missing_package() 138 pkgconf_queue_push(&queue, "qbar >= 99.0"); in test_queue_validate_unsatisfiable_version() 188 pkgconf_queue_push(&queue, "qfoo"); in test_queue_apply_success() 207 pkgconf_queue_push(&queue, "qfoo"); in test_queue_apply_callback_failure() 222 pkgconf_queue_push(&queue, "does-not-exist"); in test_queue_apply_missing_package()
|
| /freebsd/contrib/pkgconf/fuzzer/ |
| H A D | spdxtool-fuzzer.c | 145 pkgconf_queue_push(&pkgq, "a"); in run_spdx()
|
| H A D | solver-fuzzer.c | 130 pkgconf_queue_push(&pkgq, "a"); in run_solve()
|
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | main.c | 214 pkgconf_queue_push(&pkgq, pkgconf_buffer_str(&queryparams)); in main()
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | libpkgconf-queue.rst | 11 .. c:function:: void pkgconf_queue_push(pkgconf_list_t *list, const char *package)
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | queue.c | 75 pkgconf_queue_push(pkgconf_list_t *list, const char *package) in pkgconf_queue_push() function
|
| H A D | libpkgconf.h | 546 PKGCONF_API void pkgconf_queue_push(pkgconf_list_t *list, const char *package);
|
| /freebsd/contrib/pkgconf/cli/bomtool/ |
| H A D | main.c | 469 pkgconf_queue_push(&pkgq, pkgconf_buffer_str(&queryparams)); in main()
|