Searched refs:string1 (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 36 first = tolower(*string1); in strcasecmp() 38 string1++; in strcasecmp()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 273 #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/ |
D | connection.c | 1331 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/ |
D | test_minidom.py | 396 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/ |
D | pickletools.py | 408 string1 = ArgumentDescriptor( variable 1021 arg=string1,
|
/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"
|