Home
last modified time | relevance | path

Searched refs:pkgconf_parser_parse (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dparser.c133 pkgconf_parser_parse(FILE *f, void *data, const pkgconf_parser_operand_func_t *ops, const pkgconf_p… in pkgconf_parser_parse() function
H A Dpersonality.c336pkgconf_parser_parse(f, p, personality_parser_ops, personality_warn_func, pkgconf_buffer_str(&path… in load_personality_with_path()
H A Dlibpkgconf.h765 PKGCONF_API void pkgconf_parser_parse(FILE *f, void *data, const pkgconf_parser_operand_func_t *ops…
H A Dpkg.c756 pkgconf_parser_parse(f, pkg, pkg_parser_funcs, pkg_warn_func, pkg->filename); in pkgconf_pkg_new_from_path()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c615 pkgconf_parser_parse(testf, out, test_parser_ops, test_parser_warn, testfile); in load_test_case()