Searched refs:strcmp (Results 126 - 150 of 1050) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DDirectoryIterator.cpp47 if (strcmp(name, ".") == 0) {
60 if (strcmp(getname, name) == 0)
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp100 if (strcmp(argv[1], "--finish") == 0)
206 if (strcmp(signature, "application/x-vnd.Be-TSKB") == 0) {
411 if (strcmp(propertyRequested, "hci_version") == 0
412 || strcmp(propertyRequested, "lmp_version") == 0
413 || strcmp(propertyRequested, "sco_mtu") == 0) {
420 } else if (strcmp(propertyRequested, "hci_revision") == 0
421 || strcmp(propertyRequested, "lmp_subversion") == 0
422 || strcmp(propertyRequested, "manufacturer") == 0
423 || strcmp(propertyRequested, "acl_mtu") == 0
424 || strcmp(propertyRequeste
[all...]
/haiku/src/bin/
H A Dfdinfo.cpp136 usage(!strcmp(argv[1], "--help"));
140 if (!strcmp(argv[1], "-d") || !strcmp(argv[1], "-D")) {
151 } else if (!strcmp(argv[1], "-f") || !strcmp(argv[1], "-F")) {
H A Dsetdecor.cpp95 if (!strcmp(argv[1], "-l")) {
116 if (!strcmp(argv[1], "-c")) {
131 if (!strcmp(argv[1], "-s")) {
154 if (!strcmp(argv[1], "-i")) {
173 if (!strcmp(argv[1], "-p")) {
H A Dsettype.cpp112 if (strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) {
115 } else if (strcmp(arg, "-preferredAppSig") == 0) {
118 } else if (strcmp(arg, "-s") == 0) {
121 } else if (strcmp(arg, "-t") == 0) {
H A Dramdisk.cpp437 if (strcmp(argv[1], "help") == 0 || strcmp(argv[1], "--help") == 0
438 || strcmp(argv[1], "-h") == 0) {
444 if (strcmp(sCommandName, "create") == 0)
446 if (strcmp(sCommandName, "delete") == 0)
448 if (strcmp(sCommandName, "flush") == 0)
450 if (strcmp(sCommandName, "list") == 0)
H A Dmkindex.cpp51 if (!strcmp(dirent->d_name, "name")
52 || !strcmp(dirent->d_name, "size")
53 || !strcmp(dirent->d_name, "last_modified"))
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.cpp65 assert(strcmp(prop1[i].name, prop2[i].name) == 0);
85 assert(strcmp(prop1[i].usage, prop2[i].usage) == 0);
105 assert(strcmp(prop1[i].ctypes[j].pairs[k].name,
139 assert(strcmp(value1[i].name, value2[i].name) == 0);
149 assert(strcmp(value1[i].usage, value2[i].usage) == 0);
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c92 if (strcmp(driver->methods[i].name, name) == 0)
308 if (strcmp(mth->name, "device_register") == 0)
310 else if (strcmp(mth->name, "device_probe") == 0)
312 else if (strcmp(mth->name, "device_attach") == 0)
314 else if (strcmp(mth->name, "device_detach") == 0)
316 else if (strcmp(mth->name, "device_suspend") == 0)
318 else if (strcmp(mth->name, "device_resume") == 0)
320 else if (strcmp(mth->name, "device_shutdown") == 0)
322 else if (strcmp(mth->name, "miibus_readreg") == 0)
324 else if (strcmp(mt
[all...]
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp87 if (strcmp(bus, "fdt") != 0)
95 if (strcmp(compatible, "opencores,i2c-ocores") != 0
96 && strcmp(compatible, "sifive,fu740-c000-i2c") != 0
97 && strcmp(compatible, "sifive,i2c0") != 0) {
141 if (strcmp(bus, "fdt") != 0)
/haiku/src/servers/app/font/
H A DFontFamily.cpp90 if (!strcmp(item->Name(), style->Name()))
146 if (!strcmp(style->Name(), name))
197 if (!strcmp(name, "Roman") || !strcmp(name, "Regular")
198 || !strcmp(name, "Book")) {
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp144 if (argc > 1 && strcmp(argv[1], "--help") == 0) {
207 if (argc > 1 && strcmp(argv[1], "--help") == 0) {
221 if (argc > 1 && strcmp(argv[1], "--help") == 0) {
236 if (argc < 2 || (argc > 1 && strcmp(argv[1], "--help") == 0)) {
281 if (argc < 2 || (argc > 1 && strcmp(argv[1], "--help") == 0)) {
314 if (argc >= 3 && strcmp(argv[1], "start") == 0) {
321 } else if (argc >= 2 && strcmp(argv[1], "stop") == 0) {
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp241 if (!strcmp(fFunctionData[i].fFunction, function))
251 if (!strcmp(fFunctionData[i].fFunction, function))
305 if (!strcmp(argv[1], "called"))
307 else if (!strcmp(argv[1], "time-inclusive"))
309 else if (!strcmp(argv[1], "time-inclusive-per-call"))
311 else if (!strcmp(argv[1], "time-exclusive"))
313 else if (!strcmp(argv[1], "time-exclusive-per-call"))
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.cpp83 if (strcmp(bus, "fdt") == 0) {
89 if (strcmp(compatible, "pci-host-ecam-generic") != 0)
95 if (strcmp(bus, "acpi") == 0) {
100 if (strcmp(hid, "PNP0A03") != 0 && strcmp(hid, "PNP0A08") != 0)
134 if (strcmp(bus, "fdt") == 0)
136 else if (strcmp(bus, "acpi") == 0)
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp134 if (strcmp(argv[0], "--clipping") == 0 || strcmp(argv[0], "-c") == 0) {
148 if (strcmp(testName, kTestInfos[i].name) == 0) {
H A DDrawingModeToString.cpp36 if (strcmp(kDrawingModes[i].string, string) == 0) {
/haiku/src/apps/cortex/RouteApp/
H A DLiveNodeIO.cpp201 if(!strcmp(key, "key")) {
229 if(!strcmp(context.element(), _NAME_ELEMENT))
231 else if(!strcmp(context.element(), _KIND_ELEMENT))
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAs.cpp43 if (strcmp(menu->ItemAt(index)->Label(), name) > 0)
64 if (!strcmp(ref.name, ".") || !strcmp(ref.name, ".."))
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp88 if (strcmp(argv[1], "--help") == 0
89 || strcmp(argv[1], "-h") == 0) {
98 if (strcmp(argv[1], "--deskbar") == 0)
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp36 if (strcmp(name, "chosen") == 0) {
39 } else if (strcmp(name, "cpus") == 0) {
45 if (strcmp(deviceType, "cpu") == 0) {
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservbyname_r.c123 if (strcmp(name, sp->s_name) == 0)
127 if (strcmp(name, *cp) == 0)
131 if (proto == NULL || strcmp(sp->s_proto, proto) == 0)
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp86 if (strcmp(argv[1], "--help") == 0
87 || strcmp(argv[1], "-h") == 0) {
96 if (strcmp(argv[1], "--deskbar") == 0)
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamColorSpaceTransform.cpp72 if (!strcmp(kTransformTable[i].name, name))
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DStringValueView.cpp60 if (!fProperty || strcmp(p->Value(), fTextView->Text()) != 0) {
/haiku/src/system/boot/loader/net/
H A DNetDefs.cpp61 if (strcmp(service->NetServiceName(), name) == 0)

Completed in 285 milliseconds

1234567891011>>