Home
last modified time | relevance | path

Searched defs:IS_URL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c55 #define IS_URL(x) 0 macro
H A Dlib.h262 #define IS_URL(str) (URLlength(str) > 0) macro