Searched refs:strcmp (Results 201 - 225 of 1050) sorted by relevance

1234567891011>>

/haiku/headers/private/shared/
H A Dpci-utils.h30 (foundItem->ProgDesc && strcmp("", foundItem->ProgDesc)) ? ", " : "", foundItem->ProgDesc);
46 && 0 == strcmp(PciVenTable[i].VenShort, PciVenTable[i].VenFull)) {
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp167 if(!strcmp(key, "encoding")) {
168 if(strcmp(value, "base64") != 0)
/haiku/src/tests/kits/opengl/glsl/
H A Dbrick.c174 if (strcmp(argv[i], "-fs") == 0) {
177 else if (strcmp(argv[i], "-vs") == 0) {
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp57 if (strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0)
/haiku/src/tests/system/libroot/posix/
H A Dtst-swscanf.c58 if (tests[n].only_C_locale && strcmp(loc, "C") != 0)
65 } else if (tests[n].retval != 0 && strcmp(buf, tests[n].res) != 0) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.cpp69 if (strcmp(lastBytes, "\r\n\r\n") != 0) {
70 if (strcmp(lastBytes + 2, "\r\n") == 0)
/haiku/src/apps/cortex/RouteApp/
H A DNodeSetIOContext.cpp72 strcmp(key, (*it).first.String()) != 0) {
166 if(!strcmp((*it).first.String(), key)) {
H A DConnectionIO.cpp417 if(!strcmp(context.element(), _LIVE_NODE_ELEMENT)) {
441 else if(!strcmp(context.element(), _NAME_ELEMENT)) {
505 if(!strcmp(name, "input")) {
512 else if(!strcmp(name, "output")) {
/haiku/src/bin/package/
H A Dcommand_add.cpp151 if (strcmp(entry, ".") == 0) {
160 && strcmp(entry, B_HPKG_PACKAGE_INFO_FILE_NAME) == 0) {
H A Dcommand_recompress.cpp111 if (strcmp(inputPackageFileName, "-") == 0) {
133 if (strcmp(outputPackageFileName, "-") == 0) {
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp156 if (++count > 2 || (strcmp(".", name) && strcmp("..", name)))
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp90 if (!strcmp(name, ".")) {
106 && !strcmp(name, fileName)) {
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp90 int keyCompare = strcmp(a.String(), b.String());
152 } else if (!strcmp(argv[0], "--help")) {
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp115 if (argc == 2 && strcmp(argv[1], "-desktop-reset") == 0) {
135 } else if (argc == 2 && strcmp(argv[1], "-deskbar") == 0) {
/haiku/src/bin/
H A Dchop.c89 if (strcmp(first, "--help") == 0) {
94 if (strcmp(first, "-n") == 0) {
H A Dhd.c56 if (strcmp(first, "--help") == 0) {
61 if (strcmp(first, "-n") == 0) {
/haiku/src/bin/writembr/
H A Dwritembr.cpp34 if ((argc == 2 && strcmp(argv[1], "--help") == 0) || argc > 2) {
65 if (strcmp(device.Leaf(), "raw") != 0) {
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_acpi.cpp134 if (strcmp(bus, "acpi") != 0)
152 if (strcmp(name, "AMDI0C00") == 0) {
/haiku/src/apps/deskcalc/
H A DCalcView.cpp397 if (fEnabled || strcmp(fExpressionTextView->Text() + start,
1217 if (strcmp(p, "\n") == 0)
1224 if (strcmp(p, "=") == 0)
1256 if (strcmp(fKeypad[key].code, "BS") == 0) {
1259 } else if (strcmp(fKeypad[key].code, "C") == 0) {
1262 } else if (strcmp(fKeypad[key].code, "acos") == 0
1263 || strcmp(fKeypad[key].code, "asin") == 0
1264 || strcmp(fKeypad[key].code, "atan") == 0
1265 || strcmp(fKeypad[key].code, "cbrt") == 0
1266 || strcmp(fKeypa
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp664 if (!strcmp(*argv, "string"))
666 else if (!strcmp(*argv, "int32")
667 || !strcmp(*argv, "int"))
669 else if (!strcmp(*argv, "uint32")
670 || !strcmp(*argv, "uint"))
672 else if (!strcmp(*argv, "int64")
673 || !strcmp(*argv, "llong"))
675 else if (!strcmp(*argv, "uint64")
676 || !strcmp(*argv, "ullong"))
678 else if (!strcmp(*arg
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddevice.cpp19 if (strcmp(gCards[i].devfs_path, name) == 0) {
/haiku/src/add-ons/kernel/drivers/common/
H A Dnull.c104 if (!strcmp(name, DEVICE_NAME))
H A Dzero.c105 if (!strcmp(name, DEVICE_NAME))
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp40 if (strcmp(kPageSize, name) == 0) {
43 } else if (strcmp(kResolution, name) == 0) {
46 } else if (strcmp(kInputSlot, name) == 0) {
49 } else if (strcmp(kPrintingMode, name) == 0) {
/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp85 if (strcmp(str, "Replicant") == 0) {

Completed in 226 milliseconds

1234567891011>>