Home
last modified time | relevance | path

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

/dports/devel/pkgconf/pkgconf-1.8.0/libpkgconf/
H A Dpkg.c569 char uninst_locbuf[PKGCONF_ITEM_SIZE]; in pkgconf_pkg_try_specific_path() local
574 …snprintf(uninst_locbuf, sizeof uninst_locbuf, "%s%c%s-uninstalled" PKG_CONFIG_EXT, path, PKG_DIR_S… in pkgconf_pkg_try_specific_path()
576 if (!(client->flags & PKGCONF_PKG_PKGF_NO_UNINSTALLED) && (f = fopen(uninst_locbuf, "r")) != NULL) in pkgconf_pkg_try_specific_path()
578 PKGCONF_TRACE(client, "found (uninstalled): %s", uninst_locbuf); in pkgconf_pkg_try_specific_path()
579 pkg = pkgconf_pkg_new_from_file(client, uninst_locbuf, f); in pkgconf_pkg_try_specific_path()