s/qmail  3.3.23
Next generation secure email transport
Functions
substdo.c File Reference
#include "substdio.h"
#include "str.h"
#include "byte.h"
#include "error.h"
Include dependency graph for substdo.c:

Go to the source code of this file.

Functions

int substdio_flush (substdio *s)
 
int substdio_bput (substdio *s, char *buf, int len)
 
int substdio_put (substdio *s, char *buf, int len)
 
int substdio_putflush (substdio *s, char *buf, int len)
 
int substdio_bputs (substdio *s, char *buf)
 
int substdio_puts (substdio *s, char *buf)
 
int substdio_putsflush (substdio *s, char *buf)
 

Function Documentation

◆ substdio_bput()

int substdio_bput ( substdio s,
char *  buf,
int  len 
)

Definition at line 38 of file substdo.c.

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

◆ substdio_bputs()

int substdio_bputs ( substdio s,
char *  buf 
)

Definition at line 89 of file substdo.c.

Here is the call graph for this function:

◆ substdio_flush()

int substdio_flush ( substdio s)

Definition at line 27 of file substdo.c.

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

◆ substdio_put()

int substdio_put ( substdio s,
char *  buf,
int  len 
)

Definition at line 55 of file substdo.c.

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

◆ substdio_putflush()

int substdio_putflush ( substdio s,
char *  buf,
int  len 
)

Definition at line 80 of file substdo.c.

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

◆ substdio_puts()

int substdio_puts ( substdio s,
char *  buf 
)

Definition at line 96 of file substdo.c.

Here is the call graph for this function:

◆ substdio_putsflush()

int substdio_putsflush ( substdio s,
char *  buf 
)

Definition at line 103 of file substdo.c.

Here is the call graph for this function: