Searched refs:sep (Results 1 – 10 of 10) sorted by relevance
| /scripts/dtc/ |
| A 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()
|
| A D | dt-extract-compatibles | 95 print(*compatibles, sep='\n')
|
| /scripts/dtc/libfdt/ |
| A 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/ |
| A D | ver_linux | 53 mods = mods sep $1 54 sep = " "
|
| A D | checktransupdate.py | 282 path_parts = file.split(os.sep) 289 new_file = os.sep.join(new_path_parts)
|
| A D | checkpatch.pl | 4304 my $sep = ''; 4311 $err .= "$sep$ctx\n"; 4312 $sep = ''; 4314 $sep = "[...]\n";
|
| /scripts/gdb/linux/ |
| A D | interrupts.py | 170 sep = " " 172 sep = "" 175 text += "%*s%u:%s" % (prec - 1, "IPI", ipi, sep)
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 104 sep = match.group(2) 203 sep = sep.replace(":", " ") 205 c = " " * len(new_tag) + sep + content
|
| /scripts/mod/ |
| A D | modpost.c | 1706 const char *sep; in verify_module_namespace() local 1712 for (namespace += strlen(prefix); *namespace; namespace = sep) { in verify_module_namespace() 1713 sep = strchrnul(namespace, ','); in verify_module_namespace() 1714 len = sep - namespace; in verify_module_namespace() 1717 if (sep[-1] == '*') { in verify_module_namespace() 1722 if (*sep) in verify_module_namespace() 1723 sep++; in verify_module_namespace()
|
| A D | file2alias.c | 145 #define ADD(str, sep, cond, field) \ argument 147 strcat(str, sep); \
|
Completed in 27 milliseconds