s/qmail  3.3.23
Next generation secure email transport
Functions
open.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int open_read (char *)
 
int open_excl (char *)
 
int open_append (char *)
 
int open_trunc (char *)
 
int open_write (char *)
 

Function Documentation

◆ open_append()

int open_append ( char *  )

Definition at line 5 of file open_append.c.

Here is the caller graph for this function:

◆ open_excl()

int open_excl ( char *  )

Definition at line 5 of file open_excl.c.

Here is the caller graph for this function:

◆ open_read()

int open_read ( char *  )

Definition at line 5 of file open_read.c.

Here is the caller graph for this function:

◆ open_trunc()

int open_trunc ( char *  )

Definition at line 5 of file open_trunc.c.

Here is the caller graph for this function:

◆ open_write()

int open_write ( char *  )

Definition at line 5 of file open_write.c.

Here is the caller graph for this function: