Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.c488 #define IS_DELIM(c) ((c) == '/' || (c) == '\\') in cifs_sanitize_prepath()
495 while (IS_DELIM(*cursor1)) in cifs_sanitize_prepath()
504 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath()
510 if (IS_DELIM(*(cursor2 - 1))) in cifs_sanitize_prepath()
487 #define IS_DELIM( global() macro