Searched refs:string2 (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_win.c | 31 static int strcasecmp (char *string1, char *string2) in strcasecmp() argument 37 second = tolower(*string2); in strcasecmp() 39 string2++; in strcasecmp()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 265 #define strncmp(string1,string2,count) (int)(AsciiStrnCmp(string1,string2,(UINTN)(count))) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | _sre.c | 1905 fix_string_param(PyObject *string, PyObject *string2, const char *oldname) in fix_string_param() argument 1907 if (string2 != NULL) { in fix_string_param() 1919 return string2; in fix_string_param() 1935 PyObject *string = NULL, *string2 = NULL; in pattern_match() local 1943 &string, &start, &end, &string2)) in pattern_match() 1946 string = fix_string_param(string, string2, "pattern"); in pattern_match() 1981 PyObject *string = NULL, *string2 = NULL; in pattern_search() local 1989 &string, &start, &end, &string2)) in pattern_search() 1992 string = fix_string_param(string, string2, "pattern"); in pattern_search() 2123 PyObject *string = NULL, *string2 = NULL; in pattern_findall() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | connection.c | 1332 PyObject* string2 = 0; in pysqlite_collation_callback() local 1347 string2 = PyString_FromStringAndSize((const char*)text2_data, text2_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() 1367 Py_XDECREF(string2); in pysqlite_collation_callback()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_minidom.py | 397 string2 = str(el) 398 self.confirm(string1 == string2) 405 string2 = str(el) 406 self.confirm(string1 == string2) 414 string2 = str(el) 415 self.confirm(string1 == string2)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.uni | 257 "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"
|