Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dlib.h262 #define IS_URL(str) (URLlength(str) > 0)
323 int URLlength(const char *);
H A Dfile.c194 URLlength(const char *fname) in URLlength() function