Searched refs:strncmp (Results 176 - 200 of 255) sorted by relevance

1234567891011

/haiku/src/preferences/mail/
H A DDNSQuery.cpp163 (!strncmp(line, name, sizeof(name) - 1) && \
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp605 && strncmp("raw", fileName + strlen(fileName) - 3, 3)) {
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp236 if (strncmp(name, CACHE_MODULES_NAME, strlen(CACHE_MODULES_NAME)))
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp533 if (!strncmp(command->name, argv[0], length)) {
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp240 if (strncmp(mime, "text/plain", B_MIME_TYPE_LENGTH))
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp140 if (strncmp(name, "/dev/net/", 9)
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp453 || strncmp(name, namePrefix, namePrefixLen) != 0) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp487 || strncmp(name, namePrefix, namePrefixLen) != 0) {
/haiku/src/kits/tracker/
H A DRegExp.cpp936 if (strncmp(s, prog->regmust, (size_t)prog->regmlen) == 0) {
1064 && strncmp(opnd, fStringInputPointer, len) != 0) {
H A DFilePanelPriv.cpp1560 if (button1 != NULL && !strncmp(button1, "Cancel", 7))
1562 else if (button2 != NULL && !strncmp(button2, "Cancel", 7))
1564 else if (button3 != NULL && !strncmp(button3, "Cancel", 7))
H A DFSClipboard.cpp733 if (!strncmp(deviceName, refName, strlen(deviceName))) {
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1603 if (strncmp(str, "matrix", 6) == 0)
1605 else if (strncmp(str, "translate", 9) == 0)
1607 else if (strncmp(str, "scale", 5) == 0)
1609 else if (strncmp(str, "rotate", 6) == 0)
1611 else if (strncmp(str, "skewX", 5) == 0)
1613 else if (strncmp(str, "skewY", 5) == 0)
1731 } else if (strncmp(value, "url(", 4) == 0) {
1745 } else if (strncmp(value, "url(", 4) == 0) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp484 if (i == 0 && !strncmp(path, "/dev/disk", 9)
534 if (i == 0 && !strncmp(path, "/dev/disk", 9)
/haiku/src/build/libbe/app/
H A DMessage.cpp239 if (strncmp(name, otherName, field->name_length) != 0)
657 if (strncmp((const char *)(fData + field->offset), oldEntry,
1255 if (strncmp((const char *)(fData + field->offset), name,
/haiku/src/system/kernel/debug/
H A Ddebug.cpp598 if (strncmp(sLineBuffer[historyLine], buffer,
1518 && strncmp(string, sLastOutputBuffer, length) == 0) {
1765 if (!strncmp(name, kDemanglePrefix, strlen(kDemanglePrefix))) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp359 if (strncmp(line.String(), "+OK", 3) != 0) {
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.cpp657 if (strncmp(cTagHeader, "TAG", 3) == 0)
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp123 if (!rawMode && !strncmp(deviceName, "/dev/", 5)
/haiku/src/kits/app/
H A DRoster.cpp234 bool found1 = !strncmp(path, path1.Path(), length)
236 bool found2 = !strncmp(path, path2.Path(), length)
258 bool inSystem1 = !strncmp(serverPath.String(), path1.Path(), length);
259 bool inSystem2 = !strncmp(serverPath.String(), path2.Path(), length);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp307 if (!strncmp(text, "mailto:", 7)) {
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp543 if (strncmp((const char*)(fData + field->offset), name,
/haiku/src/bin/
H A Durlwrapper.cpp144 && !strncmp(buffer, bplist_match,
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp266 if (strncmp(child->Name(), name, nameLength) == 0
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c314 if ((strlen(pu) < 6) || strncmp(pu,"user.",5))
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp148 if (strncmp(header, "{\\rtf", 5))

Completed in 251 milliseconds

1234567891011