Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dfs_context.c445 #define IS_DELIM(c) ((c) == '/' || (c) == '\\') macro
451 while (IS_DELIM(*cursor1)) in sanitize_path()
460 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in sanitize_path()
466 if (IS_DELIM(*(cursor2 - 1))) in sanitize_path()

Completed in 4 milliseconds