ea_strdup
if ((item->ei_string = ea_strdup((char *)value)) == NULL) {
if ((f->ef_creator = ea_strdup(creator)) == NULL) {
ea_strdup(src->eo_item.ei_string);
ea_strdup(scratch_obj.eo_item.ei_string);
ea_strdup(scratch_obj.eo_item.ei_string);
extern char *ea_strdup(const char *);