NEXT_FNC 31 plugin/alloc/alloc.h #define _real_malloc NEXT_FNC(malloc) NEXT_FNC 32 plugin/alloc/alloc.h #define _real_calloc NEXT_FNC(calloc) NEXT_FNC 33 plugin/alloc/alloc.h #define _real_valloc NEXT_FNC(valloc) NEXT_FNC 34 plugin/alloc/alloc.h #define _real_realloc NEXT_FNC(realloc) NEXT_FNC 35 plugin/alloc/alloc.h #define _real_free NEXT_FNC(free) NEXT_FNC 36 plugin/alloc/alloc.h #define _real_memalign NEXT_FNC(memalign) NEXT_FNC 37 plugin/alloc/alloc.h #define _real_posix_memalign NEXT_FNC(posix_memalign) NEXT_FNC 38 plugin/alloc/alloc.h #define _real_libc_memalign NEXT_FNC(__libc_memalign) NEXT_FNC 40 plugin/alloc/alloc.h #define _real_mmap NEXT_FNC(mmap) NEXT_FNC 41 plugin/alloc/alloc.h #define _real_mmap64 NEXT_FNC(mmap64) NEXT_FNC 42 plugin/alloc/alloc.h #define _real_munmap NEXT_FNC(munmap) NEXT_FNC 43 plugin/alloc/alloc.h #define _real_mremap NEXT_FNC(mremap) NEXT_FNC 26 plugin/dl/dlwrappers.cpp #define _real_dlopen NEXT_FNC(dlopen) NEXT_FNC 27 plugin/dl/dlwrappers.cpp #define _real_dlclose NEXT_FNC(dlclose) NEXT_FNC 37 plugin/ipc/event/eventwrappers.h #define _real_poll NEXT_FNC(poll) NEXT_FNC 38 plugin/ipc/event/eventwrappers.h #define _real_pselect NEXT_FNC(pselect) NEXT_FNC 41 plugin/ipc/event/eventwrappers.h #define _real_epoll_create NEXT_FNC(epoll_create) NEXT_FNC 42 plugin/ipc/event/eventwrappers.h #define _real_epoll_create1 NEXT_FNC(epoll_create1) NEXT_FNC 43 plugin/ipc/event/eventwrappers.h #define _real_epoll_ctl NEXT_FNC(epoll_ctl) NEXT_FNC 44 plugin/ipc/event/eventwrappers.h #define _real_epoll_wait NEXT_FNC(epoll_wait) NEXT_FNC 45 plugin/ipc/event/eventwrappers.h #define _real_epoll_pwait NEXT_FNC(epoll_pwait) NEXT_FNC 49 plugin/ipc/event/eventwrappers.h #define _real_eventfd NEXT_FNC(eventfd) NEXT_FNC 53 plugin/ipc/event/eventwrappers.h #define _real_signalfd NEXT_FNC(signalfd) NEXT_FNC 57 plugin/ipc/event/eventwrappers.h #define _real_inotify_init NEXT_FNC(inotify_init) NEXT_FNC 58 plugin/ipc/event/eventwrappers.h #define _real_inotify_init1 NEXT_FNC(inotify_init1) NEXT_FNC 59 plugin/ipc/event/eventwrappers.h #define _real_inotify_add_watch NEXT_FNC(inotify_add_watch) NEXT_FNC 60 plugin/ipc/event/eventwrappers.h #define _real_inotify_rm_watch NEXT_FNC(inotify_rm_watch) NEXT_FNC 28 plugin/ipc/file/filewrappers.h #define _real_open NEXT_FNC(open) NEXT_FNC 29 plugin/ipc/file/filewrappers.h #define _real_open64 NEXT_FNC(open64) NEXT_FNC 30 plugin/ipc/file/filewrappers.h #define _real_fopen NEXT_FNC(fopen) NEXT_FNC 31 plugin/ipc/file/filewrappers.h #define _real_fopen64 NEXT_FNC(fopen64) NEXT_FNC 32 plugin/ipc/file/filewrappers.h #define _real_freopen NEXT_FNC(freopen) NEXT_FNC 33 plugin/ipc/file/filewrappers.h #define _real_openat NEXT_FNC(openat) NEXT_FNC 34 plugin/ipc/file/filewrappers.h #define _real_openat64 NEXT_FNC(openat64) NEXT_FNC 35 plugin/ipc/file/filewrappers.h #define _real_opendir NEXT_FNC(opendir) NEXT_FNC 36 plugin/ipc/file/filewrappers.h #define _real_tmpfile NEXT_FNC(tmpfile) NEXT_FNC 37 plugin/ipc/file/filewrappers.h #define _real_mkstemp NEXT_FNC(mkstemp) NEXT_FNC 38 plugin/ipc/file/filewrappers.h #define _real_mkostemp NEXT_FNC(mkostemp) NEXT_FNC 39 plugin/ipc/file/filewrappers.h #define _real_mkstemps NEXT_FNC(mkstemps) NEXT_FNC 40 plugin/ipc/file/filewrappers.h #define _real_mkostemps NEXT_FNC(mkostemps) NEXT_FNC 41 plugin/ipc/file/filewrappers.h #define _real_close NEXT_FNC(close) NEXT_FNC 42 plugin/ipc/file/filewrappers.h #define _real_fclose NEXT_FNC(fclose) NEXT_FNC 43 plugin/ipc/file/filewrappers.h #define _real_closedir NEXT_FNC(closedir) NEXT_FNC 44 plugin/ipc/file/filewrappers.h #define _real_lseek NEXT_FNC(lseek) NEXT_FNC 45 plugin/ipc/file/filewrappers.h #define _real_dup NEXT_FNC(dup) NEXT_FNC 46 plugin/ipc/file/filewrappers.h #define _real_dup2 NEXT_FNC(dup2) NEXT_FNC 47 plugin/ipc/file/filewrappers.h #define _real_dup3 NEXT_FNC(dup3) NEXT_FNC 48 plugin/ipc/file/filewrappers.h #define _real_xstat NEXT_FNC(__xstat) NEXT_FNC 49 plugin/ipc/file/filewrappers.h #define _real_xstat64 NEXT_FNC(__xstat64) NEXT_FNC 50 plugin/ipc/file/filewrappers.h #define _real_lxstat NEXT_FNC(__lxstat) NEXT_FNC 51 plugin/ipc/file/filewrappers.h #define _real_lxstat64 NEXT_FNC(__lxstat64) NEXT_FNC 52 plugin/ipc/file/filewrappers.h #define _real_readlink NEXT_FNC(readlink) NEXT_FNC 53 plugin/ipc/file/filewrappers.h #define _real_exit NEXT_FNC(exit) NEXT_FNC 54 plugin/ipc/file/filewrappers.h #define _real_syscall NEXT_FNC(syscall) NEXT_FNC 55 plugin/ipc/file/filewrappers.h #define _real_unsetenv NEXT_FNC(unsetenv) NEXT_FNC 56 plugin/ipc/file/filewrappers.h #define _real_ptsname_r NEXT_FNC(ptsname_r) NEXT_FNC 57 plugin/ipc/file/filewrappers.h #define _real_ttyname_r NEXT_FNC(ttyname_r) NEXT_FNC 58 plugin/ipc/file/filewrappers.h #define _real_getpt NEXT_FNC(getpt) NEXT_FNC 59 plugin/ipc/file/filewrappers.h #define _real_posix_openpt NEXT_FNC(posix_openpt) NEXT_FNC 60 plugin/ipc/file/filewrappers.h #define _real_openlog NEXT_FNC(openlog) NEXT_FNC 61 plugin/ipc/file/filewrappers.h #define _real_closelog NEXT_FNC(closelog) NEXT_FNC 62 plugin/ipc/file/filewrappers.h #define _real_mq_open NEXT_FNC(mq_open) NEXT_FNC 63 plugin/ipc/file/filewrappers.h #define _real_mq_close NEXT_FNC(mq_close) NEXT_FNC 64 plugin/ipc/file/filewrappers.h #define _real_mq_send NEXT_FNC(mq_send) NEXT_FNC 65 plugin/ipc/file/filewrappers.h #define _real_mq_receive NEXT_FNC(mq_receive) NEXT_FNC 66 plugin/ipc/file/filewrappers.h #define _real_mq_timedsend NEXT_FNC(mq_timedsend) NEXT_FNC 67 plugin/ipc/file/filewrappers.h #define _real_mq_timedreceive NEXT_FNC(mq_timedreceive) NEXT_FNC 68 plugin/ipc/file/filewrappers.h #define _real_mq_notify NEXT_FNC(mq_notify) NEXT_FNC 69 plugin/ipc/file/filewrappers.h #define _real_fcntl NEXT_FNC(fcntl) NEXT_FNC 71 plugin/ipc/file/filewrappers.h #define _real_system NEXT_FNC(system) NEXT_FNC 72 plugin/ipc/file/filewrappers.h #define _real_mmap NEXT_FNC(mmap) NEXT_FNC 73 plugin/ipc/file/filewrappers.h #define _real_munmap NEXT_FNC(munmap) NEXT_FNC 74 plugin/ipc/file/filewrappers.h #define _real_access NEXT_FNC(access) NEXT_FNC 75 plugin/ipc/file/filewrappers.h #define _real_access NEXT_FNC(access) NEXT_FNC 80 plugin/ipc/file/filewrappers.h #define _real_realpath NEXT_FNC(realpath) NEXT_FNC 44 plugin/ipc/ipc.h #define _real_socket NEXT_FNC(socket) NEXT_FNC 45 plugin/ipc/ipc.h #define _real_bind NEXT_FNC(bind) NEXT_FNC 46 plugin/ipc/ipc.h #define _real_close NEXT_FNC(close) NEXT_FNC 47 plugin/ipc/ipc.h #define _real_fclose NEXT_FNC(fclose) NEXT_FNC 48 plugin/ipc/ipc.h #define _real_closedir NEXT_FNC(closedir) NEXT_FNC 49 plugin/ipc/ipc.h #define _real_dup NEXT_FNC(dup) NEXT_FNC 50 plugin/ipc/ipc.h #define _real_dup2 NEXT_FNC(dup2) NEXT_FNC 52 plugin/ipc/ipc.h #define _real_dup3 NEXT_FNC(dup3) NEXT_FNC 55 plugin/ipc/ipc.h #define _real_fcntl NEXT_FNC(fcntl) NEXT_FNC 56 plugin/ipc/ipc.h #define _real_select NEXT_FNC(select) NEXT_FNC 57 plugin/ipc/ipc.h #define _real_pthread_mutex_lock NEXT_FNC(pthread_mutex_lock) NEXT_FNC 58 plugin/ipc/ipc.h #define _real_pthread_mutex_unlock NEXT_FNC(pthread_mutex_unlock) NEXT_FNC 28 plugin/ipc/socket/socketwrappers.h #define _real_socket NEXT_FNC(socket) NEXT_FNC 29 plugin/ipc/socket/socketwrappers.h #define _real_connect NEXT_FNC(connect) NEXT_FNC 30 plugin/ipc/socket/socketwrappers.h #define _real_bind NEXT_FNC(bind) NEXT_FNC 31 plugin/ipc/socket/socketwrappers.h #define _real_listen NEXT_FNC(listen) NEXT_FNC 32 plugin/ipc/socket/socketwrappers.h #define _real_accept NEXT_FNC(accept) NEXT_FNC 33 plugin/ipc/socket/socketwrappers.h #define _real_accept4 NEXT_FNC(accept4) NEXT_FNC 34 plugin/ipc/socket/socketwrappers.h #define _real_setsockopt NEXT_FNC(setsockopt) NEXT_FNC 35 plugin/ipc/socket/socketwrappers.h #define _real_getsockopt NEXT_FNC(getsockopt) NEXT_FNC 36 plugin/ipc/socket/socketwrappers.h #define _real_socketpair NEXT_FNC(socketpair) NEXT_FNC 37 plugin/ipc/socket/socketwrappers.h #define _real_close NEXT_FNC(close) NEXT_FNC 38 plugin/ipc/socket/socketwrappers.h #define _real_getaddrinfo NEXT_FNC(getaddrinfo) NEXT_FNC 39 plugin/ipc/socket/socketwrappers.h #define _real_getnameinfo NEXT_FNC(getnameinfo) NEXT_FNC 40 plugin/ipc/socket/socketwrappers.h #define _real_gethostbyname NEXT_FNC(gethostbyname) NEXT_FNC 41 plugin/ipc/socket/socketwrappers.h #define _real_gethostbyaddr NEXT_FNC(gethostbyaddr) NEXT_FNC 8 plugin/ipc/ssh/ssh.h #define _real_execve NEXT_FNC(execve) NEXT_FNC 9 plugin/ipc/ssh/ssh.h #define _real_execvp NEXT_FNC(execvp) NEXT_FNC 10 plugin/ipc/ssh/ssh.h #define _real_execvpe NEXT_FNC(execvpe) NEXT_FNC 211 plugin/pid/pid_filewrappers.cpp return NEXT_FNC(readlink) (newpath, buf, bufsiz); NEXT_FNC 260 plugin/pid/pid_filewrappers.cpp return NEXT_FNC(access) (newpath, mode); NEXT_FNC 61 plugin/pid/pid_miscwrappers.cpp return NEXT_FNC(__register_atfork)(prepare, parent, child, dso_handle); NEXT_FNC 334 plugin/svipc/dmtcp-test.h fn = NEXT_FNC(dmtcp_event_hook); NEXT_FNC 28 plugin/svipc/sysvipcwrappers.h #define _real_shmget NEXT_FNC(shmget) NEXT_FNC 29 plugin/svipc/sysvipcwrappers.h #define _real_shmat NEXT_FNC(shmat) NEXT_FNC 30 plugin/svipc/sysvipcwrappers.h #define _real_shmdt NEXT_FNC(shmdt) NEXT_FNC 31 plugin/svipc/sysvipcwrappers.h #define _real_shmctl NEXT_FNC(shmctl) NEXT_FNC 33 plugin/svipc/sysvipcwrappers.h #define _real_semget NEXT_FNC(semget) NEXT_FNC 34 plugin/svipc/sysvipcwrappers.h #define _real_semctl NEXT_FNC(semctl) NEXT_FNC 35 plugin/svipc/sysvipcwrappers.h #define _real_semop NEXT_FNC(semop) NEXT_FNC 36 plugin/svipc/sysvipcwrappers.h #define _real_semtimedop NEXT_FNC(semtimedop) NEXT_FNC 38 plugin/svipc/sysvipcwrappers.h #define _real_msgget NEXT_FNC(msgget) NEXT_FNC 39 plugin/svipc/sysvipcwrappers.h #define _real_msgctl NEXT_FNC(msgctl) NEXT_FNC 40 plugin/svipc/sysvipcwrappers.h #define _real_msgsnd NEXT_FNC(msgsnd) NEXT_FNC 41 plugin/svipc/sysvipcwrappers.h #define _real_msgrcv NEXT_FNC(msgrcv) NEXT_FNC 43 plugin/svipc/sysvipcwrappers.h #define _real_pthread_mutex_lock NEXT_FNC(pthread_mutex_lock) NEXT_FNC 44 plugin/svipc/sysvipcwrappers.h #define _real_pthread_mutex_unlock NEXT_FNC(pthread_mutex_unlock) NEXT_FNC 30 plugin/timer/timerwrappers.h #define _real_timer_create NEXT_FNC(timer_create) NEXT_FNC 31 plugin/timer/timerwrappers.h #define _real_timer_delete NEXT_FNC(timer_delete) NEXT_FNC 32 plugin/timer/timerwrappers.h #define _real_timer_gettime NEXT_FNC(timer_gettime) NEXT_FNC 33 plugin/timer/timerwrappers.h #define _real_timer_settime NEXT_FNC(timer_settime) NEXT_FNC 34 plugin/timer/timerwrappers.h #define _real_timer_getoverrun NEXT_FNC(timer_getoverrun) NEXT_FNC 36 plugin/timer/timerwrappers.h #define _real_clock_getcpuclockid NEXT_FNC(clock_getcpuclockid) NEXT_FNC 37 plugin/timer/timerwrappers.h #define _real_pthread_getcpuclockid NEXT_FNC(pthread_getcpuclockid) NEXT_FNC 38 plugin/timer/timerwrappers.h #define _real_clock_getres NEXT_FNC(clock_getres) NEXT_FNC 39 plugin/timer/timerwrappers.h #define _real_clock_gettime NEXT_FNC(clock_gettime) NEXT_FNC 40 plugin/timer/timerwrappers.h #define _real_clock_settime NEXT_FNC(clock_settime) NEXT_FNC 42 plugin/timer/timerwrappers.h #define _real_pthread_mutex_lock NEXT_FNC(pthread_mutex_lock) NEXT_FNC 43 plugin/timer/timerwrappers.h #define _real_pthread_mutex_unlock NEXT_FNC(pthread_mutex_unlock) NEXT_FNC 48 writeckpt.cpp #define _real_open NEXT_FNC(open) NEXT_FNC 49 writeckpt.cpp #define _real_close NEXT_FNC(close)