FILE 1391 dmtcp_coordinator.cpp FILE* fp = fopen ( uniqueFilename.c_str(),"w" ); FILE 236 execwrappers.cpp FILE *output; FILE 65 miscwrappers.cpp EXTERNC int dmtcp_is_popen_fp(FILE *fp) __attribute((weak)); FILE 89 miscwrappers.cpp extern "C" int fclose(FILE *fp) FILE 78 mtcp/NOTES-x86_64/example.c FILE *stream = fopen("/etc/passwd", "r"); FILE 91 mtcp/NOTES-x86_64/example.c FILE *stream = fopen("/etc/passwd", "r"); FILE 21 mtcp/NOTES-x86_64/example2.c FILE *stream = fopen("/etc/passwd", "r"); FILE 34 mtcp/NOTES-x86_64/example2.c FILE *stream = fopen("/etc/passwd", "r"); FILE 210 nosyscallsreal.c int _real_fclose (FILE *fp) FILE 412 nosyscallsreal.c FILE * _real_fopen(const char *path, const char *mode) { FILE 413 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (FILE *, fopen) (path, mode); FILE 416 nosyscallsreal.c FILE * _real_fopen64(const char *path, const char *mode) { FILE 417 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (FILE *, fopen64) (path, mode); FILE 56 plugin/ipc/connection.h FILE = 0x21000, FILE 64 plugin/ipc/connection.h TYPEMASK = TCP | RAW | PTY | FILE | STDIO | FIFO | EPOLL | EVENTFD | FILE 117 plugin/ipc/file/fileconnection.h FILE_INVALID = FILE, FILE 128 plugin/ipc/file/fileconnection.h : Connection(FILE) FILE 126 plugin/ipc/file/fileconnlist.cpp if (con->hasLock() && con->conType() == Connection::FILE) { FILE 438 plugin/ipc/file/fileconnlist.cpp if( con->conType() != Connection::FILE ) FILE 508 plugin/ipc/file/fileconnlist.cpp case Connection::FILE: FILE 103 plugin/ipc/file/filewrappers.cpp extern "C" int fclose(FILE *fp) FILE 305 plugin/ipc/file/filewrappers.cpp extern "C" FILE *tmpfile() FILE 308 plugin/ipc/file/filewrappers.cpp FILE *fp = _real_tmpfile(); FILE 443 plugin/ipc/file/filewrappers.cpp static FILE *_fopen_fopen64_work(FILE*(*fn) (const char *path, const char *mode), FILE 457 plugin/ipc/file/filewrappers.cpp FILE *file =(*fn) (newpath, mode); FILE 468 plugin/ipc/file/filewrappers.cpp extern "C" FILE *fopen(const char* path, const char* mode) FILE 473 plugin/ipc/file/filewrappers.cpp extern "C" FILE *fopen64(const char* path, const char* mode) FILE 478 plugin/ipc/file/filewrappers.cpp extern "C" FILE *freopen(const char *path, const char *mode, FILE *stream) FILE 491 plugin/ipc/file/filewrappers.cpp FILE *file = _real_freopen(newpath, mode, stream); FILE 77 plugin/ipc/ipc.cpp extern "C" int fclose(FILE *fp) FILE 131 plugin/pid/pid_filewrappers.cpp extern "C" FILE *fopen (const char* path, const char* mode) FILE 139 plugin/pid/pid_filewrappers.cpp extern "C" FILE *fopen64 (const char* path, const char* mode) FILE 147 plugin/pid/pid_filewrappers.cpp extern "C" int fclose(FILE *fp) FILE 382 plugin/pid/pid_syscallsreal.c FILE* _real_fopen(const char *path, const char *mode) { FILE 383 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED(FILE*, fopen) (path, mode); FILE 386 plugin/pid/pid_syscallsreal.c FILE* _real_fopen64(const char *path, const char *mode) { FILE 387 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED(FILE*, fopen) (path, mode); FILE 390 plugin/pid/pid_syscallsreal.c int _real_fclose(FILE *fp) { FILE 216 plugin/pid/pidwrappers.h FILE* _real_fopen(const char *path, const char *mode); FILE 217 plugin/pid/pidwrappers.h FILE* _real_fopen64(const char *path, const char *mode); FILE 218 plugin/pid/pidwrappers.h int _real_fclose(FILE *fp); FILE 28 popen.cpp static map<FILE*, pid_t> _dmtcpPopenPidMap; FILE 44 popen.cpp FILE *popen(const char *command, const char *mode) FILE 46 popen.cpp FILE *fp; FILE 148 popen.cpp int pclose(FILE *fp) FILE 177 popen.cpp EXTERNC int dmtcp_is_popen_fp(FILE *fp) FILE 614 syscallsreal.c FILE *_real_popen(const char *command, const char *mode) { FILE 615 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (FILE*, popen) (command, mode); FILE 619 syscallsreal.c int _real_pclose(FILE *fp) { FILE 636 syscallsreal.c int _real_fclose (FILE *fp) FILE 840 syscallsreal.c FILE * _real_fopen(const char *path, const char *mode) { FILE 841 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (FILE *, fopen) (path, mode); FILE 845 syscallsreal.c FILE * _real_fopen64(const char *path, const char *mode) { FILE 846 syscallsreal.c REAL_FUNC_PASSTHROUGH_TYPED (FILE *, fopen64) (path, mode); FILE 312 syscallwrappers.h FILE *_real_popen(const char *command, const char *mode); FILE 313 syscallwrappers.h int _real_pclose(FILE *fp); FILE 320 syscallwrappers.h FILE* _real_fopen(const char *path, const char *mode); FILE 321 syscallwrappers.h FILE* _real_fopen64(const char *path, const char *mode); FILE 327 syscallwrappers.h int _real_fclose (FILE *fp); FILE 426 util_exec.cpp FILE *fp;