Searched refs:string2 (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Ddbus-calls.h91 (const char *string1, const char *string2, const char *string3, \
93 (string1, string2, string3, string4)) \
131 const char *string2), \
132 (message, string1, string2)) \
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h233 #define strncmp(string1,string2,count) (int)(AsciiStrnCmp(string1,string2,(UINTN)(count)))
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c694 const char *string1 = ap, *string2 = bp; local
696 if (!string1 && !string2)
700 if (!string2)
703 return strcmp(string1, string2);
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp543 nsCString string2; local
548 string2 = Substring(origString, 0, 5);

Completed in 62 milliseconds