strStartsWith 1166 dmtcp_coordinator.cpp if (Util::strStartsWith(remoteIP, "127.")) {
strStartsWith 1271 dmtcp_coordinator.cpp if (Util::strStartsWith(remoteIP, "127.")) {
strStartsWith 1625 dmtcp_coordinator.cpp if (Util::strStartsWith(name, hostname) ||
strStartsWith 1626 dmtcp_coordinator.cpp Util::strStartsWith(hostname, name)) {
strStartsWith 270 execwrappers.cpp if (path != NULL && Util::strStartsWith(path, libPrefix))
strStartsWith 272 execwrappers.cpp if (path != NULL && Util::strStartsWith(path, lib64Prefix))
strStartsWith 288 execwrappers.cpp if (Util::strStartsWith(argv[i], VIRT_PTS_PREFIX_STR)) {
strStartsWith 459 execwrappers.cpp if (Util::strStartsWith(env[i], "LD_PRELOAD=")) {
strStartsWith 74 plugin/ipc/file/fileconnection.cpp if ((Util::strStartsWith(path, "/dev/") &&
strStartsWith 75 plugin/ipc/file/fileconnection.cpp !Util::strStartsWith(path, "/dev/shm/")) ||
strStartsWith 76 plugin/ipc/file/fileconnection.cpp Util::strStartsWith(path, "/proc/") ||
strStartsWith 77 plugin/ipc/file/fileconnection.cpp Util::strStartsWith(path, dmtcp_get_tmpdir())) {
strStartsWith 413 plugin/ipc/file/fileconnection.cpp JWARNING(Util::strStartsWith(stdinDeviceName, "/dev/pts/") ||
strStartsWith 505 plugin/ipc/file/fileconnection.cpp if (Util::strStartsWith(_path, "/proc/")) {
strStartsWith 551 plugin/ipc/file/fileconnection.cpp } else if (Util::strStartsWith(jalib::Filesystem::BaseName(_path), ".nfs")) {
strStartsWith 594 plugin/ipc/file/fileconnection.cpp } else if (Util::strStartsWith(jalib::Filesystem::GetProgramName(),
strStartsWith 284 plugin/ipc/file/fileconnlist.cpp if (Util::strStartsWith(area.name, DEV_ZERO_DELETED_STR) ||
strStartsWith 285 plugin/ipc/file/fileconnlist.cpp Util::strStartsWith(area.name, DEV_NULL_DELETED_STR)) {
strStartsWith 419 plugin/ipc/file/fileconnlist.cpp } else if (Util::strStartsWith(device, "/")) {
strStartsWith 473 plugin/ipc/file/fileconnlist.cpp } else if (Util::strStartsWith(path, "/dev/pty")) {
strStartsWith 476 plugin/ipc/file/fileconnlist.cpp } else if (Util::strStartsWith(path, "/dev/tty")) {
strStartsWith 483 plugin/ipc/file/fileconnlist.cpp } else if (Util::strStartsWith(path, "/dev/pts/")) {
strStartsWith 368 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, VIRT_PTS_PREFIX_STR)) {
strStartsWith 451 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, VIRT_PTS_PREFIX_STR)) {
strStartsWith 485 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, VIRT_PTS_PREFIX_STR)) {
strStartsWith 571 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, VIRT_PTS_PREFIX_STR)) {
strStartsWith 699 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, "/dev/pts")) {
strStartsWith 731 plugin/ipc/file/filewrappers.cpp if (Util::strStartsWith(path, "/dev/pts")) {
strStartsWith 258 plugin/ipc/socket/socketconnection.cpp if (Util::strStartsWith(uaddr->sun_path, blacklist[i].c_str()) ||
strStartsWith 259 plugin/ipc/socket/socketconnection.cpp Util::strStartsWith(&uaddr->sun_path[1], blacklist[i].c_str())) {
strStartsWith 176 plugin/ipc/socket/socketconnlist.cpp } else if (Util::strStartsWith(device, "/")) {
strStartsWith 334 plugin/ipc/ssh/ssh.cpp if (Util::strStartsWith(postcmd, "exec")) {
strStartsWith 411 plugin/ipc/ssh/ssh.cpp if (Util::strStartsWith(name, hostname) ||
strStartsWith 412 plugin/ipc/ssh/ssh.cpp Util::strStartsWith(hostname, name)) {
strStartsWith 66 plugin/pid/pid_filewrappers.cpp if (Util::strStartsWith(path, PROC_PREFIX)) {
strStartsWith 82 plugin/pid/pid_filewrappers.cpp if (Util::strStartsWith(path, PROC_PREFIX)) {
strStartsWith 350 processinfo.cpp if (Util::strStartsWith(_ckptCWD.c_str(), _launchCWD.c_str()) &&
strStartsWith 92 procname.cpp if (!Util::strStartsWith(prgName, DMTCP_PRGNAME_PREFIX)) {
strStartsWith 186 shareddata.cpp if (!Util::strStartsWith(sharedDataHeader->versionStr,
strStartsWith 108 util_exec.cpp } else if (strStartsWith(inpath, "~/")) {
strStartsWith 111 util_exec.cpp } else if (strStartsWith(inpath, "~")) {
strStartsWith 114 util_exec.cpp } else if (strStartsWith(inpath, ".")) {
strStartsWith 111 util_misc.cpp return strStartsWith(str.c_str(), pattern);
strStartsWith 633 util_misc.cpp if (strStartsWith(area.name, "/run/nscd") || // OpenSUSE (newer)
strStartsWith 634 util_misc.cpp strStartsWith(area.name, "/var/run/nscd") || // OpenSUSE (older)
strStartsWith 635 util_misc.cpp strStartsWith(area.name, "/var/cache/nscd") || // Debian/Ubuntu
strStartsWith 636 util_misc.cpp strStartsWith(area.name, "/var/db/nscd")) { // RedHat/Fedora
strStartsWith 645 util_misc.cpp return strStartsWith(area.name, "/SYSV");
strStartsWith 651 util_misc.cpp return strStartsWith(area.name, "/dev/infiniband/uverbs");
strStartsWith 196 writeckpt.cpp if (Util::strStartsWith(area.name, DEV_ZERO_DELETED_STR) ||
strStartsWith 197 writeckpt.cpp Util::strStartsWith(area.name, DEV_NULL_DELETED_STR)) {