Lines Matching full:emalloc
289 #define EMALLOC(i, l) if ((env[(i)] = malloc((l))) == NULL) goto eexit;
295 EMALLOC(0, e);
298 EMALLOC(1, e);
303 EMALLOC(2, e);
305 EMALLOC(3, e);
309 EMALLOC(4, e);
311 EMALLOC(5, e);
313 EMALLOC(6, e);
315 EMALLOC(7, e);
322 EMALLOC(8, e);
382 EMALLOC(elen, e);
387 EMALLOC(elen, e);
399 EMALLOC(elen, pfx_len + (size_t)psl + 1);