length 122 coordinatorapi.cpp msg.extraBytes = progname.length() + 1;
length 128 coordinatorapi.cpp progname.length() + 1);
length 491 coordinatorapi.cpp msg.extraBytes = hostname.length() + 1 + progname.length() + 1;
length 494 coordinatorapi.cpp _coordinatorSocket.writeAll(hostname.c_str(), hostname.length() + 1);
length 495 coordinatorapi.cpp _coordinatorSocket.writeAll(progname.c_str(), progname.length() + 1);
length 633 coordinatorapi.cpp msg.extraBytes = ckptFilename.length() + 1 + hostname.length() + 1;
length 635 coordinatorapi.cpp _coordinatorSocket.writeAll(ckptFilename.c_str(), ckptFilename.length() + 1);
length 636 coordinatorapi.cpp _coordinatorSocket.writeAll(hostname.c_str(), hostname.length() + 1);
length 507 dmtcp_coordinator.cpp _progname = extraData + _hostname.length() + 1;
length 802 dmtcp_coordinator.cpp hostname = extraData + ckptFilename.length() + 1;
length 811 dmtcp_coordinator.cpp reply.extraBytes = ckptDir.length() + 1;
length 322 dmtcp_launch.cpp } else if ( (s.length()>2 && s.substr(0,2)=="--") ||
length 323 dmtcp_launch.cpp (s.length()>1 && s.substr(0,1)=="-" ) ) {
length 306 dmtcp_restart.cpp if (ckptDir.length() == 0) {
length 677 dmtcp_restart.cpp } else if ((s.length() > 2 && s.substr(0, 2) == "--") ||
length 678 dmtcp_restart.cpp (s.length() > 1 && s.substr(0, 1) == "-")) {
length 190 dmtcpworker.cpp argvSize += args[i].length() + 1;
length 200 dmtcpworker.cpp envSize += args[0].length();
length 229 dmtcpworker.cpp Util::writeAll(fd, o.str().c_str(), o.str().length());
length 324 execwrappers.cpp char *buf = (char*) JALLOC_HELPER_MALLOC(os.str().length()+1);
length 274 mtcp/mtcp_sys.h # define mtcp_sys_mmap(addr,length,prot,flags,fd,offset) \
length 275 mtcp/mtcp_sys.h (void *)mtcp_inline_syscall(mmap2,6,addr,length,prot,flags,fd,offset/4096)
length 201 mtcpinterface.cpp if (addr + args[i].length() >= startAddr + len)
length 204 mtcpinterface.cpp addr += args[i].length() + 1;
length 349 nosyscallsreal.c void *_real_mmap(void *addr, size_t length, int prot, int flags,
length 351 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (void*, mmap) (addr,length,prot,flags,fd,offset);
length 355 nosyscallsreal.c int _real_munmap(void *addr, size_t length) {
length 356 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (int, munmap) (addr, length);
length 29 plugin/alloc/mmapwrappers.cpp extern "C" void *mmap(void *addr, size_t length, int prot, int flags,
length 33 plugin/alloc/mmapwrappers.cpp void *retval = _real_mmap(addr, length, prot, flags, fd, offset);
length 38 plugin/alloc/mmapwrappers.cpp extern "C" void *mmap64 (void *addr, size_t length, int prot, int flags,
length 42 plugin/alloc/mmapwrappers.cpp void *retval = _real_mmap64(addr, length, prot, flags, fd, offset);
length 47 plugin/alloc/mmapwrappers.cpp extern "C" int munmap(void *addr, size_t length)
length 50 plugin/alloc/mmapwrappers.cpp int retval = _real_munmap(addr, length);
length 396 plugin/ipc/file/fileconnection.cpp if (controllingTty.length() > 0 &&
length 523 plugin/ipc/file/fileconnection.cpp if (_path.compare(0, cwd.length(), cwd) == 0) {
length 525 plugin/ipc/file/fileconnection.cpp _rel_path = _path.substr(cwd.length() + 1);
length 189 plugin/ipc/file/filewrappers.cpp if (virtPtsName.length() >= buflen)
length 191 plugin/ipc/file/filewrappers.cpp JWARNING(false) (virtPtsName) (virtPtsName.length()) (buflen)
length 252 plugin/ipc/file/filewrappers.cpp if (virtPtsName.length() >= buflen) {
length 253 plugin/ipc/file/filewrappers.cpp JWARNING(false) (virtPtsName) (virtPtsName.length()) (buflen)
length 209 plugin/ipc/socket/connectionrewirer.cpp strncpy(&_udsRestoreAddr.sun_path[1], str.c_str(), str.length());
length 210 plugin/ipc/socket/connectionrewirer.cpp _udsRestoreAddrlen = sizeof(sa_family_t) + str.length() + 1;
length 164 plugin/ipc/ssh/ssh.cpp if (dmtcp_nocheckpoint_path.length() == 0) {
length 343 processinfo.cpp JASSERT(ckptDir.length() > 0);
length 349 processinfo.cpp size_t llen = _launchCWD.length();
length 463 processinfo.cpp _ckptFileName.substr(0, _ckptFileName.length() - CKPT_FILE_SUFFIX_LEN);
length 502 shareddata.cpp JASSERT(virt.length() < PTS_PATH_MAX);
length 505 shareddata.cpp JASSERT(len > virt.length());
length 1067 syscallsreal.c void *_real_mmap(void *addr, size_t length, int prot, int flags,
length 1069 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (void*, mmap) (addr,length,prot,flags,fd,offset);
length 1073 syscallsreal.c void *_real_mmap64(void *addr, size_t length, int prot, int flags,
length 1075 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (void*,mmap64) (addr,length,prot,flags,fd,offset);
length 1104 syscallsreal.c int _real_munmap(void *addr, size_t length) {
length 1105 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (int, munmap) (addr, length);
length 406 syscallwrappers.h void *_real_mmap(void *addr, size_t length, int prot, int flags,
length 408 syscallwrappers.h void *_real_mmap64(void *addr, size_t length, int prot, int flags,
length 417 syscallwrappers.h int _real_munmap(void *addr, size_t length);
length 135 util_misc.cpp string result(s, s.length() - suffix.length());
length 158 util_misc.cpp offset = s.length();