ucspi-tcp6 1.13.04
ucspi-tcp6
Loading...
Searching...
No Matches
fixcrio.c File Reference
#include "sig.h"
#include "buffer.h"
#include "logmsg.h"
#include "byte.h"
#include "exit.h"
#include "iopause.h"
#include "pathexec.h"
#include "fd.h"
Include dependency graph for fixcrio.c:

Go to the source code of this file.

Macros

#define WHO   "fixcrio"

Functions

int read (int, char *, int)
int write (int, char *, int)
int pipe (int[2])
int close (int)
int fork ()
void doit (int fdleft, int fdright)
int main (int argc, char **argv, char **envp)

Variables

char prebuf [256]
int leftstatus = 0
char leftbuf [512]
int leftlen
int leftpos
int leftflagcr = 0
int rightstatus = 0
char rightbuf [512]
int rightlen
int rightpos
int rightflagcr = 0

Macro Definition Documentation

◆ WHO

#define WHO   "fixcrio"

Definition at line 10 of file fixcrio.c.

Function Documentation

◆ close()

int close ( int )
extern
Here is the caller graph for this function:

◆ doit()

void doit ( int fdleft,
int fdright )

Definition at line 32 of file fixcrio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fork()

int fork ( )
extern
Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv,
char ** envp )

Definition at line 134 of file fixcrio.c.

Here is the call graph for this function:

◆ pipe()

int pipe ( int [2])
extern
Here is the caller graph for this function:

◆ read()

int read ( int ,
char * ,
int  )
extern
Here is the caller graph for this function:

◆ write()

int write ( int ,
char * ,
int  )
extern
Here is the caller graph for this function:

Variable Documentation

◆ leftbuf

char leftbuf[512]

Definition at line 21 of file fixcrio.c.

◆ leftflagcr

int leftflagcr = 0

Definition at line 24 of file fixcrio.c.

◆ leftlen

int leftlen

Definition at line 22 of file fixcrio.c.

◆ leftpos

int leftpos

Definition at line 23 of file fixcrio.c.

◆ leftstatus

int leftstatus = 0

Definition at line 20 of file fixcrio.c.

◆ prebuf

char prebuf[256]

Definition at line 18 of file fixcrio.c.

◆ rightbuf

char rightbuf[512]

Definition at line 27 of file fixcrio.c.

◆ rightflagcr

int rightflagcr = 0

Definition at line 30 of file fixcrio.c.

◆ rightlen

int rightlen

Definition at line 28 of file fixcrio.c.

◆ rightpos

int rightpos

Definition at line 29 of file fixcrio.c.

◆ rightstatus

int rightstatus = 0

Definition at line 26 of file fixcrio.c.