Searched refs:strcmp (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/string/
H A Dstrcmp_alias.c3 * IPRT - No-CRT strcmp() alias for gcc.
32 #undef strcmp macro
36 # pragma weak strcmp macro
40 extern int (strcmp)(const char *psz1, const char *psz2) function
42 return RT_NOCRT(strcmp)(psz1, psz2);
47 __asm__(".weak strcmp\t\n"
48 " .set strcmp," RT_NOCRT_STR(strcmp) "\t\n");
51 extern __typeof(RT_NOCRT(strcmp)) strcmp __attribute_
[all...]
H A DRTStrCmp.cpp39 * difference between this and the CRT strcmp function is the handling of
57 return strcmp(psz1, psz2);
H A Duniread.cpp681 if (!strcmp(psz, "N"))
683 if (!strcmp(psz, "Y"))
685 if (!strcmp(psz, "M"))
725 if (!strcmp(pszProperty, "ASCII_Hex_Digit")) pCPInfo->fASCIIHexDigit = 1;
726 else if (!strcmp(pszProperty, "Alphabetic")) pCPInfo->fAlphabetic = 1;
727 else if (!strcmp(pszProperty, "Bidi_Control")) pCPInfo->fBidiControl = 1;
728 else if (!strcmp(pszProperty, "Case_Ignorable")) pCPInfo->fCaseIgnorable = 1;
729 else if (!strcmp(pszProperty, "Cased")) pCPInfo->fCased = 1;
730 else if (!strcmp(pszProperty, "Changes_When_Casefolded")) pCPInfo->fChangesWhenCasefolded = 1;
731 else if (!strcmp(pszPropert
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCatCopy.cpp42 RTTESTI_CHECK(strcmp(pszBuf4H, "abc") == 0);
44 RTTESTI_CHECK(strcmp(pszBuf4T, "abc") == 0);
48 RTTESTI_CHECK(strcmp(pszBuf4H, "abc") == 0);
50 RTTESTI_CHECK(strcmp(pszBuf4T, "abc") == 0);
61 RTTESTI_CHECK(strcmp(pszBuf4H, "abc") == 0);
63 RTTESTI_CHECK(strcmp(pszBuf4T, "abc") == 0);
67 RTTESTI_CHECK(strcmp(pszBuf4H, "abc") == 0);
69 RTTESTI_CHECK(strcmp(pszBuf4T, "abc") == 0);
73 RTTESTI_CHECK(strcmp(pszBuf4H, "abc") == 0);
75 RTTESTI_CHECK(strcmp(pszBuf4
[all...]
H A DtstRTGetOptArgv.cpp72 if (strcmp(s_aMscCrtTests[i].pszCmdLine, pszCmdLine))
104 if (strcmp(s_aBournShTests[i].pszCmdLine, pszCmdLine))
129 if (strcmp(papszArgs[j], s_aBournShTests[i].apszArgs[j]))
159 RTTESTI_CHECK_RETV(!strcmp(papszArgs[0], "0"));
160 RTTESTI_CHECK_RETV(!strcmp(papszArgs[1], "1"));
161 RTTESTI_CHECK_RETV(!strcmp(papszArgs[2], "2"));
162 RTTESTI_CHECK_RETV(!strcmp(papszArgs[3], "3"));
163 RTTESTI_CHECK_RETV(!strcmp(papszArgs[4], "4"));
164 RTTESTI_CHECK_RETV(!strcmp(papszArgs[5], "5"));
165 RTTESTI_CHECK_RETV(!strcmp(papszArg
[all...]
H A DtstLdr-4.cpp59 if ( !strcmp(pszSymbol, "RTAssertMsg1Weak") || !strcmp(pszSymbol, "_RTAssertMsg1Weak"))
61 else if (!strcmp(pszSymbol, "RTAssertMsg2Weak") || !strcmp(pszSymbol, "_RTAssertMsg2Weak"))
63 else if (!strcmp(pszSymbol, "RTAssertMsg1") || !strcmp(pszSymbol, "_RTAssertMsg1"))
65 else if (!strcmp(pszSymbol, "RTAssertMsg2") || !strcmp(pszSymbol, "_RTAssertMsg2"))
67 else if (!strcmp(pszSymbol, "RTAssertMsg2V") || !strcmp(pszSymbo
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp209 if (!strcmp("ext4", mntEnt.mnt_type))
211 else if (!strcmp("ext3", mntEnt.mnt_type))
213 else if (!strcmp("ext2", mntEnt.mnt_type))
215 else if (!strcmp("jfs", mntEnt.mnt_type))
217 else if (!strcmp("xfs", mntEnt.mnt_type))
219 else if (!strcmp("btrfs", mntEnt.mnt_type))
221 else if ( !strcmp("vfat", mntEnt.mnt_type)
222 || !strcmp("msdos", mntEnt.mnt_type))
224 else if (!strcmp("ntfs", mntEnt.mnt_type))
226 else if (!strcmp("hpf
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dlegacy.c177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
187 } else if (!strcmp(name, "gather line info")) {
189 } else if (!strcmp(name, "user data")) {
191 } else if (!strcmp(name, "is html")) {
193 } else if (!strcmp(name, "is standalone")) {
195 } else if (!strcmp(nam
[all...]
H A DtestXPath.c151 if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr")))
155 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
157 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
159 else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr")))
161 else if ((!strcmp(argv[i], "-tree")) || (!strcmp(arg
[all...]
H A DtestReader.c114 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
116 else if ((!strcmp(argv[i], "-dump")) || (!strcmp(argv[i], "--dump")))
118 else if ((!strcmp(argv[i], "-count")) || (!strcmp(argv[i], "--count")))
120 else if ((!strcmp(argv[i], "-consumed")) || (!strcmp(argv[i], "--consumed")))
122 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(arg
[all...]
H A DtestURI.c78 ((!strcmp(argv[arg], "-base")) || (!strcmp(argv[arg], "--base")))) {
85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) {
90 ((!strcmp(argv[arg], "-debug")) || (!strcmp(argv[arg], "--debug")))) {
H A Dxmllint.c2948 if (!strcmp(argv[i], "-"))
2953 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
2957 if ((!strcmp(argv[i], "-shell")) ||
2958 (!strcmp(argv[i], "--shell"))) {
2964 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
2968 if ((!strcmp(argv[i], "-recover")) ||
2969 (!strcmp(argv[i], "--recover"))) {
2972 } else if ((!strcmp(arg
[all...]
H A DtestRelax.c64 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
69 if ((!strcmp(argv[i], "-memory")) || (!strcmp(argv[i], "--memory"))) {
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
76 if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree"))) {
/vbox/src/VBox/Additions/os2/
H A DVBoxReplaceDll.cpp60 if (!strcmp(argv[i], "--"))
62 else if ( !strcmp(argv[i], "--help")
63 || !strcmp(argv[i], "-help")
64 || !strcmp(argv[i], "-h")
65 || !strcmp(argv[i], "-?") )
67 else if ( !strcmp(argv[i], "--version")
68 || !strcmp(argv[i], "-V") )
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp71 if (!pRootElem || strcmp(pRootElem->getName(), "Envelope"))
138 if ( !strcmp(pcszElemName, "DiskSection")
139 || ( !strcmp(pcszElemName, "Section")
140 && !strcmp(pcszTypeAttr, "ovf:DiskSection_Type")
146 else if ( !strcmp(pcszElemName, "NetworkSection")
147 || ( !strcmp(pcszElemName, "Section")
148 && !strcmp(pcszTypeAttr, "ovf:NetworkSection_Type")
154 else if ( !strcmp(pcszElemName, "DeploymentOptionSection"))
158 else if ( !strcmp(pcszElemName, "Info"))
162 else if ( !strcmp(pcszElemNam
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetprotoname.c51 if (strcmp(p->p_name, name) == 0)
54 if (strcmp(*cp, name) == 0)
H A Dgetservbyname.c58 if (strcmp(name, p->s_name) == 0)
61 if (strcmp(name, *cp) == 0)
65 if (proto == 0 || strcmp(p->s_proto, proto) == 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddtoa.c73 if(strcmp("1e+24",cnvt) != 0){
85 if(strcmp("10000",cnvt) != 0){
98 if(strcmp("7.53e-14",cnvt) != 0){
110 if(strcmp("1.867e+73",cnvt) != 0){
123 if(strcmp("-1.867e+73",cnvt) != 0){
136 if(strcmp("-1.867e-73",cnvt) != 0){
150 if(strcmp("Infinity",cnvt) != 0){
163 if(strcmp("-Infinity",cnvt) != 0){
172 if(strcmp("NaN",cnvt) != 0){
179 if(strcmp("Na
[all...]
H A Dprftest.c73 if (!strcmp(buf, answer)) {
87 if (!strcmp(buf, "30 -32 333 64")) {
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DSUPLoggerCtl.cpp111 if (!strcmp(Val.psz, "set"))
113 else if (!strcmp(Val.psz, "create"))
115 else if (!strcmp(Val.psz, "destroy"))
125 if (!strcmp(Val.psz, "debug"))
127 else if (!strcmp(Val.psz, "release"))
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp114 if (!strcmp(a->argv[1], "pause"))
118 else if (!strcmp(a->argv[1], "resume"))
122 else if (!strcmp(a->argv[1], "reset"))
126 else if (!strcmp(a->argv[1], "unplugcpu"))
139 else if (!strcmp(a->argv[1], "plugcpu"))
152 else if (!strcmp(a->argv[1], "cpuexecutioncap"))
165 else if (!strcmp(a->argv[1], "clipboard"))
175 if (!strcmp(a->argv[2], "disabled"))
177 else if (!strcmp(a->argv[2], "hosttoguest"))
179 else if (!strcmp(
[all...]
H A DVBoxManageUSB.cpp179 if (!strcmp(a->argv[0], "add")) cmd.mAction = USBFilterCmd::Add;
180 else if (!strcmp(a->argv[0], "modify")) cmd.mAction = USBFilterCmd::Modify;
181 else if (!strcmp(a->argv[0], "remove")) cmd.mAction = USBFilterCmd::Remove;
212 if ( !strcmp(a->argv[i], "--target")
213 || !strcmp(a->argv[i], "-target"))
218 if (!strcmp(a->argv[i], "global"))
227 else if ( !strcmp(a->argv[i], "--name")
228 || !strcmp(a->argv[i], "-name"))
235 else if ( !strcmp(a->argv[i], "--active")
236 || !strcmp(
[all...]
H A DVBoxManage.cpp256 bool fStdIn = !strcmp(pszFilename, "stdin");
368 || !strcmp(argv[i], "help")
369 || !strcmp(argv[i], "-?")
370 || !strcmp(argv[i], "-h")
371 || !strcmp(argv[i], "-help")
372 || !strcmp(argv[i], "--help"))
386 if ( !strcmp(argv[i], "-v")
387 || !strcmp(argv[i], "-version")
388 || !strcmp(argv[i], "-Version")
389 || !strcmp(arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DComparison.c34 /** The strcmp function compares the string pointed to by s1 to the string
37 @return The strcmp function returns an integer greater than, equal to, or
41 int strcmp(const char *s1, const char *s2) function
58 return (strcmp(s1, s2));
77 such that if the strcmp function is applied to two transformed strings, it
/vbox/src/VBox/Additions/linux/testcase/
H A DTimesyncBackdoor.c38 if (strcmp(argv[i], "-interval") == 0)
48 else if (strcmp(argv[i], "-daemonize") == 0)

Completed in 2626 milliseconds

1234567891011>>