Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg.h55 SF_NOPRUNE = 8, /* do not remove obsolete files */ enumerator
65 #define SF_NONVOLATILE_FLAGS (SF_HOLD|SF_NOPRUNE|SF_PREFER|SF_OBSOLETE|SF_USER)
H A Dopkg_install.c1493 if (old_pkg->state_flag & SF_NOPRUNE) { in opkg_install_pkg()
H A Dpkg.c55 {SF_NOPRUNE, "noprune"},