Searched refs:next_sep (Results 1 – 2 of 2) sorted by relevance
94 char *next_sep = strchr(ptr, '/'); in ext2_walk() local95 if (next_sep) { in ext2_walk()97 *next_sep = 0; in ext2_walk()160 ptr = next_sep + 1; in ext2_walk()
138 char *next_sep = strchr(ptr, '/'); in fat32_open_file() local139 if (next_sep) { in fat32_open_file()141 *next_sep = 0; in fat32_open_file()192 ptr = next_sep + 1; in fat32_open_file()
Completed in 3 milliseconds