Searched refs:pSep (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_dfs_ref.c66 char *pSep; local
86 pSep = memchr(UNC+2, '\\', len-2);
87 if (!pSep) {
95 pSep++;
96 pSep = memchr(UNC+(pSep-UNC), '\\', len-(pSep-UNC));
97 if (pSep) {
100 *pSep = 0;

Completed in 108 milliseconds