Lines Matching full:realloc
520 *tok = realloc(*tok, tok_size + BUFSIZ);
553 *tok = realloc(*tok, tok_size + BUFSIZ);
572 *tok = realloc(*tok, tok_size + i);
824 field->type = realloc(field->type,
863 brackets = realloc(brackets,
879 brackets = realloc(brackets, strlen(brackets) + 2);
890 field->type = realloc(field->type,
901 field->type = realloc(field->type,
1256 left->atom.atom = realloc(left->atom.atom,
1714 atom = realloc(atom, strlen(atom) + strlen(token) + 2);