Lines Matching refs:str1
59 char str1[] = "this is string1";
63 returnVal = bcmp(str1, str2, 7);
64 LogPrint(" bcmp *s1:='%s' *s2:='%s' size:='7', --> returnVal:='%d'\n", str1, str2, returnVal);
66 << "ErrInfo: bcmp *s1:='" << str1 << "' *s2:='" << str2
76 char str1[] = "this is string1";
80 returnVal = bcmp(str1, str2, 15);
81 LogPrint(" bcmp *s1:='%s' *s2:='%s' size:='15', --> returnVal:='%d'\n", str1, str2, returnVal);
83 << "ErrInfo: bcmp *s1:='" << str1 << "' *s2:='" << str2
188 char srcStr[] = "this is str1:stop here";
206 char srcStr[] = "this is str1:stop here";
224 char srcStr[] = "this is str1";