Searched refs:CALLOC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey.c48 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
392 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
593 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1188 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1308 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1387 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1464 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1522 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1618 if ((newmsg = CALLOC(reallen, struct sadb_msg *)) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c137 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
1691 CALLOC(d->follows, position_set, d->tindex);
2288 CALLOC(d->realtrans, int *, d->tralloc + 1);
2290 CALLOC(d->fails, int *, d->tralloc);

Completed in 172 milliseconds