Searched refs:pkgconf_pkg_parser_tuple_func (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | pkg.c | 156 pkgconf_pkg_parser_tuple_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, co… in pkgconf_pkg_parser_tuple_func() function 248 {"Copyright", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, copyright)}, 249 {"Description", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, description)}, 252 {"License", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, license)}, 253 {"Maintainer", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, maintainer)}, 254 {"Name", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, realname)}, 259 {"URL", pkgconf_pkg_parser_tuple_func, offsetof(pkgconf_pkg_t, url)},
|