Searched refs:pkgconf_parser_parse (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | parser.c | 133 pkgconf_parser_parse(FILE *f, void *data, const pkgconf_parser_operand_func_t *ops, const pkgconf_p… in pkgconf_parser_parse() function
|
| H A D | personality.c | 336 …pkgconf_parser_parse(f, p, personality_parser_ops, personality_warn_func, pkgconf_buffer_str(&path… in load_personality_with_path()
|
| H A D | libpkgconf.h | 765 PKGCONF_API void pkgconf_parser_parse(FILE *f, void *data, const pkgconf_parser_operand_func_t *ops…
|
| H A D | pkg.c | 756 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 D | test-runner.c | 615 pkgconf_parser_parse(testf, out, test_parser_ops, test_parser_warn, testfile); in load_test_case()
|