Displaying 1 result from an estimated 1 matches for "clipfind".
Did you mean:
cli_find
1997 Jul 24
0
smbclient, tar, and exclude
...) return 0;
+
+ /* check for s1 is an "initial" string of s2 */
+ if (*s2 == '/' || *s2 == '\\') return 0;
+
return *s1-*s2;
}
***************
*** 1127,1137 ****
strcpy(exclaim, cur_dir);
*(exclaim+strlen(exclaim)-1)='\0';
-
- if (clipfind(cliplist, clipn, exclaim)) {
- DEBUG(3,("Skipping directory %s\n", exclaim));
- return;
- }
strcat(exclaim, "\\");
strcat(exclaim, finfo->name);
--- 1143,1148 ----
*** proto.h Thu Jul 24 14:32:28 1997
--- proto.h.new Thu Jul 24 10:56:09 1997
***...