Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
A Dfdt_overlay.c449 char *sep, *endptr; in overlay_fixup_phandle() local
461 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()
/scripts/
A Dcheckpatch.pl4293 my $sep = '';
4300 $err .= "$sep$ctx\n";
4301 $sep = '';
4303 $sep = "[...]\n";

Completed in 13 milliseconds