ucspi-ssl  0.99e
TLS encryption for IPv6 communication
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 (const char *)
 
int open_excl (const char *)
 
int open_append (const char *)
 
int open_trunc (const char *)
 
int open_write (const char *)
 

Function Documentation

◆ open_append()

int open_append ( const char *  )

Definition at line 7 of file open_append.c.

Here is the caller graph for this function:

◆ open_excl()

int open_excl ( const char *  )

◆ open_read()

int open_read ( const char *  )

Definition at line 7 of file open_read.c.

Here is the caller graph for this function:

◆ open_trunc()

int open_trunc ( const char *  )

Definition at line 7 of file open_trunc.c.

◆ open_write()

int open_write ( const char *  )