Searched refs:csalloc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | strings.c | 113 csalloc(size_t number, size_t size) in csalloc() function
|
H A D | mime_decode.c | 284 mp = csalloc(1, sizeof(*mp)); in salloc_message() 302 new_mip = csalloc(1, sizeof(*new_mip)); in insert_new_mip() 653 mip = csalloc(1, sizeof(*mip)); in mime_decode_open()
|
H A D | extern.h | 277 void * csalloc(size_t, size_t);
|
H A D | cmd4.c | 165 np = csalloc(1, sizeof(*np)); in name_expand()
|
H A D | list.c | 963 tmparray = csalloc((size_t)msgCount, sizeof(*tmparray)); in markall_core() 1242 markarray = csalloc((size_t)msgCount, sizeof(*markarray)); in markall()
|
H A D | thread.c | 686 marray = csalloc(mcount, sizeof(*marray)); in flattencmd_core() 951 marray = csalloc(mcount + 1, sizeof(*marray)); in thread_on_reference() 1638 marray = csalloc(mcount + 1, sizeof(*marray)); in thread_current_on()
|
H A D | mime_attach.c | 767 nap = csalloc(1, sizeof(*nap)); in attach_one_file()
|