Searched refs:sep (Results 1 – 1 of 1) sorted by relevance
449 char *sep, *endptr; in overlay_fixup_phandle() local461 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()462 if (!sep || *sep != ':') in overlay_fixup_phandle()465 path_len = sep - path; in overlay_fixup_phandle()470 name = sep + 1; in overlay_fixup_phandle()471 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()472 if (!sep || *sep != ':') in overlay_fixup_phandle()475 name_len = sep - name; in overlay_fixup_phandle()479 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()480 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
Completed in 4 milliseconds