search for: strslashcmp

Displaying 1 result from an estimated 1 matches for "strslashcmp".

1997 Jul 24
0
smbclient, tar, and exclude
...997 --- clitar.c.new Thu Jul 24 13:58:29 1997 *************** *** 372,381 **** } /**************************************************************************** ! Compare two strings in a slash insensitive way ***************************************************************************/ ! int strslashcmp(char *s1,char *s2) { while(*s1 && *s2 && (*s1 == *s2 || tolower(*s1) == tolower(*s2) --- 372,386 ---- } /**************************************************************************** ! Compare two strings in a slash insensitive way, allowing s1 to match s2 ! if s...