NULL 32 ckptserializer.cpp CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, NULL, NULL, NULL) NULL 52 ckptserializer.cpp #define _real_waitpid(a,b,c) _real_syscall(SYS_wait4,a,b,c,NULL) NULL 106 ckptserializer.cpp JWARNING(_real_waitpid(pid, NULL, 0) != -1) (pid) (JASSERT_ERRNO); NULL 108 ckptserializer.cpp sigaction(SIGCHLD, &saved_sigchld_action, NULL); NULL 134 ckptserializer.cpp if (do_we_compress == NULL) NULL 152 ckptserializer.cpp if (Util::findExecutable(command, getenv("PATH"), path) == NULL) { NULL 169 ckptserializer.cpp NULL, NULL 170 ckptserializer.cpp NULL NULL 175 ckptserializer.cpp if (gzip_path != NULL){ NULL 188 ckptserializer.cpp NULL NULL 258 ckptserializer.cpp fd = open_ckpt_to_write_hbict(fd, pipe_fds, hbict_path, NULL); NULL 281 ckptserializer.cpp if (getenv(ENV_VAR_FORKED_CKPT) == NULL) { NULL 361 ckptserializer.cpp if (ld_preload_str != NULL) { NULL 365 ckptserializer.cpp _real_execve(extcomp_args[0], extcomp_args, NULL); NULL 82 coordinatorapi.cpp if (interval != NULL) { NULL 92 coordinatorapi.cpp const char*host = NULL; NULL 103 coordinatorapi.cpp static CoordinatorAPI *coordAPIInst = NULL; NULL 107 coordinatorapi.cpp if (coordAPIInst == NULL) { NULL 159 coordinatorapi.cpp const char *host = NULL; NULL 178 coordinatorapi.cpp if (getenv(ENV_VAR_CKPT_INTR) != NULL) { NULL 179 coordinatorapi.cpp coordInfo->interval = (uint32_t) strtol(getenv(ENV_VAR_CKPT_INTR), NULL, 0); NULL 194 coordinatorapi.cpp struct timeval *timeout = NULL; NULL 199 coordinatorapi.cpp JASSERT(gettimeofday(&start, NULL) == 0) (JASSERT_ERRNO); NULL 203 coordinatorapi.cpp int retval = select(PROTECTED_COORD_FD+1, &rfds, NULL, NULL, timeout); NULL 215 coordinatorapi.cpp JASSERT(gettimeofday(&end, NULL) == 0) (JASSERT_ERRNO); NULL 309 coordinatorapi.cpp if (interval != NULL){ NULL 328 coordinatorapi.cpp if (coordCmdStatus != NULL) { NULL 331 coordinatorapi.cpp if (numPeers != NULL) { NULL 334 coordinatorapi.cpp if (isRunning != NULL) { NULL 337 coordinatorapi.cpp if (ckptInterval != NULL) { NULL 365 coordinatorapi.cpp JASSERT(dir != NULL); NULL 379 coordinatorapi.cpp JASSERT(extraData != NULL); NULL 391 coordinatorapi.cpp if (extraData != NULL) { NULL 397 coordinatorapi.cpp JASSERT(extraData != NULL); NULL 441 coordinatorapi.cpp NULL NULL 510 coordinatorapi.cpp JASSERT(compId != NULL); NULL 525 coordinatorapi.cpp JASSERT(compId != NULL && localIP != NULL && coordInfo != NULL); NULL 546 coordinatorapi.cpp JASSERT(compId != NULL && localIP != NULL && coordInfo != NULL); NULL 604 coordinatorapi.cpp if (coordInfo != NULL) { NULL 613 coordinatorapi.cpp if (localIP != NULL) { NULL 699 coordinatorapi.cpp if (key == NULL || key_len == 0 || val == NULL || val_len == 0) { NULL 83 coordinatorapi.h const void *extraData = NULL, NULL 86 coordinatorapi.h void **extraData = NULL); NULL 88 coordinatorapi.h int *coordCmdStatus = NULL, NULL 89 coordinatorapi.h int *numPeers = NULL, NULL 90 coordinatorapi.h int *isRunning = NULL, NULL 91 coordinatorapi.h int *ckptInterval = NULL); NULL 110 coordinatorapi.h UniquePid *compId = NULL); NULL 200 dlsym_default.c for (prev = NULL, cur = NULL 212 dlsym_default.c return NULL; // failed to find version name NULL 230 dlsym_default.c tags->symtab = NULL; NULL 231 dlsym_default.c tags->versym = NULL; NULL 232 dlsym_default.c tags->verdef = NULL; NULL 233 dlsym_default.c tags->strtab = NULL; NULL 234 dlsym_default.c tags->hash = NULL; NULL 235 dlsym_default.c tags->gnu_hash = NULL; NULL 292 dlsym_default.c if (handle == NULL) NULL 312 dlsym_default.c assert(tags.hash != NULL || tags.gnu_hash != NULL); NULL 313 dlsym_default.c int use_gnu_hash = (tags.hash == NULL); NULL 353 dlsym_default.c return NULL; NULL 193 dmtcp_command.cpp if (host == NULL) host = getenv("DMTCP_HOST"); // deprecated NULL 196 dmtcp_command.cpp if (port == NULL) port = getenv("DMTCP_PORT"); // deprecated NULL 475 dmtcp_coordinator.cpp static jalib::JSocket *listenSock = NULL; NULL 533 dmtcp_coordinator.cpp if (reply != NULL) reply->coordCmdStatus = CoordCmdStatus::NOERROR; NULL 547 dmtcp_coordinator.cpp if (reply != NULL) reply->numPeers = getStatus().numPeers; NULL 549 dmtcp_coordinator.cpp if (reply != NULL) reply->coordCmdStatus = CoordCmdStatus::ERROR_NOT_RUNNING_STATE; NULL 611 dmtcp_coordinator.cpp if (reply != NULL) { NULL 625 dmtcp_coordinator.cpp if (reply != NULL){ NULL 767 dmtcp_coordinator.cpp JASSERT(client != NULL); NULL 1134 dmtcp_coordinator.cpp JASSERT(gettimeofday(&tv, NULL) == 0); NULL 1259 dmtcp_coordinator.cpp JASSERT(gettimeofday(&tv, NULL) == 0); NULL 1586 dmtcp_coordinator.cpp sigaction(SIGINT, &action, NULL); NULL 1587 dmtcp_coordinator.cpp sigaction(SIGALRM, &action, NULL); NULL 1607 dmtcp_coordinator.cpp hints.ai_canonname = NULL; NULL 1608 dmtcp_coordinator.cpp hints.ai_addr = NULL; NULL 1609 dmtcp_coordinator.cpp hints.ai_next = NULL; NULL 1612 dmtcp_coordinator.cpp error = getaddrinfo(hostname, NULL, &hints, &result); NULL 1616 dmtcp_coordinator.cpp for (res = result; res != NULL; res = res->ai_next) { NULL 1620 dmtcp_coordinator.cpp error = getnameinfo(res->ai_addr, res->ai_addrlen, name, NI_MAXHOST, NULL, 0, 0); NULL 1764 dmtcp_coordinator.cpp if ( portStr == NULL ) portStr = getenv("DMTCP_PORT"); // deprecated NULL 1765 dmtcp_coordinator.cpp if ( portStr != NULL ) thePort = jalib::StringToInt( portStr ); NULL 1769 dmtcp_coordinator.cpp char * tmpdir_arg = NULL; NULL 1846 dmtcp_coordinator.cpp if (getenv(ENV_VAR_CHECKPOINT_DIR) != NULL) { NULL 1876 dmtcp_coordinator.cpp if ( interval != NULL ) { NULL 1948 dmtcp_coordinator.cpp sigprocmask(SIG_BLOCK, &set, NULL); NULL 94 dmtcp_coordinator.h void handleUserCommand(char cmd, DmtcpMessage* reply = NULL); NULL 210 dmtcp_launch.cpp char *tmpdir_arg = NULL; NULL 211 dmtcp_launch.cpp *host = NULL; // uninitialized NULL 212 dmtcp_launch.cpp *portStr = NULL; // uninitialized NULL 427 dmtcp_launch.cpp if(getenv(ENV_VAR_CHECKPOINT_DIR) == NULL){ NULL 429 dmtcp_launch.cpp if(ckptDir != NULL ){ NULL 459 dmtcp_launch.cpp if (getenv("DISPLAY") != NULL) { NULL 476 dmtcp_launch.cpp if (getenv("SESSION_MANAGER") != NULL) { NULL 536 dmtcp_launch.cpp char **newArgv = NULL; NULL 572 dmtcp_launch.cpp if ( strcmp(filename, "matlab") == 0 && getenv(ENV_VAR_QUIET) == NULL) { NULL 593 dmtcp_launch.cpp if (getenv(ENV_VAR_QUIET) != NULL NULL 597 dmtcp_launch.cpp while (*(++argv) != NULL) NULL 619 dmtcp_launch.cpp strcmp(filename, "screen") != 0 && strstr(filename, "/screen") == NULL) { NULL 673 dmtcp_launch.cpp if ( getenv(ENV_VAR_PLUGIN) != NULL ) { NULL 680 dmtcp_launch.cpp if (getenv(ENV_VAR_ALLOC_PLUGIN) != NULL){ NULL 693 dmtcp_launch.cpp if (getenv(ENV_VAR_DL_PLUGIN) != NULL){ NULL 184 dmtcp_restart.cpp JASSERT(waitpid(pid, NULL, 0) == pid); NULL 203 dmtcp_restart.cpp const char *host = NULL; NULL 320 dmtcp_restart.cpp const char *host = NULL; NULL 328 dmtcp_restart.cpp NULL, NULL 331 dmtcp_restart.cpp NULL); NULL 386 dmtcp_restart.cpp NULL NULL 446 dmtcp_restart.cpp NULL NULL 453 dmtcp_restart.cpp NULL NULL 493 dmtcp_restart.cpp JASSERT(waitpid(cpid, NULL, 0) == cpid); NULL 525 dmtcp_restart.cpp JASSERT(decomp_path!=NULL) (decomp_path) NULL 572 dmtcp_restart.cpp while (*env != NULL) { NULL 606 dmtcp_restart.cpp char *tmpdir_arg = NULL; NULL 59 dmtcpnohijackstubs.cpp return NULL; NULL 65 dmtcpplugin.cpp int *coordCmdStatus = NULL, NULL 66 dmtcpplugin.cpp int *numPeers = NULL, NULL 67 dmtcpplugin.cpp int *isRunning = NULL) NULL 95 dmtcpplugin.cpp nanosleep(&t, NULL); NULL 119 dmtcpplugin.cpp nanosleep(&t, NULL); NULL 168 dmtcpplugin.cpp JASSERT(SharedData::getTmpDir(tmpdir, sizeof(tmpdir)) != NULL); NULL 188 dmtcpplugin.cpp if (dir != NULL) { NULL 202 dmtcpplugin.cpp if (dir != NULL) { NULL 228 dmtcpplugin.cpp return getenv(ENV_VAR_CKPT_OPEN_FILES) != NULL; NULL 238 dmtcpplugin.cpp static string *uniquepid_str = NULL; NULL 256 dmtcpplugin.cpp static string *compid_str = NULL; NULL 257 dmtcpplugin.cpp if (compid_str == NULL) { NULL 351 dmtcpplugin.cpp if (name == NULL || value == NULL) { NULL 356 dmtcpplugin.cpp char *pos = NULL; NULL 372 dmtcpplugin.cpp pos = NULL; NULL 410 dmtcpplugin.cpp static dlsym_fnptr_t _libc_dlsym_fnptr = NULL; NULL 417 dmtcpplugin.cpp if (_libc_dlsym_fnptr == NULL) { NULL 418 dmtcpplugin.cpp if (getenv(evar) == NULL) { NULL 426 dmtcpplugin.cpp dmtcp_dlsym_offset = (int32_t) strtol(getenv(evar), NULL, 10); NULL 445 dmtcpplugin.cpp JASSERT(_real_pthread_sigmask (SIG_BLOCK, &signals_set, NULL) == 0); NULL 458 dmtcpplugin.cpp JASSERT(_real_pthread_sigmask (SIG_UNBLOCK, &signals_set, NULL) == 0); NULL 105 dmtcpworker.cpp if (userPreload == NULL) { NULL 127 dmtcpworker.cpp char* endp = NULL; NULL 129 dmtcpworker.cpp if (tmp != NULL) { NULL 173 dmtcpworker.cpp JASSERT(__register_atfork(NULL, NULL, NULL 193 dmtcpworker.cpp if (environ != NULL) { NULL 278 dmtcpworker.cpp if (rlim_cur_char != NULL) { NULL 303 dmtcpworker.cpp JASSERT (sigaction(SIGSEGV, &act, NULL) == 0) (JASSERT_ERRNO); NULL 320 dmtcpworker.cpp if (getenv("DMTCP_SEGFAULT_HANDLER") != NULL) { NULL 353 dmtcpworker.cpp eventHook(DMTCP_EVENT_INIT, NULL); NULL 361 dmtcpworker.cpp eventHook(DMTCP_EVENT_ATFORK_CHILD, NULL); NULL 409 dmtcpworker.cpp eventHook(DMTCP_EVENT_EXIT, NULL); NULL 534 dmtcpworker.cpp eventHook(DMTCP_EVENT_THREADS_SUSPEND, NULL); NULL 538 dmtcpworker.cpp eventHook(DMTCP_EVENT_LEADER_ELECTION, NULL); NULL 546 dmtcpworker.cpp eventHook(DMTCP_EVENT_DRAIN, NULL); NULL 551 dmtcpworker.cpp eventHook(DMTCP_EVENT_WRITE_CKPT, NULL); NULL 615 dmtcpworker.cpp if (dmtcp_event_hook != NULL) { NULL 67 dmtcpworker.h static void sendUserCommand(char c, int* result = NULL); NULL 172 execwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_ATFORK_PREPARE, NULL); NULL 176 execwrappers.cpp child_time = time(NULL); NULL 212 execwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_ATFORK_PARENT, NULL); NULL 237 execwrappers.cpp if (argv[0] == NULL) { NULL 241 execwrappers.cpp for (int i = 1; argv[i] != NULL; i++) NULL 270 execwrappers.cpp if (path != NULL && Util::strStartsWith(path, libPrefix)) NULL 272 execwrappers.cpp if (path != NULL && Util::strStartsWith(path, lib64Prefix)) NULL 279 execwrappers.cpp if (path != NULL && Util::strEndsWith(path, "/utempter")) { NULL 282 execwrappers.cpp char *oldStr = NULL; NULL 287 execwrappers.cpp for (size_t i = 0; argv[i] != NULL; i++) { NULL 343 execwrappers.cpp int flags = fcntl(i, F_GETFD, NULL); NULL 376 execwrappers.cpp if (getenv(ENV_VAR_HIJACK_LIBS_M32) != NULL && NULL 395 execwrappers.cpp if (currLdPreload != NULL && strlen(currLdPreload) > 0) { NULL 398 execwrappers.cpp } else if (preloadEnv != NULL && strlen(preloadEnv) > 0) { NULL 410 execwrappers.cpp for (size_t i = 0; envp[i] != NULL; i++) { NULL 423 execwrappers.cpp result.push_back(NULL); NULL 478 execwrappers.cpp } else if (v != NULL) { NULL 557 execwrappers.cpp setenv("LD_PRELOAD", getUpdatedLdPreload(filename, NULL).c_str(), 1); NULL 623 execwrappers.cpp while (argv[i++] != NULL) NULL 628 execwrappers.cpp const char **nptr = (const char**) realloc (argv == initial_argv ? NULL : argv, NULL 630 execwrappers.cpp if (nptr == NULL) NULL 668 execwrappers.cpp while (argv[i++] != NULL) NULL 673 execwrappers.cpp const char **nptr = (const char**) realloc (argv == initial_argv ? NULL : argv, NULL 675 execwrappers.cpp if (nptr == NULL) NULL 712 execwrappers.cpp while (argv[i++] != NULL) NULL 717 execwrappers.cpp const char **nptr = (const char**) realloc (argv == initial_argv ? NULL : argv, NULL 719 execwrappers.cpp if (nptr == NULL) NULL 753 execwrappers.cpp if (line == NULL) NULL 66 glibcsystem.cpp (void) sigaction (SIGQUIT, &quit, (struct sigaction *) NULL); NULL 68 glibcsystem.cpp (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL); NULL 83 glibcsystem.cpp new_argv[3] = NULL; NULL 86 glibcsystem.cpp (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL); NULL 87 glibcsystem.cpp (void) sigaction (SIGQUIT, &quit, (struct sigaction *) NULL); NULL 88 glibcsystem.cpp (void) sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL); NULL 109 glibcsystem.cpp if (((sigaction (SIGINT, &intr, (struct sigaction *) NULL) NULL 110 glibcsystem.cpp | sigaction (SIGQUIT, &quit, (struct sigaction *) NULL)) != 0) NULL 111 glibcsystem.cpp || sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL) != 0) { NULL 68 lookup_service.cpp *val = NULL; NULL 98 lookup_service.cpp void *val = NULL; NULL 42 lookup_service.h JASSERT(_data != NULL); NULL 176 miscwrappers.cpp return wait4(pid, stat_loc, options, NULL); NULL 191 miscwrappers.cpp if (status == NULL) { NULL 218 miscwrappers.cpp if (retval == 0 && infop != NULL) { NULL 243 mtcp/NOTES-x86_64/tls-i386.h _result == 0 ? NULL \ NULL 170 mtcp/mtcp_restart.c char *ckptImage = NULL; NULL 234 mtcp/mtcp_restart.c if ((rinfo.fd != -1) ^ (ckptImage == NULL)) { NULL 324 mtcp/mtcp_restart.c current_brk = mtcp_sys_brk (NULL); NULL 598 mtcp/mtcp_restart.c VA vdsoStart = NULL; NULL 599 mtcp/mtcp_restart.c VA vdsoEnd = NULL; NULL 600 mtcp/mtcp_restart.c VA vvarStart = NULL; NULL 601 mtcp/mtcp_restart.c VA vvarEnd = NULL; NULL 680 mtcp/mtcp_restart.c if (vdsoStart != NULL) { NULL 724 mtcp/mtcp_restart.c if (vvarStart != NULL) { NULL 806 mtcp/mtcp_restart.c && mtcp_sys_brk(NULL) != area.addr + area.size) { NULL 808 mtcp/mtcp_restart.c mtcp_sys_brk(NULL), area.addr + area.size); NULL 254 mtcp/mtcp_sys.h mtcp_inline_syscall(dup3,3,oldfd,newfd,NULL) NULL 262 mtcp/mtcp_sys.h mtcp_inline_syscall(clone,4,SIGCHLD,NULL,NULL,NULL) NULL 144 mtcp/mtcp_util.c return NULL; NULL 154 mtcp/mtcp_util.c return NULL; NULL 519 mtcp/mtcp_util.c text.start_addr = guard.start_addr = rodata.start_addr = NULL; NULL 520 mtcp/mtcp_util.c rwdata.start_addr = bssdata.start_addr = bssdata.end_addr = NULL; NULL 529 mtcp/mtcp_util.c MTCP_ASSERT(text.start_addr == NULL); NULL 536 mtcp/mtcp_util.c if (text.start_addr != NULL && guard.start_addr == NULL && NULL 557 mtcp/mtcp_util.c if (guard.start_addr != NULL && rodata.start_addr == NULL && NULL 573 mtcp/mtcp_util.c if (rodata.start_addr != NULL && rwdata.start_addr == NULL && NULL 585 mtcp/mtcp_util.c if (rwdata.start_addr != NULL && bssdata.start_addr == NULL && NULL 605 mtcp/mtcp_util.c MTCP_ASSERT(text.start_addr != NULL); NULL 608 mtcp/mtcp_util.c if (bssdata.end_addr != NULL) { NULL 610 mtcp/mtcp_util.c } else if (rwdata.end_addr != NULL) { NULL 612 mtcp/mtcp_util.c } else if (rodata.end_addr != NULL) { NULL 641 mtcp/mtcp_util.c for (p = format; (q = mtcp_strchr (p, '%')) != NULL; p = ++ q) { NULL 100 mtcp/restore_libc.c long minor = strtol(ptr+1, NULL, 10); NULL 187 mtcp/restore_libc.c if (tmp == NULL) { NULL 250 mtcp/restore_libc.c return NULL; NULL 311 mtcp/restore_libc.c static char **my_environ = NULL; NULL 313 mtcp/restore_libc.c if (my_environ == NULL) NULL 327 mtcp/restore_libc.c for ( ; *stack != NULL; stack = *stack ) NULL 332 mtcp/restore_libc.c for (i = 1; stack[i] != NULL; i++) NULL 343 mtcp/restore_libc.c if (*stack != NULL) { NULL 353 mtcp/restore_libc.c for (i = 1; stack[i] != NULL; i++) NULL 368 mtcp/restore_libc.c return NULL; /* Couldn't find AT_SYSINFO */ NULL 43 mtcpinterface.cpp static char *_mtcpRestoreArgvStartAddr = NULL; NULL 62 mtcpinterface.cpp DmtcpWorker::eventHook(DMTCP_EVENT_WAIT_FOR_SUSPEND_MSG, NULL); NULL 92 mtcpinterface.cpp DmtcpWorker::eventHook(DMTCP_EVENT_RESTART, NULL); NULL 94 mtcpinterface.cpp DmtcpWorker::eventHook(DMTCP_EVENT_RESUME, NULL); NULL 103 mtcpinterface.cpp if (dmtcp_is_ptracing == NULL || !dmtcp_is_ptracing()) { NULL 136 mtcpinterface.cpp DmtcpWorker::eventHook(DMTCP_EVENT_PRE_SUSPEND_USER_THREAD, NULL); NULL 169 mtcpinterface.cpp JASSERT(mtcpRestoreArgvStartAddr != NULL); NULL 185 mtcpinterface.cpp _mtcpRestoreArgvStartAddr = NULL; NULL 209 mtcpinterface.cpp _mtcpRestoreArgvStartAddr = NULL; NULL 219 mtcpinterface.cpp if (_mtcpRestoreArgvStartAddr != NULL) { NULL 185 plugin/ipc/connectionlist.cpp JASSERT(pthread_mutex_init(&_lock, NULL) == 0) (JASSERT_ERRNO); NULL 250 plugin/ipc/connectionlist.cpp Connection* con = NULL; NULL 255 plugin/ipc/connectionlist.cpp JASSERT(con != NULL) (key); NULL 290 plugin/ipc/connectionlist.cpp return NULL; NULL 298 plugin/ipc/connectionlist.cpp return NULL; NULL 528 plugin/ipc/connectionlist.cpp if (con != NULL && con->hasLock()) { NULL 547 plugin/ipc/connectionlist.cpp int ret = _real_select(restoreFd+1, &rfds, &wfds, NULL, NULL); NULL 567 plugin/ipc/connectionlist.cpp JASSERT(con != NULL); NULL 47 plugin/ipc/connectionlist.h JASSERT(pthread_mutex_init(&_lock, NULL) == 0);} NULL 95 plugin/ipc/event/eventconnection.cpp JASSERT(((op==EPOLL_CTL_MOD || op==EPOLL_CTL_ADD) && event != NULL) || NULL 323 plugin/ipc/event/eventconnection.cpp JASSERT(pathname != NULL) .Text("pathname is NULL"); NULL 324 plugin/ipc/event/eventconnection.cpp if (NULL != pathname) { NULL 144 plugin/ipc/event/eventconnection.h if (mask!=NULL) NULL 24 plugin/ipc/event/eventconnlist.cpp static EventConnList *eventConnList = NULL; NULL 27 plugin/ipc/event/eventconnlist.cpp if (eventConnList == NULL) { NULL 50 plugin/ipc/event/eventconnlist.cpp return new SignalFdConnection(0, NULL, 0); //dummy val NULL 62 plugin/ipc/event/eventconnlist.cpp return NULL; NULL 124 plugin/ipc/event/util_descriptor.cpp JASSERT(descriptor != NULL); NULL 152 plugin/ipc/event/util_descriptor.cpp JASSERT(descriptor != NULL).Text ( "descriptor is NULL" ); NULL 202 plugin/ipc/event/util_descriptor.cpp JASSERT(descriptor != NULL).Text ( "descriptor is NULL" ); NULL 118 plugin/ipc/file/fileconnection.cpp select(masterFd + 1, &read_fds, NULL, NULL, &zeroTimeout); NULL 148 plugin/ipc/file/fileconnection.cpp select(fd + 1, &read_fds, NULL, NULL, &zeroTimeout); NULL 1103 plugin/ipc/file/fileconnection.cpp if (sevp == NULL && _notifyReg) { NULL 1130 plugin/ipc/file/fileconnection.cpp int fd = _real_mq_open(_name.c_str(), O_RDWR, 0, NULL); NULL 233 plugin/ipc/file/fileconnection.h if (attr != NULL) { NULL 102 plugin/ipc/file/fileconnlist.cpp static FileConnList *fileConnList = NULL; NULL 105 plugin/ipc/file/fileconnlist.cpp if (fileConnList == NULL) { NULL 230 plugin/ipc/file/fileconnlist.cpp if (strstr(area.name, "ptraceSharedInfo") != NULL || NULL 231 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "dmtcpPidMap") != NULL || NULL 232 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "dmtcpSharedArea") != NULL || NULL 233 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "dmtcpSharedArea") != NULL || NULL 234 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "synchronization-log") != NULL || NULL 235 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "infiniband") != NULL || NULL 236 plugin/ipc/file/fileconnlist.cpp strstr(area.name, "synchronization-read-log") != NULL) { NULL 411 plugin/ipc/file/fileconnlist.cpp if (c != NULL) { NULL 422 plugin/ipc/file/fileconnlist.cpp if (c != NULL) { NULL 447 plugin/ipc/file/fileconnlist.cpp return NULL; NULL 453 plugin/ipc/file/fileconnlist.cpp Connection *c = NULL; NULL 458 plugin/ipc/file/fileconnlist.cpp if (path == NULL) { NULL 521 plugin/ipc/file/fileconnlist.cpp return NULL; NULL 221 plugin/ipc/file/filewrappers.cpp return NULL; NULL 248 plugin/ipc/file/filewrappers.cpp JASSERT(c != NULL) (fd) (tmpbuf); NULL 271 plugin/ipc/file/filewrappers.cpp return NULL; NULL 309 plugin/ipc/file/filewrappers.cpp if (fp != NULL && dmtcp_is_running_state()) { NULL 310 plugin/ipc/file/filewrappers.cpp FileConnList::instance().processFileConnection(fileno(fp), NULL, O_RDWR, 0600); NULL 321 plugin/ipc/file/filewrappers.cpp FileConnList::instance().processFileConnection(fd, NULL, O_RDWR, 0600); NULL 332 plugin/ipc/file/filewrappers.cpp FileConnList::instance().processFileConnection(fd, NULL, flags, 0600); NULL 343 plugin/ipc/file/filewrappers.cpp FileConnList::instance().processFileConnection(fd, NULL, O_RDWR, 0600); NULL 354 plugin/ipc/file/filewrappers.cpp FileConnList::instance().processFileConnection(fd, NULL, flags, 0600); NULL 459 plugin/ipc/file/filewrappers.cpp if (file != NULL && dmtcp_is_running_state()) { NULL 493 plugin/ipc/file/filewrappers.cpp if (file != NULL && dmtcp_is_running_state()) { NULL 562 plugin/ipc/file/filewrappers.cpp if (dir != NULL && dmtcp_is_running_state()) { NULL 653 plugin/ipc/file/filewrappers.cpp if (path != NULL && strcmp(path, "/proc/self/exe") == 0) { NULL 673 plugin/ipc/file/filewrappers.cpp void *arg = NULL; NULL 701 plugin/ipc/file/filewrappers.cpp if (resolved_path == NULL) { NULL 726 plugin/ipc/file/filewrappers.cpp return realpath(path, NULL); NULL 37 plugin/ipc/file/posixipcwrappers.cpp struct mq_attr *attr = NULL; NULL 95 plugin/ipc/file/posixipcwrappers.cpp con->on_mq_notify(NULL); NULL 106 plugin/ipc/file/posixipcwrappers.cpp if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) { NULL 46 plugin/ipc/socket/connectionrewirer.cpp int flags = _real_fcntl(sockfd, F_GETFL, NULL); NULL 55 plugin/ipc/socket/connectionrewirer.cpp int flags = _real_fcntl(sockfd, F_GETFL, NULL); NULL 61 plugin/ipc/socket/connectionrewirer.cpp static ConnectionRewirer *theRewirer = NULL; NULL 64 plugin/ipc/socket/connectionrewirer.cpp if (theRewirer == NULL) { NULL 78 plugin/ipc/socket/connectionrewirer.cpp theRewirer = NULL; NULL 85 plugin/ipc/socket/connectionrewirer.cpp int fd = _real_accept(restoreSockFd, NULL, NULL); NULL 271 plugin/ipc/socket/connectionrewirer.cpp JASSERT(theRewirer != NULL); NULL 48 plugin/ipc/socket/kernelbufferdrainer.cpp static KernelBufferDrainer *theDrainer = NULL; NULL 51 plugin/ipc/socket/kernelbufferdrainer.cpp if (theDrainer == NULL) { NULL 214 plugin/ipc/socket/kernelbufferdrainer.cpp theDrainer = NULL; NULL 52 plugin/ipc/socket/socketconnection.cpp static int _makeDeadSocket(const char *refillData = NULL, ssize_t len = -1) NULL 60 plugin/ipc/socket/socketconnection.cpp if (refillData != NULL) { NULL 221 plugin/ipc/socket/socketconnection.cpp JASSERT(saddr != NULL); NULL 281 plugin/ipc/socket/socketconnection.cpp if (_sockDomain == AF_UNIX && addr != NULL) { NULL 305 plugin/ipc/socket/socketconnection.cpp onBind(NULL, 0); NULL 329 plugin/ipc/socket/socketconnection.cpp if (addr != NULL && isBlacklistedTcp(addr, len)) { NULL 95 plugin/ipc/socket/socketconnection.h void onConnect(const struct sockaddr *serv_addr = NULL, NULL 34 plugin/ipc/socket/socketconnlist.cpp static SocketConnList *socketConnList = NULL; NULL 37 plugin/ipc/socket/socketconnlist.cpp if (socketConnList == NULL) { NULL 194 plugin/ipc/socket/socketconnlist.cpp return NULL; NULL 92 plugin/ipc/socket/socketwrappers.cpp retval = select(sockfd+1, NULL, &wfds, NULL, &tv); NULL 111 plugin/ipc/socket/socketwrappers.cpp if (con == NULL) { NULL 137 plugin/ipc/socket/socketwrappers.cpp if (con == NULL) { NULL 155 plugin/ipc/socket/socketwrappers.cpp if (con == NULL) { NULL 173 plugin/ipc/socket/socketwrappers.cpp if (con == NULL) { NULL 202 plugin/ipc/socket/socketwrappers.cpp if (addr == NULL || addrlen == NULL) { NULL 220 plugin/ipc/socket/socketwrappers.cpp if (addr == NULL || addrlen == NULL) { NULL 240 plugin/ipc/socket/socketwrappers.cpp if (con == NULL) { NULL 268 plugin/ipc/socket/socketwrappers.cpp JASSERT(sv != NULL); NULL 118 plugin/ipc/ssh/dmtcp_ssh.cpp int fd = accept(listenSock, NULL, NULL); NULL 166 plugin/ipc/ssh/dmtcp_ssh.cpp if (dmtcp_get_local_ip_addr == NULL) { NULL 175 plugin/ipc/ssh/dmtcp_ssh.cpp while (argv[i] != NULL) { NULL 178 plugin/ipc/ssh/dmtcp_ssh.cpp if (ptr != NULL) { NULL 205 plugin/ipc/ssh/dmtcp_ssh.cpp assert(dmtcp_ssh_register_fds != NULL); NULL 27 plugin/ipc/ssh/ssh.cpp static SSHDrainer *theDrainer = NULL; NULL 62 plugin/ipc/ssh/ssh.cpp JASSERT(theDrainer == NULL); NULL 89 plugin/ipc/ssh/ssh.cpp theDrainer = NULL; NULL 190 plugin/ipc/ssh/ssh.cpp argv[idx++] = NULL; NULL 254 plugin/ipc/ssh/ssh.cpp while (argv[nargs++] != NULL); NULL 354 plugin/ipc/ssh/ssh.cpp if (argv[i] != NULL) { NULL 364 plugin/ipc/ssh/ssh.cpp if (argv[i] != NULL) { NULL 393 plugin/ipc/ssh/ssh.cpp hints.ai_canonname = NULL; NULL 394 plugin/ipc/ssh/ssh.cpp hints.ai_addr = NULL; NULL 395 plugin/ipc/ssh/ssh.cpp hints.ai_next = NULL; NULL 398 plugin/ipc/ssh/ssh.cpp error = getaddrinfo(hostname, NULL, &hints, &result); NULL 402 plugin/ipc/ssh/ssh.cpp for (res = result; res != NULL; res = res->ai_next) { NULL 406 plugin/ipc/ssh/ssh.cpp error = getnameinfo(res->ai_addr, res->ai_addrlen, name, NI_MAXHOST, NULL, 0, 0); NULL 442 plugin/ipc/ssh/ssh.cpp char **newArgv = NULL; NULL 34 plugin/ipc/ssh/util_ssh.cpp assert(buf != NULL); NULL 36 plugin/ipc/ssh/util_ssh.cpp assert(buf->buf != NULL); NULL 45 plugin/ipc/ssh/util_ssh.cpp buf->buf = NULL; NULL 58 plugin/ipc/ssh/util_ssh.cpp assert(buf->buf != NULL && buf->len != 0); NULL 64 plugin/ipc/ssh/util_ssh.cpp assert(buf->buf != NULL && buf->len != 0); NULL 79 plugin/ipc/ssh/util_ssh.cpp assert(buf->buf != NULL && buf->len != 0); NULL 85 plugin/ipc/ssh/util_ssh.cpp assert(buf->buf != NULL && buf->len != 0); NULL 86 plugin/pid/pid.cpp JASSERT(data != NULL); NULL 93 plugin/pid/pid.cpp JASSERT(data != NULL); NULL 231 plugin/pid/pid_filewrappers.cpp if (retval != NULL) { NULL 251 plugin/pid/pid_filewrappers.cpp return realpath(path, NULL); NULL 181 plugin/pid/pid_miscwrappers.cpp if (buf != NULL) { NULL 212 plugin/pid/pid_miscwrappers.cpp if (ret != -1 && buf != NULL && ((cmd & IPC_STAT) || (cmd & MSG_STAT))) { NULL 234 plugin/pid/pid_miscwrappers.cpp if (sevp != NULL && (sevp->sigev_notify | SIGEV_THREAD_ID)) { NULL 254 plugin/pid/pid_miscwrappers.cpp if (sevp != NULL) { NULL 48 plugin/pid/pid_syscallsreal.c if (pid_real_func_addr[PIDVIRT_ENUM(name)] == NULL) { \ NULL 80 plugin/pid/pid_syscallsreal.c if (fn == NULL) { \ NULL 81 plugin/pid/pid_syscallsreal.c if (pid_real_func_addr[PIDVIRT_ENUM(name)] == NULL) \ NULL 84 plugin/pid/pid_syscallsreal.c if (fn == NULL) { \ NULL 96 plugin/pid/pid_syscallsreal.c static type (*fn)() = NULL; \ NULL 101 plugin/pid/pid_syscallsreal.c static void (*fn)() = NULL; \ NULL 106 plugin/pid/pid_syscallsreal.c static void (*fn)() __attribute__ ((__noreturn__)) = NULL; \ NULL 114 plugin/pid/pid_syscallsreal.c static dlsym_fnptr_t _libc_dlsym_fnptr = NULL; NULL 115 plugin/pid/pid_syscallsreal.c if (_libc_dlsym_fnptr == NULL) { NULL 49 plugin/pid/pidwrappers.cpp if (pidstr == NULL) { NULL 55 plugin/pid/pidwrappers.cpp return strtol(pidstr, NULL, 10); NULL 62 plugin/pid/pidwrappers.cpp char *virtPpidstr = NULL; NULL 63 plugin/pid/pidwrappers.cpp char *realPpidstr = NULL; NULL 67 plugin/pid/pidwrappers.cpp if (pidstr == NULL) { NULL 90 plugin/pid/pidwrappers.cpp realPpid = strtol(realPpidstr + 1, NULL, 10); NULL 406 plugin/pid/pidwrappers.cpp return wait4(pid, stat_loc, options, NULL); NULL 447 plugin/pid/pidwrappers.cpp nanosleep(&ts, NULL); NULL 454 plugin/pid/pidwrappers.cpp if (retval == 0 && infop != NULL) { NULL 509 plugin/pid/pidwrappers.cpp if (status == NULL) NULL 528 plugin/pid/pidwrappers.cpp nanosleep(&ts, NULL); NULL 581 plugin/pid/pidwrappers.cpp void *arg_in = NULL; NULL 582 plugin/pid/pidwrappers.cpp void *arg = NULL; NULL 49 plugin/pid/virtualpidtable.cpp static VirtualPidTable *virtPidTableInst = NULL; NULL 52 plugin/pid/virtualpidtable.cpp if (virtPidTableInst == NULL) { NULL 336 plugin/svipc/dmtcp-test.h if (fn != NULL) { NULL 356 plugin/svipc/dmtcp-test.h (dmtcp_get_ckpt_filename ? dmtcp_get_ckpt_filename() : NULL) NULL 359 plugin/svipc/dmtcp-test.h (dmtcp_get_uniquepid_str ? dmtcp_get_uniquepid_str() : NULL) NULL 195 plugin/svipc/sysvipc.cpp static SysVShm *sysvShmInst = NULL; NULL 196 plugin/svipc/sysvipc.cpp static SysVSem *sysvSemInst = NULL; NULL 197 plugin/svipc/sysvipc.cpp static SysVMsq *sysvMsqInst = NULL; NULL 200 plugin/svipc/sysvipc.cpp if (sysvShmInst == NULL) { NULL 208 plugin/svipc/sysvipc.cpp if (sysvSemInst == NULL) { NULL 216 plugin/svipc/sysvipc.cpp if (sysvMsqInst == NULL) { NULL 388 plugin/svipc/sysvipc.cpp JASSERT(shmaddr == NULL || shmaddr == newaddr); NULL 584 plugin/svipc/sysvipc.cpp void *addr = _real_shmat(_realId, NULL, 0); NULL 604 plugin/svipc/sysvipc.cpp void *addr = _real_shmat(_realId, NULL, 0); NULL 646 plugin/svipc/sysvipc.cpp void *tmpaddr = _real_shmat(_realId, NULL, 0); NULL 757 plugin/svipc/sysvipc.cpp int ret = _real_semtimedop(_realId, &sops, 1, NULL); NULL 762 plugin/svipc/sysvipc.cpp JASSERT(_real_semtimedop(_realId, &sops, 1, NULL) == 0) (JASSERT_ERRNO) (_id); NULL 158 plugin/svipc/sysvipcwrappers.cpp return semtimedop(semid, sops, nsops, NULL); NULL 178 plugin/svipc/sysvipcwrappers.cpp (timeout != NULL && TIMESPEC_CMP(timeout, &ts_100ms, <))) { NULL 194 plugin/svipc/sysvipcwrappers.cpp while (timeout == NULL || TIMESPEC_CMP(&totaltime, timeout, <)) { NULL 286 plugin/svipc/sysvipcwrappers.cpp nanosleep(&ts_100ms, NULL); NULL 320 plugin/svipc/sysvipcwrappers.cpp nanosleep(&ts_100ms, NULL); NULL 91 plugin/timer/timer_create.cpp JASSERT(evp == NULL || evp->sigev_notify == SIGEV_THREAD); NULL 104 plugin/timer/timer_create.cpp if (newp == NULL) { NULL 153 plugin/timer/timer_create.cpp pthread_sigmask(SIG_SETMASK, &ss, NULL); NULL 166 plugin/timer/timer_create.cpp return NULL; NULL 195 plugin/timer/timer_create.cpp int result = sigtimedwait(&ss, &si, NULL); NULL 208 plugin/timer/timer_create.cpp while (runp != NULL) NULL 214 plugin/timer/timer_create.cpp if (runp != NULL) { NULL 219 plugin/timer/timer_create.cpp if (td != NULL) { NULL 233 plugin/timer/timer_create.cpp pthread_exit (NULL); NULL 261 plugin/timer/timer_create.cpp int res = pthread_create (&th, &attr, timer_helper_thread, NULL); NULL 268 plugin/timer/timer_create.cpp sigprocmask(SIG_SETMASK, &oss, NULL); NULL 275 plugin/timer/timer_create.cpp pthread_atfork (NULL, NULL, timer_create_reset_on_fork); NULL 28 plugin/timer/timerlist.cpp static TimerList *_timerlist = NULL; NULL 44 plugin/timer/timerlist.cpp if (_timerlist != NULL) { NULL 68 plugin/timer/timerlist.cpp if (_timerlist == NULL) { NULL 162 plugin/timer/timerlist.cpp struct sigevent *sevp = NULL; NULL 185 plugin/timer/timerlist.cpp JASSERT(_real_timer_settime(realId, tinfo.flags, &tspec, NULL) == 0) NULL 215 plugin/timer/timerlist.cpp if (sevp == NULL) { NULL 67 plugin/timer/timerlist.h : _timerVirtIdTable("Timer", (timer_t) NULL, 999999) NULL 36 plugin/timer/timerwrappers.cpp if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) { NULL 42 plugin/timer/timerwrappers.cpp if (ret != -1 && timerid != NULL) { NULL 21 plugin/timer/tmp.cpp return NULL; NULL 68 popen.cpp return NULL; NULL 74 popen.cpp return NULL; NULL 80 popen.cpp return NULL; NULL 129 popen.cpp return NULL; NULL 125 processinfo.cpp JASSERT(getcwd(buf, sizeof buf) != NULL); NULL 137 processinfo.cpp static ProcessInfo *pInfo = NULL; NULL 140 processinfo.cpp if (pInfo == NULL) { NULL 203 processinfo.cpp JASSERT(stackArea.addr != NULL); NULL 209 processinfo.cpp JASSERT(tmpbuf != NULL) (JASSERT_ERRNO); NULL 251 processinfo.cpp void *addr = mmap(NULL, _restoreBufLen + (2 * 4096), PROT_READ, NULL 271 processinfo.cpp if (dir == NULL) { NULL 323 processinfo.cpp JASSERT(mremap((void*) _savedHeapStart, oldsize, newsize, 0) != NULL) NULL 453 processinfo.cpp JASSERT(filename != NULL); NULL 473 processinfo.cpp JASSERT(dir != NULL); NULL 517 processinfo.cpp JASSERT(getcwd(buf, sizeof buf) != NULL); NULL 137 procselfmaps.cpp JASSERT(area->addr != NULL); NULL 142 procselfmaps.cpp JASSERT(area->endAddr != NULL); NULL 43 shareddata.cpp static struct SharedData::Header *sharedDataHeader = NULL; NULL 44 shareddata.cpp static void *prevSharedDataHeaderAddr = NULL; NULL 118 shareddata.cpp return sharedDataHeader != NULL; NULL 121 shareddata.cpp void SharedData::initialize(const char *tmpDir = NULL, NULL 122 shareddata.cpp const char *installDir = NULL, NULL 123 shareddata.cpp DmtcpUniqueProcessId *compId = NULL, NULL 124 shareddata.cpp CoordinatorInfo *coordInfo = NULL, NULL 125 shareddata.cpp struct in_addr *localIPAddr = NULL) NULL 134 shareddata.cpp JASSERT((coordInfo != NULL && localIPAddr != NULL) || NULL 137 shareddata.cpp JASSERT(tmpDir != NULL); NULL 182 shareddata.cpp nanosleep(&sleepTime, NULL); NULL 198 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 204 shareddata.cpp if (sharedDataHeader != NULL) { NULL 211 shareddata.cpp sharedDataHeader = NULL; NULL 217 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 222 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 231 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 239 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 246 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 249 shareddata.cpp return NULL; NULL 257 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 263 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 269 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 274 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 280 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 286 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 292 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 293 shareddata.cpp JASSERT(addr != NULL); NULL 300 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 301 shareddata.cpp JASSERT(in != NULL); NULL 309 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 310 shareddata.cpp JASSERT(in != NULL); NULL 317 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 331 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 337 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 344 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 358 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 379 shareddata.cpp IPCIdMap *map = NULL; NULL 380 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 414 shareddata.cpp uint32_t *nmaps = NULL; NULL 415 shareddata.cpp IPCIdMap *map = NULL; NULL 416 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 456 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 473 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 492 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 512 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 527 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 542 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 556 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 569 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 576 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 589 shareddata.cpp if (sharedDataHeader == NULL) initialize(); NULL 590 shareddata.cpp JASSERT(id != NULL); NULL 42 siginfo.cpp if (tmp == NULL) { NULL 106 siginfo.cpp JASSERT(_real_sigaction(STOPSIGNAL, &old_act, NULL) != -1) (JASSERT_ERRNO) NULL 112 siginfo.cpp if (sigaction (sig, NULL, &sigactions[sig]) < 0) { NULL 138 siginfo.cpp JASSERT(_real_sigaction(sig, &sigactions[sig], NULL) == 0 || errno == EINVAL) NULL 54 signalwrappers.cpp JASSERT(_real_pthread_sigmask(SIG_UNBLOCK, &set, NULL) == 0) NULL 55 signalwrappers.cpp (strerror(_real_pthread_sigmask(SIG_UNBLOCK, &set, NULL))) (stopSignal); NULL 84 signalwrappers.cpp JASSERT(mask != NULL); NULL 95 signalwrappers.cpp if (oldset != NULL) { NULL 103 signalwrappers.cpp if (set != NULL) { NULL 140 signalwrappers.cpp if(signum == bannedSignalNumber() && act != NULL) { NULL 146 signalwrappers.cpp act = NULL; NULL 165 signalwrappers.cpp vec = NULL; NULL 197 signalwrappers.cpp if (set != NULL) { NULL 231 signalwrappers.cpp if (mask != NULL) { NULL 299 signalwrappers.cpp if (set != NULL) { NULL 322 signalwrappers.cpp if (set != NULL) { NULL 278 syscallsreal.c if (addr != NULL) { NULL 302 syscallsreal.c const char *pthread_sym_ver = NULL; NULL 305 syscallsreal.c if (addr != NULL) { NULL 322 syscallsreal.c if (fn == NULL) { \ NULL 323 syscallsreal.c if (_real_func_addr[ENUM(name)] == NULL) dmtcp_prepare_wrappers(); \ NULL 325 syscallsreal.c if (fn == NULL) { \ NULL 335 syscallsreal.c static type (*fn)() = NULL; \ NULL 340 syscallsreal.c static void (*fn)() = NULL; \ NULL 345 syscallsreal.c static void (*fn)() __attribute__ ((__noreturn__)) = NULL; \ NULL 354 syscallsreal.c static dlsym_fnptr_t _libc_dlsym_fnptr = NULL; NULL 355 syscallsreal.c if (_libc_dlsym_fnptr == NULL) { NULL 83 syslogwrappers.cpp openlog ( ( _identIsNotNULL ? _ident().c_str() : NULL), NULL 100 syslogwrappers.cpp _identIsNotNULL = (ident != NULL); NULL 101 syslogwrappers.cpp if (ident != NULL) { NULL 42 terminal.cpp nanosleep(&delay, NULL); NULL 41 threadinfo.h (dmtcp_get_real_pid != NULL ? dmtcp_get_real_pid() : getpid()) NULL 44 threadinfo.h (dmtcp_get_real_tid != NULL ? dmtcp_get_real_tid() : GETTID()) NULL 47 threadinfo.h (dmtcp_real_tgkill != NULL ? dmtcp_real_tgkill(pid,tid,sig) \ NULL 43 threadlist.cpp Thread *motherofall = NULL; NULL 44 threadlist.cpp void **motherofall_saved_sp = NULL; NULL 45 threadlist.cpp ThreadTLSInfo *motherofall_tlsInfo = NULL; NULL 48 threadlist.cpp Thread *activeThreads = NULL; NULL 53 threadlist.cpp static Thread *threads_freelist = NULL; NULL 57 threadlist.cpp static pthread_rwlock_t *threadResumeLock = NULL; NULL 59 threadlist.cpp static __thread Thread *curThread = NULL; NULL 60 threadlist.cpp static Thread *ckptThread = NULL; NULL 126 threadlist.cpp while (activeThreads != NULL) { NULL 164 threadlist.cpp JASSERT(pthread_create(&checkpointhreadid, NULL, checkpointhread, NULL) == 0); NULL 189 threadlist.cpp th->next = NULL; NULL 224 threadlist.cpp if (curThread == NULL) NULL 314 threadlist.cpp JASSERT(pthread_sigmask(SIG_SETMASK, &set, NULL) == 0); NULL 408 threadlist.cpp callbackPostCheckpoint(0, NULL); NULL 415 threadlist.cpp return NULL; NULL 432 threadlist.cpp for (thread = activeThreads; thread != NULL; thread = next) { NULL 492 threadlist.cpp JASSERT(activeThreads != NULL); NULL 556 threadlist.cpp if (dmtcp_ptrace_enabled == NULL) { NULL 567 threadlist.cpp if (dmtcp_ptrace_enabled != NULL && dmtcp_ptrace_enabled()) { NULL 619 threadlist.cpp callbackPostCheckpoint(1, NULL); //mtcp_restoreargv_start_addr); NULL 662 threadlist.cpp nanosleep(&delay, NULL); NULL 675 threadlist.cpp for (thread = activeThreads; thread != NULL; thread = thread->next) { NULL 692 threadlist.cpp if (dmtcp_real_to_virtual_pid != NULL) { NULL 705 threadlist.cpp clonearg, thread->ptid, NULL, thread->ctid); NULL 763 threadlist.cpp JASSERT(pthread_sigmask (SIG_SETMASK, NULL, &th->sigblockmask) == 0); NULL 778 threadlist.cpp JASSERT(pthread_sigmask (SIG_SETMASK, &th->sigblockmask, NULL) == 0); NULL 816 threadlist.cpp for (thread = activeThreads; thread != NULL; thread = next_thread) { NULL 840 threadlist.cpp curThread->prev = NULL; NULL 841 threadlist.cpp if (activeThreads != NULL) { NULL 865 threadlist.cpp JASSERT(thread != NULL); NULL 869 threadlist.cpp if (thread->prev != NULL) { NULL 872 threadlist.cpp if (thread->next != NULL) { NULL 893 threadlist.cpp if (threads_freelist == NULL) { NULL 895 threadlist.cpp JASSERT(thread != NULL); NULL 914 threadlist.cpp while (threads_freelist != NULL) { NULL 387 threadsync.cpp nanosleep(&sleepTime, NULL); NULL 515 threadsync.cpp nanosleep(&sleepTime, NULL); NULL 582 threadsync.cpp nanosleep(&sleepTime, NULL); NULL 655 threadsync.cpp nanosleep(&sleepTime, NULL); NULL 59 threadwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_THREAD_START, NULL); NULL 119 threadwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_THREAD_CREATED, NULL); NULL 156 threadwrappers.cpp JASSERT(_real_pthread_sigmask(SIG_UNBLOCK, &set, NULL) == 0) (JASSERT_ERRNO); NULL 169 threadwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_PTHREAD_RETURN, NULL); NULL 232 threadwrappers.cpp DmtcpWorker::eventHook(DMTCP_EVENT_PTHREAD_EXIT, NULL); NULL 35 trampolines.cpp static void *curbrk = NULL; NULL 36 trampolines.cpp void *oldbrk = NULL; NULL 38 trampolines.cpp if (curbrk == NULL) { NULL 40 trampolines.cpp long retval = syscall(SYS_brk, NULL); NULL 65 uniquepid.cpp static UniquePid* t=NULL; NULL 66 uniquepid.cpp if(t==NULL) t = new (buf) UniquePid(0,0,0); NULL 72 uniquepid.cpp static UniquePid* t=NULL; NULL 73 uniquepid.cpp if(t==NULL) t = new (buf) UniquePid(0,0,0); NULL 79 uniquepid.cpp static UniquePid* t=NULL; NULL 80 uniquepid.cpp if(t==NULL) t = new (buf) UniquePid(0,0,0); NULL 92 uniquepid.cpp ::time(NULL) ); NULL 54 util_exec.cpp if (getenv(ENV_VAR_VIRTUAL_PID) == NULL) { NULL 92 util_exec.cpp if (str != NULL) NULL 96 util_exec.cpp if (str != NULL) NULL 105 util_exec.cpp if (*inpath == '/' || strstr(inpath, "/") != NULL) { NULL 121 util_exec.cpp if (pathVar == NULL) { NULL 231 util_exec.cpp if (getenv("SCREENDIR") == NULL) { NULL 288 util_exec.cpp while (origArgv[newArgc] != NULL) newArgc++; NULL 321 util_exec.cpp for (i = 1; origArgv[i] != NULL; i++) NULL 335 util_exec.cpp char *ldStrPtr = NULL; NULL 353 util_exec.cpp while (origArgv[origArgvLen] != NULL) NULL 362 util_exec.cpp for (int i = 1; origArgv[i] != NULL; i++) NULL 401 util_exec.cpp void* base_addr = NULL; NULL 402 util_exec.cpp void* dlsym_addr = NULL; NULL 404 util_exec.cpp void* handle = NULL; NULL 406 util_exec.cpp JASSERT(handle != NULL) (dlerror()); NULL 436 util_exec.cpp JASSERT(fp != NULL); NULL 445 util_exec.cpp JASSERT(fp != NULL); NULL 448 util_exec.cpp base_addr = strtoull(buf, NULL, 16); NULL 454 util_exec.cpp JASSERT(fp != NULL); NULL 456 util_exec.cpp dlsym_addr = strtoull(buf, NULL, 16); NULL 488 util_exec.cpp NULL NULL 496 util_exec.cpp char* dummyEnviron = NULL; NULL 503 util_exec.cpp char* newEnv[7] = {NULL, NULL, NULL, NULL 510 util_exec.cpp newEnv[pathIndex] = (getenv("PATH") ? ENV_PTR("PATH") : NULL); NULL 637 util_exec.cpp if (sigckpt != NULL) { NULL 642 util_exec.cpp if (ckptDir != NULL) { NULL 647 util_exec.cpp if (tmpDir != NULL) { NULL 652 util_exec.cpp if (ckptOpenFiles != NULL) { NULL 656 util_exec.cpp if (plugins != NULL) { NULL 661 util_exec.cpp if (compression != NULL) { NULL 668 util_exec.cpp if (allocPlugin != NULL && strcmp(allocPlugin, "0") == 0) { NULL 672 util_exec.cpp if (dlPlugin != NULL && strcmp(dlPlugin, "0") == 0) { NULL 676 util_exec.cpp if (dmtcp_ptrace_enabled != NULL && dmtcp_ptrace_enabled()) { NULL 680 util_exec.cpp if (dmtcp_modify_env_enabled != NULL && dmtcp_modify_env_enabled()) { NULL 684 util_exec.cpp if (dmtcp_infiniband_enabled != NULL && dmtcp_infiniband_enabled()) { NULL 688 util_exec.cpp if (dmtcp_batch_queue_enabled != NULL && dmtcp_batch_queue_enabled()) { NULL 693 util_exec.cpp if (deltacompression != NULL) { NULL 56 util_init.cpp if (*host == NULL) { NULL 96 util_init.cpp const char *host = NULL; NULL 103 util_init.cpp if (portFile != NULL && strlen(portFile) > 0) { NULL 139 util_init.cpp if ( getpwuid ( getuid() ) != NULL ) { NULL 141 util_init.cpp } else if ( getenv("USER") != NULL ) { NULL 211 util_init.cpp for (i = 0; environ[i] != NULL; i++) { NULL 84 util_misc.cpp if (str == NULL || pattern == NULL) { NULL 97 util_misc.cpp if (str == NULL || pattern == NULL) { NULL 344 util_misc.cpp JASSERT(fd >= 0 && buf != NULL) (fd) ((void*)buf); NULL 524 util_misc.cpp JASSERT(str != NULL); NULL 531 util_misc.cpp pid_t tracerPid = (pid_t) strtol(str, NULL, 10); NULL 588 util_misc.cpp JASSERT(exec_path != NULL); NULL 589 util_misc.cpp if (path_env == NULL) { NULL 624 util_misc.cpp return NULL; // Already tried stdpath NULL 57 writeckpt.cpp ProcSelfMaps *procSelfMaps = NULL; NULL 58 writeckpt.cpp vector<ProcMapsArea> *nscdAreas = NULL; NULL 100 writeckpt.cpp if (nscdAreas == NULL) { NULL 122 writeckpt.cpp if (procSelfMaps != NULL) { NULL 227 writeckpt.cpp } else if (area.name[0] == '/' && strstr(&area.name[1], "/") != NULL) { NULL 258 writeckpt.cpp procSelfMaps = NULL; NULL 263 writeckpt.cpp area.addr = NULL; // End of data