Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c54 #undef IS_URL
55 #define IS_URL(x) 0 macro
191 if (!IS_URL(url)) { in open_archive()
323 relative_path = !IS_FULLPATH(start) && !IS_URL(start); in process_pkg_path()
371 if (IS_FULLPATH(fname) || IS_URL(fname)) { in find_archive()
H A Dlib.h262 #define IS_URL(str) (URLlength(str) > 0) macro
/netbsd-src/external/bsd/pkg_install/dist/info/
H A Dperform.c331 if (IS_URL(pkg) || (fexists(pkg) && isfile(pkg))) { in pkg_do()
353 if (!IS_URL(pkg)) in pkg_do()