Home
last modified time | relevance | path

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

/scripts/dtc/
Dfdtput.c167 const char *sep; in create_paths() local
174 for (sep = path; *sep; path = sep + 1, offset = node) { in create_paths()
176 sep = strchr(path, '/'); in create_paths()
177 if (!sep) in create_paths()
178 sep = path + strlen(path); in create_paths()
181 sep - path); in create_paths()
184 sep - path); in create_paths()
187 report_error(path, sep - path, node); in create_paths()
/scripts/
Dcheckpatch.pl2033 my $sep = '';
2040 $err .= "$sep$ctx\n";
2041 $sep = '';
2043 $sep = "[...]\n";
/scripts/mod/
Dfile2alias.c110 #define ADD(str, sep, cond, field) \ argument
112 strcat(str, sep); \