Home
last modified time | relevance | path

Searched refs:csalloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dstrings.c113 csalloc(size_t number, size_t size) in csalloc() function
H A Dmime_decode.c284 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 Dextern.h277 void * csalloc(size_t, size_t);
H A Dcmd4.c165 np = csalloc(1, sizeof(*np)); in name_expand()
H A Dlist.c963 tmparray = csalloc((size_t)msgCount, sizeof(*tmparray)); in markall_core()
1242 markarray = csalloc((size_t)msgCount, sizeof(*markarray)); in markall()
H A Dthread.c686 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 Dmime_attach.c767 nap = csalloc(1, sizeof(*nap)); in attach_one_file()