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

  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 323 relative_path = !IS_FULLPATH(start) && !IS_URL(start);
371 if (IS_FULLPATH(fname) || IS_URL(fname)) {
lib.h 265 #define IS_FULLPATH(str) ((str) != NULL && (str)[0] == '/')

Completed in 32 milliseconds