Searched refs:ISABSOLUTE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h493 # define ISABSOLUTE(s) (ISDIRSEP(s[0]) || FOLD_FN_CHAR(s[0]) >= 'a' && FOLD_FN_CHAR(s[0]) <= 'z' && s[1] == ':' && ISDIRSEP(s[2])) macro
546 #ifndef ISABSOLUTE
547 # define ISABSOLUTE(s) ISDIRSEP(s[0]) macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dsubr.c967 return ISABSOLUTE (filename);

Completed in 85 milliseconds