Lines Matching refs:sep
325 char sep = path[0];
327 s = strchr(path + 1, sep) + 1;
531 char sep;
538 sep = *npath;
539 while ((s = strchr(s, sep)) && ++cnt < 3)
559 while (e > s && *e == sep)
575 while (e > s && *e != sep)
1337 char *s, sep, *p;
1347 sep = it->it_name[0];
1348 if (sep != '\\' && sep != '/')
1351 s = strchr(it->it_name + 1, sep);
1356 s = strchrnul(s + 1, sep);
1368 if (*p == sep)
1383 scnprintf(*prefix, len, "%.*s%c%.*s", (int)plen1, s, sep, (int)plen2, p);