Searched refs:strncmp (Results 151 - 175 of 255) sorted by last modified time

1234567891011

/haiku/src/bin/
H A Dsetversion.cpp193 else if (strncmp(argv[i], "-", 1) == 0)
231 if (!strncmp(argv[i], "-", 1)) {
H A Dcheckfs.cpp84 if (strncmp(path, "/dev", 4)) {
H A Dfortune.c144 if (!strncmp(buffer + i, "\n%\n", 3)) {
161 if (!strncmp(buffer + i, "\n%\n", 3)) {
H A Dtrash.cpp75 if (!strncmp(f, trash_dir, strlen(trash_dir)))
H A Dnotify.cpp119 if (strncmp(kTypeNames[i], argument, strlen(argument)) == 0)
/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/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp87 if (strncmp(filesystem, EXFAT_SUPER_BLOCK_MAGIC, sizeof(filesystem)) != 0)
H A DDirectoryIterator.cpp145 && strncmp(utf8Name, name, nameLength) == 0) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp46 if (strncmp(magic, BTRFS_SUPER_BLOCK_MAGIC, sizeof(magic)) != 0)
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp409 if (!strncmp(type, "KDK", 3)
410 || !strncmp(type, "VER", 3)
411 || !strncmp(type, "IIII", 4)
412 || !strncmp(type, "MMMM", 4)) {
416 if (!strncmp(type, "KC", 2) // Konica KD-400Z, KD-510Z
417 || !strncmp(type, "MLY", 3)) { // Minolta DiMAGE G series
458 } else if (!strncmp(type, "FUJIFILM", 8)
459 || !strncmp(type, "SONY", 4)
712 bool kodak = !strncmp(fMeta.manufacturer, "EASTMAN", 7);
2964 if (!strncmp(fMet
[all...]
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp230 while (command != NULL && strncmp(prefix, command->name, prefixLen) != 0)
/haiku/src/system/boot/loader/
H A Dloader.cpp61 if (strncmp(path, kSystemDirectoryPrefix, strlen(kSystemDirectoryPrefix))
/haiku/src/kits/shared/
H A DKeymap.cpp335 if (strncmp(&fChars[offset + 1], &fChars[deadOffset[i] + 1],
424 if (strncmp(&fChars[offset + 1], &fChars[deadKey[i] + 1], *numBytes)
606 if (strncmp(chars, &fChars[deadOffsets[i] + 1], deadNumBytes) == 0)
/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp130 if (strncmp(stringStart, kGCCVersionPrefix, gccVersionPrefixLen) != 0)
/haiku/src/tests/kits/shared/
H A DKeymapTest.cpp109 CPPUNIT_ASSERT(strncmp(chars, mapChars + 1, numBytes) == 0);
/haiku/src/tests/kits/support/bmemoryio/
H A DWriteTest.cpp42 CPPUNIT_ASSERT(strncmp(buf + 3, writeBuf, 2) == 0);
50 CPPUNIT_ASSERT(strncmp(buf + 9, writeBuf, 1) == 0);
/haiku/src/servers/media/
H A DNodeManager.cpp683 if (strncmp(name, node.name, nameLength) != 0)
1052 if (strncmp(name, info.info.name, nameLength) != 0)
/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/kits/tracker/
H A DFSClipboard.cpp733 if (!strncmp(deviceName, refName, strlen(deviceName))) {
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp55 if (strncmp (environ [envindex], var, len) == 0) {
/haiku/src/tools/
H A Dexec.c132 if (strncmp(val, currentArg, nameLen) != 0
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c95 if( strncmp(ati_rom_sig, rom_base + i, strlen( ati_rom_sig )) == 0 ) {
/haiku/src/bin/pc/
H A Dpc.c358 strncmp(*str, "<<=", 3) == 0 || strncmp(*str, ">>=", 3) == 0)
653 while((strncmp(*str, "<<", 2) == 0) || (strncmp(*str, ">>", 2) == 0))
724 strncmp(*str, "<<", 2) != 0 && strncmp(*str, ">>", 2) &&
905 if (strncmp(*str, "++", 2) == 0 || strncmp(*str, "--", 2) == 0)
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp201 && !strncmp(name, itemName, nameLen)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c241 if (strncmp(an_conf,"off", 3) == 0) {
244 if (strncmp(an_conf,"dump", 4) == 0) {
247 if (strncmp(an_conf,"type", 4) == 0) {
292 if (strncmp(an_conf_cache,"dbm", 3) == 0) {
295 if (strncmp(an_conf_cache,"per", 3) == 0) {
298 if (strncmp(an_conf_cache,"raw", 3) == 0) {

Completed in 184 milliseconds

1234567891011