Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c151 const void *sep2 = memchr(path, ':', len); in fdt_path_next_separator() local
153 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()