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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw_dir.c25 extern fstring smbw_prefix;
379 len = strlen(smbw_prefix);
396 if (strncmp(cwd, smbw_prefix, len-1) == 0 &&
401 if (strncmp(cwd,smbw_prefix,strlen(smbw_prefix))) {
H A Dsmbw.c31 fstring smbw_prefix = SMBW_PREFIX; variable
93 slprintf(smbw_prefix,sizeof(fstring)-1, "/%s/", p);
94 all_string_sub(smbw_prefix,"//", "/", 0);
95 DEBUG(2,("SMBW_PREFIX is %s\n", smbw_prefix));
316 len = strlen(smbw_prefix)-1;
317 if (strncmp(s,smbw_prefix,len) ||
373 len = strlen(smbw_prefix)-1;
375 if (path[0] == '/' && strncmp(path,smbw_prefix,len)) {
385 if (strncmp(cwd,smbw_prefix,len) == 0 &&

Completed in 47 milliseconds