s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
error.h
Go to the documentation of this file.
1
#ifndef ERROR_H
2
#define ERROR_H
3
4
extern
int
errno
;
5
6
extern
int
error_intr
;
/* 1 */
7
extern
int
error_nomem
;
/* 2 */
8
extern
int
error_noent
;
/* 3 */
9
extern
int
error_txtbsy
;
/* 4 */
10
extern
int
error_io
;
/* 5 */
11
extern
int
error_exist
;
/* 6 */
12
extern
int
error_timeout
;
/* 7 */
13
extern
int
error_inprogress
;
/* 8 */
14
extern
int
error_wouldblock
;
/* 9 */
15
extern
int
error_again
;
/* 10 */
16
extern
int
error_pipe
;
/* 11 */
17
extern
int
error_perm
;
/* 12 */
18
extern
int
error_acces
;
/* 13 */
19
extern
int
error_nodevice
;
/* 14 */
20
extern
int
error_proto
;
/* 15 */
21
extern
int
error_isdir
;
/* 16 */
22
extern
int
error_connrefused
;
/* 17 */
23
24
char
*
error_str
();
25
int
error_temp
();
26
27
#endif
error_exist
int error_exist
Definition:
error.c:41
error_inprogress
int error_inprogress
Definition:
error.c:55
error_again
int error_again
Definition:
error.c:69
error_noent
int error_noent
Definition:
error.c:20
error_connrefused
int error_connrefused
Definition:
error.c:118
error_acces
int error_acces
Definition:
error.c:90
errno
int errno
error_temp
int error_temp()
error_isdir
int error_isdir
Definition:
error.c:111
error_nodevice
int error_nodevice
Definition:
error.c:97
error_wouldblock
int error_wouldblock
Definition:
error.c:62
error_perm
int error_perm
Definition:
error.c:83
error_nomem
int error_nomem
Definition:
error.c:13
error_intr
int error_intr
Definition:
error.c:6
error_str
char * error_str()
error_txtbsy
int error_txtbsy
Definition:
error.c:27
error_timeout
int error_timeout
Definition:
error.c:48
error_pipe
int error_pipe
Definition:
error.c:76
error_proto
int error_proto
Definition:
error.c:104
error_io
int error_io
Definition:
error.c:34
Generated on Sat Jan 12 2019 23:42:27 for s/qmail by
1.8.13