Searched refs:strstr (Results 51 - 75 of 86) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2523 if (strstr(attr[i + 1], "none") != 0) {
2528 if (strstr(attr[i + 1], "xMin") != 0)
2530 else if (strstr(attr[i + 1], "xMid") != 0)
2532 else if (strstr(attr[i + 1], "xMax") != 0)
2535 if (strstr(attr[i + 1], "yMin") != 0)
2537 else if (strstr(attr[i + 1], "yMid") != 0)
2539 else if (strstr(attr[i + 1], "yMax") != 0)
2543 if (strstr(attr[i + 1], "slice") != 0)
/haiku/src/apps/expander/
H A DExpanderWindow.cpp428 if (strstr(string.String(), "Enter password") != NULL) {
447 if (strstr(string.String(), "password") != NULL) {
/haiku/src/kits/tracker/
H A DModel.cpp1066 const char* tmp = strstr(handlerType, "/");
1075 tmp = strstr(documentType->String(), "/");
/haiku/src/system/kernel/debug/
H A Ddebug.cpp734 if (const char* commandDelimiter = strstr(
770 || strstr(sCurrentKernelDebuggerMessage,
785 const char* commands = strstr(commandBuffer,
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp248 if(strstr(mi->name, mlc->prefix)) {
/haiku/src/kits/mail/
H A DMailSettings.cpp517 const char* at = strstr(string, parentDirectory);
/haiku/src/servers/media/
H A DDefaultManager.cpp580 if (0 != strstr(info[i].name, "DV Output"))
/haiku/src/apps/mail/
H A DAddressTextControl.cpp748 if (strstr(buffer, "email") == NULL)
H A DMailApp.cpp743 if (strstr (addonNamePntr, "Spam Filter") != NULL) {
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp156 spot = strstr(buf, "nojoliet");
/haiku/src/bin/unzip/
H A Dunzip.c820 if (strncmp(p, "ZIPINFO.",8) == 0 || strstr(p, ".ZIPINFO:") != NULL ||
821 strncmp(p, "II.",3) == 0 || strstr(p, ".II:") != NULL ||
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1185 p = strstr(str, "hostname=");
1197 p = strstr(str, "uid=");
1205 p = strstr(str, "gid=");
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp490 if (strstr(engine->Info()->name, "SPDIF"))
538 if (strstr(engine->Info()->name, "SPDIF"))
/haiku/src/apps/processcontroller/
H A DProcessController.cpp880 if (strstr(info.name, "ProcessController") != NULL) {
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp307 if (strstr(grad, item->name)) {
/haiku/src/kits/package/manager/
H A DPackageManager.cpp844 return strstr(fileName, ".hpkg") != NULL && stat(fileName, &st) == 0
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp980 return strstr(symbol, pattern);
/haiku/src/system/kernel/
H A Dsem.cpp159 || (name != NULL && strstr(sem->u.used.name, name) == NULL)
H A Delf.cpp378 if (symbol->st_value > 0 && strstr(name, pattern) != 0) {
393 if (symbol->st_value > 0 && strstr(name, pattern) != 0) {
/haiku/src/apps/terminal/
H A DTermViewStates.cpp835 if (strstr(kKnownURLProtocols, protocol) != NULL) {
/haiku/src/kits/support/
H A DString.cpp2510 const char* ptr = strstr(String(), string);
2522 const char* ptr = strstr(String() + offset, string);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp915 if (!strstr(paths[i].bmpPath, "os2")) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c326 cs = strstr (last_recognized + 1, ",ccs=");
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1376 #define strstr fssh_strstr macro
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp486 if (strstr(fMeta.manufacturer, "PENTAX")) {
491 } else if (tag.tag == 2 && strstr(fMeta.manufacturer, "NIKON")) {
820 if (strstr(fMeta.model, "EOS D2000C")) {

Completed in 225 milliseconds

1234