Searched refs:sep (Results 1 – 3 of 3) sorted by relevance
167 const char *sep; in create_paths() local174 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()
2033 my $sep = '';2040 $err .= "$sep$ctx\n";2041 $sep = '';2043 $sep = "[...]\n";
110 #define ADD(str, sep, cond, field) \ argument112 strcat(str, sep); \