Searched refs:sep1 (Results 1 – 1 of 1) sorted by relevance
150 const void *sep1 = memchr(path, '/', len); in fdt_path_next_separator() local153 if (sep1 && sep2) in fdt_path_next_separator()154 return (sep1 < sep2) ? sep1 : sep2; in fdt_path_next_separator()155 else if (sep1) in fdt_path_next_separator()156 return sep1; in fdt_path_next_separator()