Go to the source code of this file.
Functions | |
void * | xmalloc (int n) |
void * | xcalloc (long count, long nbytes) |
char * | xstrdup (const char *s) |
void * | xresize (void *p, long nbytes) |
Copied from the fetchmail code, extended and massaged a bit to suite the monit code and coding style.
Definition in file xmalloc.c.
|
|
|
Definition at line 52 of file xmalloc.c. References error(), prog, and STRERROR. Referenced by decode_base64(), encode_base64(), find_rcfile(), format(), get_basic_authentication_header(), get_ctime(), makeword(), out_print(), url_encode(), xresize(), and xstrdup(). |
|
Definition at line 110 of file xmalloc.c. |
|
Definition at line 98 of file xmalloc.c. References xmalloc(). Referenced by add_host_allow(), get_basic_authentication_header(), get_header(), get_headers(), get_md5sum(), get_parameter(), get_process_uptime(), get_RFC1123date(), get_status_string(), get_uptime(), init_files(), set_header(), and set_status(). |