Lines Matching refs:emalloc
90 ret = emalloc((nwords+1) * sizeof(char *)); in words()
146 out = emalloc(sizeof(*out)); in string_zero()
157 out = emalloc(sizeof(*out)); in string_new()
159 out->text = emalloc(out->length + 1); in string_new()
195 sum = emalloc(sizeof(*sum)); in string_add()
197 sum->text = emalloc(sum->length + 1); in string_add()
234 ret = emalloc(sizeof(*ret)); in string_fromint()
257 b = emalloc(sizeof(*b)); in bits_new()
259 b->text = emalloc(BITS2BYTES(b->length)); in bits_new()
324 b = emalloc(sizeof(*b)); in bits_xor()
359 tmp = emalloc(len); in bits_decode()
408 tmp = emalloc(len); in bits_encode()
409 out = emalloc(len * 2); in bits_encode()
441 bits = emalloc(sizeof(*bits)); in bits_fget()
443 bits->text = emalloc(BITS2BYTES(bits->length)); in bits_fget()