Searched refs:ISSLASH (Results 1 – 5 of 5) sorted by relevance
43 if (ISSLASH (*p)) in base_name()47 while (ISSLASH (*p)); in base_name()53 if (ISSLASH (*base)) in base_name()75 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--) in base_len()
28 # ifndef ISSLASH29 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
421 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro423 # define ISSLASH(C) ((C) == '/') macro
1148 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro1150 # define ISSLASH(C) ((C) == '/') macro
525 #define ISSLASH(a) ((a)[0] == '/' && (a)[1] == '\0') macro534 if (ISSLASH(*t)) { in checkslash()