Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg.h82 PKG_PRIORITY, enumerator
H A Dpkg.c478 if (!pkg_get_string(oldpkg, PKG_PRIORITY)) in pkg_merge()
479 pkg_set_string(oldpkg, PKG_PRIORITY, pkg_get_string(newpkg, PKG_PRIORITY)); in pkg_merge()
801 fprintf(fp, "Priority: %s\n", pkg_get_string(pkg, PKG_PRIORITY)); in pkg_formatted_field()
H A Dpkg_parse.c294 pkg_set_string(pkg, PKG_PRIORITY, line + strlen("Priority") + 1); in pkg_parse_line()