Lines Matching refs:sep
325 char sep = path[0]; in is_sysvol_or_netlogon() local
327 s = strchr(path + 1, sep) + 1; in is_sysvol_or_netlogon()
531 char sep; in lookup_cache_entry() local
538 sep = *npath; in lookup_cache_entry()
539 while ((s = strchr(s, sep)) && ++cnt < 3) in lookup_cache_entry()
559 while (e > s && *e == sep) in lookup_cache_entry()
575 while (e > s && *e != sep) in lookup_cache_entry()
1336 char *s, sep, *p; in dfs_cache_get_tgt_share() local
1346 sep = it->it_name[0]; in dfs_cache_get_tgt_share()
1347 if (sep != '\\' && sep != '/') in dfs_cache_get_tgt_share()
1350 s = strchr(it->it_name + 1, sep); in dfs_cache_get_tgt_share()
1355 s = strchrnul(s + 1, sep); in dfs_cache_get_tgt_share()
1367 if (*p == sep) in dfs_cache_get_tgt_share()
1382 scnprintf(*prefix, len, "%.*s%c%.*s", (int)plen1, s, sep, (int)plen2, p); in dfs_cache_get_tgt_share()