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

Go to the source code of this file.

Functions

char * error_str ()
 
int error_temp ()
 

Variables

int errno
 
int error_intr
 
int error_nomem
 
int error_noent
 
int error_txtbsy
 
int error_io
 
int error_exist
 
int error_timeout
 
int error_inprogress
 
int error_wouldblock
 
int error_again
 
int error_pipe
 
int error_perm
 
int error_acces
 
int error_nodevice
 
int error_proto
 
int error_isdir
 
int error_connrefused
 

Function Documentation

◆ error_str()

char* error_str ( )
Here is the caller graph for this function:

◆ error_temp()

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

Variable Documentation

◆ errno

int errno

◆ error_acces

int error_acces

Definition at line 90 of file error.c.

◆ error_again

int error_again

Definition at line 69 of file error.c.

◆ error_connrefused

int error_connrefused

Definition at line 118 of file error.c.

◆ error_exist

int error_exist

Definition at line 41 of file error.c.

◆ error_inprogress

int error_inprogress

Definition at line 55 of file error.c.

◆ error_intr

int error_intr

Definition at line 6 of file error.c.

◆ error_io

int error_io

Definition at line 34 of file error.c.

◆ error_isdir

int error_isdir

Definition at line 111 of file error.c.

◆ error_nodevice

int error_nodevice

Definition at line 97 of file error.c.

◆ error_noent

int error_noent

Definition at line 20 of file error.c.

◆ error_nomem

int error_nomem

Definition at line 13 of file error.c.

◆ error_perm

int error_perm

Definition at line 83 of file error.c.

◆ error_pipe

int error_pipe

Definition at line 76 of file error.c.

◆ error_proto

int error_proto

Definition at line 104 of file error.c.

◆ error_timeout

int error_timeout

Definition at line 48 of file error.c.

◆ error_txtbsy

int error_txtbsy

Definition at line 27 of file error.c.

◆ error_wouldblock

int error_wouldblock

Definition at line 62 of file error.c.