Home
last modified time | relevance | path

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

/dports/devel/pkgconf/pkgconf-1.8.0/libpkgconf/
H A Dpkg.c129 pkgconf_pkg_parser_dependency_func(const pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *… in pkgconf_pkg_parser_dependency_func() function
153 {"Conflicts", pkgconf_pkg_parser_dependency_func, offsetof(pkgconf_pkg_t, conflicts)},
158 {"Provides", pkgconf_pkg_parser_dependency_func, offsetof(pkgconf_pkg_t, provides)},
159 {"Requires", pkgconf_pkg_parser_dependency_func, offsetof(pkgconf_pkg_t, required)},
161 …{"Requires.private", pkgconf_pkg_parser_dependency_func, offsetof(pkgconf_pkg_t, requires_private)…