Searched refs:strchr (Results 1 - 25 of 199) sorted by last modified time

12345678

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1836 if (const char* separator = strchr(column->DisplayAs(), ':')) {
H A DContainerWindow.cpp3672 const char* nextSlash = strchr(name, '/');
H A DOpenWithWindow.cpp1643 char* tmp = strchr(type, '/');
H A DFindPanel.cpp1501 if (strchr(type, '/') == NULL) {
1786 text.Append(strchr(type.Type(), '/') + 1);
3428 char* name = strchr(line, ' ');
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1505 char* e = strchr(p, '%');
2171 char* colon = strchr(line, ':');
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp211 char *slash = strchr(&path[i], '/');
484 if (char* dollar = strchr(templatePath, '$')) {
673 if (char* dollar = strchr(templatePath, '$')) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp410 char* end = strchr(leaf, '/');
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp309 if (strchr(name, '/')) {
339 const char *semicolon = strchr(pathString, ';');
443 end = strchr(buffer, '\n');
/haiku/src/system/kernel/fs/
H A Dvfs.cpp789 const char* end = strchr(fsName, '/');
817 const char* end = strchr(fsNames, ':');
4390 char* nextPath = strchr(moduleName, '/');
4827 if (leaf != NULL && (leaf[0] == '\0' || strchr(leaf, '/')))
/haiku/src/system/kernel/
H A Dint.cpp111 if (strchr(imageName, '/') != NULL)
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1895 cp = strchr(domain, '.');
1904 cp = strchr(hp->h_name, '.');
1924 if ((cp = strchr(hp->h_name, '.')) != NULL &&
H A Difaddrlist.c134 if (strchr(device, ':') != NULL)
/haiku/src/bin/network/ping/
H A Dping6.c2755 p = strchr(name, '.');
/haiku/src/servers/package/
H A DVolume.cpp1122 char* packageNameEnd = strchr(packageName, '\n');
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c6939 sprintf(strchr(buf, 0), "%d", ndesc[i]);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1826 char *newLine = strchr(line, '\n');
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/platform/
H A Dacgccex.h156 * Some versions of gcc implement strchr() with a buggy macro. So,
162 #ifdef strchr
163 #undef strchr macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h210 strchr (
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutclib.c186 * FUNCTION: strchr
597 * FUNCTION: strchr
609 strchr ( function
/haiku/src/kits/interface/
H A DMenuItem.cpp255 const char* pos = strchr(Label(), toupper(trigger));
260 pos = strchr(Label(), trigger);
/haiku/headers/posix/
H A Dstring.h40 extern char *strchr(const char *string, int character);
/haiku/src/apps/mail/
H A DMailWindow.cpp2623 for (char* bad = fileName; (bad = strchr(bad, '/')) != NULL;
2627 for (char* bad = fileName; (bad = strchr(bad, '\\')) != NULL;
2631 for (char* bad = fileName; (bad = strchr(bad, ':')) != NULL;
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp222 if (!strchr("0123456789abcdefABCDEF", bytes[0]))
/haiku/src/system/kernel/debug/
H A Ddebug.cpp330 char* firstSpace = strchr(buffer, ' ');
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp861 char* packageNameEnd = strchr(packageName, '\n');

Completed in 232 milliseconds

12345678