Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.c453 #define IS_DELIM(c) ((c) == '/' || (c) == '\\') macro
460 while (IS_DELIM(*cursor1)) in cifs_sanitize_prepath()
469 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath()
475 if (IS_DELIM(*(cursor2 - 1))) in cifs_sanitize_prepath()

Completed in 2 milliseconds