Home
last modified time | relevance | path

Searched refs:ISSLASH (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/diff/lib/
H A Dbasename.c43 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()
H A Ddirname.h28 # ifndef ISSLASH
29 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
/freebsd-14.2/contrib/diff/
H A Dconfig.h421 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
423 # define ISSLASH(C) ((C) == '/') macro
/freebsd-14.2/bin/rm/
H A Drm.c438 #define ISSLASH(a) ((a)[0] == '/' && (a)[1] == '\0') macro
447 if (ISSLASH(*t)) { in checkslash()