HomeSort by: relevance | last modified time | path
    Searched refs:csalloc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
strings.c 113 csalloc(size_t number, size_t size) function in typeref:typename:PUBLIC void *
extern.h 277 void * csalloc(size_t, size_t);
cmd4.c 165 np = csalloc(1, sizeof(*np));
mime_decode.c 283 /* use csalloc in case someone adds a field someday! */
284 mp = csalloc(1, sizeof(*mp));
302 new_mip = csalloc(1, sizeof(*new_mip));
653 mip = csalloc(1, sizeof(*mip));
thread.c 686 marray = csalloc(mcount, sizeof(*marray));
951 marray = csalloc(mcount + 1, sizeof(*marray));
1638 marray = csalloc(mcount + 1, sizeof(*marray));
mime_attach.c 767 nap = csalloc(1, sizeof(*nap));

Completed in 54 milliseconds