Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_impl.c403 static const char *skip_slash(const char *str);
426 path = skip_slash(path); in ext2_lookup_inode()
453 const char *next_path = skip_slash(end); in ext2_lookup_inode()
545 static const char *skip_slash(const char *s) in skip_slash() function