HomeSort by: relevance | last modified time | path
    Searched defs:IS_URL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 54 #undef IS_URL
55 #define IS_URL(x) 0
191 if (!IS_URL(url)) {
323 relative_path = !IS_FULLPATH(start) && !IS_URL(start);
371 if (IS_FULLPATH(fname) || IS_URL(fname)) {
lib.h 262 #define IS_URL(str) (URLlength(str) > 0)

Completed in 25 milliseconds