DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions
popen.cpp File Reference
#include "syscallwrappers.h"
#include "threadsync.h"
#include "../jalib/jassert.h"

Go to the source code of this file.

Typedefs

typedef map< FILE *, pid_t >
::iterator 
_dmtcpPopenPidMapIterator
 

Functions

FILE * popen (const char *command, const char *mode)
 
int pclose (FILE *fp)
 
EXTERNC int dmtcp_is_popen_fp (FILE *fp)
 

Typedef Documentation

typedef map<FILE*, pid_t>::iterator _dmtcpPopenPidMapIterator

Definition at line 29 of file popen.cpp.

Function Documentation

EXTERNC int dmtcp_is_popen_fp ( FILE *  fp)

Definition at line 177 of file popen.cpp.

int pclose ( FILE *  fp)

Definition at line 148 of file popen.cpp.

FILE* popen ( const char *  command,
const char *  mode 
)

Definition at line 44 of file popen.cpp.