Searched refs:sep2 (Results 1 – 1 of 1) sorted by relevance
151 const void *sep2 = 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()158 return sep2; in fdt_path_next_separator()