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

1234

/haiku/src/system/kernel/
H A Dport.cpp523 || (name != NULL && strstr(port->lock.name, name) == NULL))
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2516 void strstr() {} function
H A Dlibroot_stubs_legacy.c2508 void strstr() {} function
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp3883 if (strstr(data[i].format, "%ls") != NULL)
3885 else if (strstr(data[i].format, "%s") != NULL)
/haiku/src/bin/network/ftpd/
H A Dftpd.c1551 if ((homedir = strstr(chrootdir, "/./")) != NULL) {
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3810 *_isObjectMethod = strstr(buffer, "::") != NULL;
/haiku/src/apps/mail/
H A DContent.cpp2470 while ((eol = strstr(eol, "\r\n")) != NULL && isspace(eol[2]))
/haiku/src/kits/tracker/
H A DFindPanel.cpp1590 if (strstr(textControl->Text(), "*") != NULL) {
H A DContainerWindow.cpp3534 && strstr(path.Path(), "/" kQueryTemplates "/") != NULL) {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4716 strstr (RemoteInfo.args, "registrar") != NULL)
/haiku/src/system/kernel/vm/
H A Dvm.cpp3754 || (name != NULL && strstr(area->name, name) == NULL))

Completed in 205 milliseconds

1234