Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dfs_context.c447 #define IS_DELIM(c) ((c) == '/' || (c) == '\\') macro
453 while (IS_DELIM(*cursor1)) in sanitize_path()
462 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in sanitize_path()
468 if (IS_DELIM(*(cursor2 - 1))) in sanitize_path()