Home | History | Annotate | Download | only in src

Lines Matching full:new_string

2010 	char *new_string;
2015 new_string = strdup(value);
2016 if (!new_string)
2019 new_string = NULL;
2022 config->u.string = new_string;