Home
last modified time | relevance | path

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

/netbsd/external/bsd/pkg_install/dist/lib/
H A Dopattern.c185 const char *first_version; in pkg_order() local
196 first_version = strrchr(first_pkg, '-'); in pkg_order()
199 if (first_version == NULL || !pkg_match(pattern, first_pkg)) in pkg_order()
205 if (dewey_cmp(first_version + 1, DEWEY_GT, second_version + 1)) in pkg_order()
207 else if (dewey_cmp(first_version + 1, DEWEY_LT, second_version + 1)) in pkg_order()