Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg_parse.h48 #define PFM_REPLACES (1 << 19) macro
H A Dpkg_parse.c305 else if ((mask & PFM_REPLACES) && is_field("Replaces", line)) in pkg_parse_line()