Dillo v3.1.1-98-g318d1f14
|
Go to the source code of this file.
Functions | |
void | errmsg (char *caller, char *called, int errornum, char *file, int line) |
ssize_t | ckd_write (int fd, char *msg, char *file, int line) |
ssize_t | ckd_close (int fd, char *file, int line) |
ssize_t ckd_close | ( | int | fd, |
char * | file, | ||
int | line | ||
) |
Provides an error checked close() call. Call this via the CKD_CLOSE macro
Definition at line 50 of file dpid_common.c.
ssize_t ckd_write | ( | int | fd, |
char * | msg, | ||
char * | file, | ||
int | line | ||
) |
Provides an error checked write command. Call this via the CKD_WRITE macro
Definition at line 32 of file dpid_common.c.
void errmsg | ( | char * | caller, |
char * | called, | ||
int | errornum, | ||
char * | file, | ||
int | line | ||
) |
Definition at line 20 of file dpid_common.c.
References dStrerror, and MSG_ERR.
Referenced by Tls_fatal_error_msg().