Home | History | Annotate | Download | only in Analysis

Lines Matching defs:s2

16 int memcmp(const void *s1, const void *s2, size_t n);
799 struct X* RegInvalidationDetect1(struct X *s2) {
802 px = s2;
932 char *s2 = strdup(s);
933 s2[validIndex + 1] = 'b';
937 char *s2 = strndup(s, size);
938 s2 [validIndex + 1] = 'b';
939 if (s2[validIndex] != 'a')
946 char *s2 = strdup(s);
947 char result = s2[1];// no warning
948 free(s2);