Home
last modified time | relevance | path

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

/scripts/dtc/
Dfdtput.c153 const char *sep; in create_paths() local
160 for (sep = path; *sep; path = sep + 1, offset = node) { in create_paths()
162 sep = strchr(path, '/'); in create_paths()
163 if (!sep) in create_paths()
164 sep = path + strlen(path); in create_paths()
167 sep - path); in create_paths()
170 sep - path); in create_paths()
173 report_error(path, sep - path, node); in create_paths()
Ddt-extract-compatibles95 print(*compatibles, sep='\n')
/scripts/dtc/libfdt/
Dfdt_overlay.c412 char *sep, *endptr; in overlay_fixup_phandle() local
424 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()
425 if (!sep || *sep != ':') in overlay_fixup_phandle()
428 path_len = sep - path; in overlay_fixup_phandle()
433 name = sep + 1; in overlay_fixup_phandle()
434 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()
435 if (!sep || *sep != ':') in overlay_fixup_phandle()
438 name_len = sep - name; in overlay_fixup_phandle()
442 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
443 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
/scripts/
Dver_linux55 mods = mods sep $1
56 sep = " "
Dchecktransupdate.py246 path_parts = file.split(os.sep)
253 new_file = os.sep.join(new_path_parts)
Dget_abi.pl130 my $sep = $2;
208 $sep =~ s,:, ,;
209 $content = ' ' x length($new_tag) . $sep . $content;
Dcheckpatch.pl4293 my $sep = '';
4300 $err .= "$sep$ctx\n";
4301 $sep = '';
4303 $sep = "[...]\n";
/scripts/gdb/linux/
Dinterrupts.py170 sep = " "
172 sep = ""
175 text += "%*s%u:%s" % (prec - 1, "IPI", ipi, sep)
/scripts/mod/
Dfile2alias.c89 #define ADD(str, sep, cond, field) \ argument
91 strcat(str, sep); \