Lines Matching full:strcmpresult
1091 int strcmpResult;1093 strcmpResult = strcmp((const char *)s1, (const char *)s2);1094 log_verbose("strcmp(0x9f..., 0x61...) = %d\n", strcmpResult);1096 if(strcmpResult <= 0) {1098 strcmpResult);