Searched refs:sep (Results 1 – 9 of 9) sorted by relevance
| /scripts/dtc/ |
| D | fdtput.c | 153 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()
|
| D | dt-extract-compatibles | 95 print(*compatibles, sep='\n')
|
| /scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 412 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/ |
| D | ver_linux | 55 mods = mods sep $1 56 sep = " "
|
| D | checktransupdate.py | 246 path_parts = file.split(os.sep) 253 new_file = os.sep.join(new_path_parts)
|
| D | get_abi.pl | 130 my $sep = $2; 208 $sep =~ s,:, ,; 209 $content = ' ' x length($new_tag) . $sep . $content;
|
| D | checkpatch.pl | 4293 my $sep = ''; 4300 $err .= "$sep$ctx\n"; 4301 $sep = ''; 4303 $sep = "[...]\n";
|
| /scripts/gdb/linux/ |
| D | interrupts.py | 170 sep = " " 172 sep = "" 175 text += "%*s%u:%s" % (prec - 1, "IPI", ipi, sep)
|
| /scripts/mod/ |
| D | file2alias.c | 89 #define ADD(str, sep, cond, field) \ argument 91 strcat(str, sep); \
|