DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
filewrappers.h File Reference
#include "dmtcp.h"

Go to the source code of this file.

Macros

#define FILE_WRAPPERS_H
 
#define _real_open   NEXT_FNC(open)
 
#define _real_open64   NEXT_FNC(open64)
 
#define _real_fopen   NEXT_FNC(fopen)
 
#define _real_fopen64   NEXT_FNC(fopen64)
 
#define _real_freopen   NEXT_FNC(freopen)
 
#define _real_openat   NEXT_FNC(openat)
 
#define _real_openat64   NEXT_FNC(openat64)
 
#define _real_opendir   NEXT_FNC(opendir)
 
#define _real_tmpfile   NEXT_FNC(tmpfile)
 
#define _real_mkstemp   NEXT_FNC(mkstemp)
 
#define _real_mkostemp   NEXT_FNC(mkostemp)
 
#define _real_mkstemps   NEXT_FNC(mkstemps)
 
#define _real_mkostemps   NEXT_FNC(mkostemps)
 
#define _real_close   NEXT_FNC(close)
 
#define _real_fclose   NEXT_FNC(fclose)
 
#define _real_closedir   NEXT_FNC(closedir)
 
#define _real_lseek   NEXT_FNC(lseek)
 
#define _real_dup   NEXT_FNC(dup)
 
#define _real_dup2   NEXT_FNC(dup2)
 
#define _real_dup3   NEXT_FNC(dup3)
 
#define _real_xstat   NEXT_FNC(__xstat)
 
#define _real_xstat64   NEXT_FNC(__xstat64)
 
#define _real_lxstat   NEXT_FNC(__lxstat)
 
#define _real_lxstat64   NEXT_FNC(__lxstat64)
 
#define _real_readlink   NEXT_FNC(readlink)
 
#define _real_exit   NEXT_FNC(exit)
 
#define _real_syscall   NEXT_FNC(syscall)
 
#define _real_unsetenv   NEXT_FNC(unsetenv)
 
#define _real_ptsname_r   NEXT_FNC(ptsname_r)
 
#define _real_ttyname_r   NEXT_FNC(ttyname_r)
 
#define _real_getpt   NEXT_FNC(getpt)
 
#define _real_posix_openpt   NEXT_FNC(posix_openpt)
 
#define _real_openlog   NEXT_FNC(openlog)
 
#define _real_closelog   NEXT_FNC(closelog)
 
#define _real_mq_open   NEXT_FNC(mq_open)
 
#define _real_mq_close   NEXT_FNC(mq_close)
 
#define _real_mq_send   NEXT_FNC(mq_send)
 
#define _real_mq_receive   NEXT_FNC(mq_receive)
 
#define _real_mq_timedsend   NEXT_FNC(mq_timedsend)
 
#define _real_mq_timedreceive   NEXT_FNC(mq_timedreceive)
 
#define _real_mq_notify   NEXT_FNC(mq_notify)
 
#define _real_fcntl   NEXT_FNC(fcntl)
 
#define _real_system   NEXT_FNC(system)
 
#define _real_mmap   NEXT_FNC(mmap)
 
#define _real_munmap   NEXT_FNC(munmap)
 
#define _real_access   NEXT_FNC(access)
 
#define _real_access   NEXT_FNC(access)
 
#define _real_realpath   NEXT_FNC(realpath)
 

Macro Definition Documentation

#define _real_access   NEXT_FNC(access)

Definition at line 75 of file filewrappers.h.

#define _real_access   NEXT_FNC(access)

Definition at line 75 of file filewrappers.h.

#define _real_close   NEXT_FNC(close)

Definition at line 41 of file filewrappers.h.

#define _real_closedir   NEXT_FNC(closedir)

Definition at line 43 of file filewrappers.h.

#define _real_closelog   NEXT_FNC(closelog)

Definition at line 61 of file filewrappers.h.

#define _real_dup   NEXT_FNC(dup)

Definition at line 45 of file filewrappers.h.

#define _real_dup2   NEXT_FNC(dup2)

Definition at line 46 of file filewrappers.h.

#define _real_dup3   NEXT_FNC(dup3)

Definition at line 47 of file filewrappers.h.

#define _real_exit   NEXT_FNC(exit)

Definition at line 53 of file filewrappers.h.

#define _real_fclose   NEXT_FNC(fclose)

Definition at line 42 of file filewrappers.h.

#define _real_fcntl   NEXT_FNC(fcntl)

Definition at line 69 of file filewrappers.h.

#define _real_fopen   NEXT_FNC(fopen)

Definition at line 30 of file filewrappers.h.

#define _real_fopen64   NEXT_FNC(fopen64)

Definition at line 31 of file filewrappers.h.

#define _real_freopen   NEXT_FNC(freopen)

Definition at line 32 of file filewrappers.h.

#define _real_getpt   NEXT_FNC(getpt)

Definition at line 58 of file filewrappers.h.

#define _real_lseek   NEXT_FNC(lseek)

Definition at line 44 of file filewrappers.h.

#define _real_lxstat   NEXT_FNC(__lxstat)

Definition at line 50 of file filewrappers.h.

#define _real_lxstat64   NEXT_FNC(__lxstat64)

Definition at line 51 of file filewrappers.h.

#define _real_mkostemp   NEXT_FNC(mkostemp)

Definition at line 38 of file filewrappers.h.

#define _real_mkostemps   NEXT_FNC(mkostemps)

Definition at line 40 of file filewrappers.h.

#define _real_mkstemp   NEXT_FNC(mkstemp)

Definition at line 37 of file filewrappers.h.

#define _real_mkstemps   NEXT_FNC(mkstemps)

Definition at line 39 of file filewrappers.h.

#define _real_mmap   NEXT_FNC(mmap)

Definition at line 72 of file filewrappers.h.

#define _real_mq_close   NEXT_FNC(mq_close)

Definition at line 63 of file filewrappers.h.

#define _real_mq_notify   NEXT_FNC(mq_notify)

Definition at line 68 of file filewrappers.h.

#define _real_mq_open   NEXT_FNC(mq_open)

Definition at line 62 of file filewrappers.h.

#define _real_mq_receive   NEXT_FNC(mq_receive)

Definition at line 65 of file filewrappers.h.

#define _real_mq_send   NEXT_FNC(mq_send)

Definition at line 64 of file filewrappers.h.

#define _real_mq_timedreceive   NEXT_FNC(mq_timedreceive)

Definition at line 67 of file filewrappers.h.

#define _real_mq_timedsend   NEXT_FNC(mq_timedsend)

Definition at line 66 of file filewrappers.h.

#define _real_munmap   NEXT_FNC(munmap)

Definition at line 73 of file filewrappers.h.

#define _real_open   NEXT_FNC(open)

Definition at line 28 of file filewrappers.h.

#define _real_open64   NEXT_FNC(open64)

Definition at line 29 of file filewrappers.h.

#define _real_openat   NEXT_FNC(openat)

Definition at line 33 of file filewrappers.h.

#define _real_openat64   NEXT_FNC(openat64)

Definition at line 34 of file filewrappers.h.

#define _real_opendir   NEXT_FNC(opendir)

Definition at line 35 of file filewrappers.h.

#define _real_openlog   NEXT_FNC(openlog)

Definition at line 60 of file filewrappers.h.

#define _real_posix_openpt   NEXT_FNC(posix_openpt)

Definition at line 59 of file filewrappers.h.

#define _real_ptsname_r   NEXT_FNC(ptsname_r)

Definition at line 56 of file filewrappers.h.

#define _real_readlink   NEXT_FNC(readlink)

Definition at line 52 of file filewrappers.h.

#define _real_realpath   NEXT_FNC(realpath)

Definition at line 80 of file filewrappers.h.

#define _real_syscall   NEXT_FNC(syscall)

Definition at line 54 of file filewrappers.h.

#define _real_system   NEXT_FNC(system)

Definition at line 71 of file filewrappers.h.

#define _real_tmpfile   NEXT_FNC(tmpfile)

Definition at line 36 of file filewrappers.h.

#define _real_ttyname_r   NEXT_FNC(ttyname_r)

Definition at line 57 of file filewrappers.h.

#define _real_unsetenv   NEXT_FNC(unsetenv)

Definition at line 55 of file filewrappers.h.

#define _real_xstat   NEXT_FNC(__xstat)

Definition at line 48 of file filewrappers.h.

#define _real_xstat64   NEXT_FNC(__xstat64)

Definition at line 49 of file filewrappers.h.

#define FILE_WRAPPERS_H

Definition at line 24 of file filewrappers.h.