Lines Matching refs:MALLOC
499 if (!(linebuf = malloc(linebufsize))) {
503 if (!(klog_linebuf = malloc(linebufsize))) {
515 funix = malloc(sizeof(*funix) * funixsize);
1291 MALLOC(dst, dstsize);
2173 MALLOC(*line, msglen + tlsprefixlen + 1);
3109 if(!(sqentry = malloc(sizeof(*sqentry)))) {
3276 if(!(cred = malloc(sizeof(*cred)))) {
4111 if (!(hostname = malloc(len))) {
4292 p = malloc(sizeof(*p));
4581 MALLOC(newbuf->msg, len);
4682 while (!(qentry = malloc(sizeof(*qentry)))
4815 if (!(*mem = malloc(len))) {