Lines Matching defs:s2
14 const char *s2 = "";
15 int result = LIBC_NAMESPACE::strcmp(s1, s2);
19 result = LIBC_NAMESPACE::strcmp(s2, s1);
25 const char *s2 = "abc";
26 int result = LIBC_NAMESPACE::strcmp(empty, s2);
39 const char *s2 = "abc";
40 int result = LIBC_NAMESPACE::strcmp(s1, s2);
44 result = LIBC_NAMESPACE::strcmp(s2, s1);
50 const char *s2 = "___C55__";
51 int result = LIBC_NAMESPACE::strcmp(s1, s2);
56 result = LIBC_NAMESPACE::strcmp(s2, s1);
63 const char *s2 = "abCd";
64 int result = LIBC_NAMESPACE::strcmp(s1, s2);
69 result = LIBC_NAMESPACE::strcmp(s2, s1);
76 const char *s2 = "abcd";
77 int result = LIBC_NAMESPACE::strcmp(s1, s2);
82 result = LIBC_NAMESPACE::strcmp(s2, s1);
101 const char *s2 = "ab";
102 int result = LIBC_NAMESPACE::strcmp(s1, s2);
106 result = LIBC_NAMESPACE::strcmp(s2, s1);