Home | History | Annotate | Download | only in libipsec

Lines Matching full:calloc

54 #define CALLOC(size, cast) (cast)calloc(1, (size))
428 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
609 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1176 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1339 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1530 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1612 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1689 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1747 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1861 if ((newmsg = CALLOC((size_t)reallen, struct sadb_msg *)) == 0) {