file             1383 dmtcp_coordinator.cpp   vector<string>::const_iterator file;
file             1436 dmtcp_coordinator.cpp     for ( file=host->second.begin(); file!=host->second.end(); ++file ) {
file             1437 dmtcp_coordinator.cpp       o << " " << *file;
file             1455 dmtcp_coordinator.cpp       for ( file=host->second.begin(); file!=host->second.end(); ++file ) {
file             1456 dmtcp_coordinator.cpp         fprintf ( fp," %s", file->c_str() );
file              655 execwrappers.cpp extern "C" int execlp (const char *file, const char *arg, ...)
file              657 execwrappers.cpp   JTRACE("execlp() wrapper") (file);
file              692 execwrappers.cpp   int ret = execvp (file, (char *const *) argv);
file              190 nosyscallsreal.c int _real_execvp (const char *file, char *const argv[])
file              192 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH (execvp) (file,argv);
file              457 plugin/ipc/file/filewrappers.cpp   FILE *file =(*fn) (newpath, mode);
file              459 plugin/ipc/file/filewrappers.cpp   if (file != NULL && dmtcp_is_running_state()) {
file              460 plugin/ipc/file/filewrappers.cpp     FileConnList::instance().processFileConnection(fileno(file), newpath,
file              465 plugin/ipc/file/filewrappers.cpp   return file;
file              491 plugin/ipc/file/filewrappers.cpp   FILE *file = _real_freopen(newpath, mode, stream);
file              493 plugin/ipc/file/filewrappers.cpp   if (file != NULL && dmtcp_is_running_state()) {
file              494 plugin/ipc/file/filewrappers.cpp     FileConnList::instance().processFileConnection(fileno(file), newpath,
file              499 plugin/ipc/file/filewrappers.cpp   return file;
file              598 syscallsreal.c int _real_execvp (const char *file, char *const argv[])
file              600 syscallsreal.c   REAL_FUNC_PASSTHROUGH (execvp) (file,argv);
file              603 syscallsreal.c int _real_execvpe(const char *file, char *const argv[], char *const envp[]) {
file              604 syscallsreal.c   REAL_FUNC_PASSTHROUGH (execvpe) (file, argv, envp);
file              306 syscallwrappers.h   int _real_execvp (const char *file, char *const argv[]);
file              307 syscallwrappers.h   int _real_execvpe(const char *file, char *const argv[], char *const envp[]);