Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-queue.c99 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 Dspdxtool-fuzzer.c145 pkgconf_queue_push(&pkgq, "a"); in run_spdx()
H A Dsolver-fuzzer.c130 pkgconf_queue_push(&pkgq, "a"); in run_solve()
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dmain.c214 pkgconf_queue_push(&pkgq, pkgconf_buffer_str(&queryparams)); in main()
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-queue.rst11 .. c:function:: void pkgconf_queue_push(pkgconf_list_t *list, const char *package)
/freebsd/contrib/pkgconf/libpkgconf/
H A Dqueue.c75 pkgconf_queue_push(pkgconf_list_t *list, const char *package) in pkgconf_queue_push() function
H A Dlibpkgconf.h546 PKGCONF_API void pkgconf_queue_push(pkgconf_list_t *list, const char *package);
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c469 pkgconf_queue_push(&pkgq, pkgconf_buffer_str(&queryparams)); in main()