Searched refs:sep (Results 1 – 1 of 1) sorted by relevance
434 char *sep, *endptr; in overlay_fixup_phandle() local446 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()447 if (!sep || *sep != ':') in overlay_fixup_phandle()450 path_len = sep - path; in overlay_fixup_phandle()455 name = sep + 1; in overlay_fixup_phandle()456 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()457 if (!sep || *sep != ':') in overlay_fixup_phandle()460 name_len = sep - name; in overlay_fixup_phandle()464 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()465 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
Completed in 3 milliseconds