Searched refs:s2 (Results 76 - 87 of 87) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmltok.c923 streqci(const char *s1, const char *s2) argument
927 char c2 = *s2++;
H A Dxmlparse.c2944 const XML_Char *s2 = nsAtts[j].uriName; local
2945 /* s1 is null terminated, but not s2 */
2946 for (; *s1 == *s2 && *s1 != 0; s1++, s2++);
5952 keyeq(KEY s1, KEY s2) argument
5954 for (; *s1 == *s2; s1++, s2++)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmltok.c915 streqci(const char *s1, const char *s2) argument
919 char c2 = *s2++;
H A Dxmlparse.c2838 const XML_Char *s2 = nsAtts[j].uriName; local
2839 /* s1 is null terminated, but not s2 */
2840 for (; *s1 == *s2 && *s1 != 0; s1++, s2++);
5829 keyeq(KEY s1, KEY s2) argument
5831 for (; *s1 == *s2; s1++, s2++)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c2838 const XML_Char *s2 = nsAtts[j].uriName; local
2839 /* s1 is null terminated, but not s2 */
2840 for (; *s1 == *s2 && *s1 != 0; s1++, s2++);
5829 keyeq(KEY s1, KEY s2) argument
5831 for (; *s1 == *s2; s1++, s2++)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c3253 char *s1, *s2; local
3258 if (!PyArg_ParseTuple(args, "ss:putenv", &s1, &s2))
3262 len = strlen(s1) + strlen(s2) + 2;
3269 PyOS_snprintf(newenv, len, "%s=%s", s1, s2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_builtin.py689 s2 = s.swapcase().swapcase()
690 self.assertTrue(intern(s2) is s)
H A Dtest_tarfile.py122 s2 = fobj.readlines()
123 self.assertTrue(s1 == s2,
H A Dtest_ssl.py910 s2 = socket.socket()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c6158 Py_UNICODE *s2 = str2->str;
6167 c2 = *s2++;
6192 Py_UNICODE *s2 = str2->str; local
6201 c2 = *s2++;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c6063 Py_UNICODE *s2 = str2->str;
6072 c2 = *s2++;
6097 Py_UNICODE *s2 = str2->str; local
6106 c2 = *s2++;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c209 onig_strncmp(const UChar* s1, const UChar* s2, int n) argument
214 x = *s2++ - *s1++;

Completed in 396 milliseconds

1234