Home
last modified time | relevance | path

Searched refs:string1 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c31 static int strcasecmp (char *string1, char *string2) in strcasecmp() argument
36 first = tolower(*string1); in strcasecmp()
38 string1++; in strcasecmp()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h273 #define strncmp(string1,string2,count) (int)(AsciiStrnCmp(string1,string2,(UINTN)(count))) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1331 PyObject* string1 = 0; in pysqlite_collation_callback() local
1346 string1 = PyString_FromStringAndSize((const char*)text1_data, text1_length); in pysqlite_collation_callback()
1349 if (!string1 || !string2) { in pysqlite_collation_callback()
1353 retval = PyObject_CallFunctionObjArgs(callback, string1, string2, NULL); in pysqlite_collation_callback()
1366 Py_XDECREF(string1); in pysqlite_collation_callback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_minidom.py396 string1 = repr(el)
398 self.confirm(string1 == string2)
404 string1 = repr(el)
406 self.confirm(string1 == string2)
413 string1 = repr(el)
415 self.confirm(string1 == string2)
416 self.confirm("slash:abc" in string1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickletools.py408 string1 = ArgumentDescriptor( variable
1021 arg=string1,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni257 "IF [/i] [NOT] string1 == string2 THEN\r\n"
288 " 3. In the second usage, the string1 == string2 condition is TRUE if the two\r\n"