Searched refs:new_string (Results 1 – 1 of 1) sorted by relevance
270 const char *new_string; in init() local272 new_string = __strndup (cp, end - cp); in init()274 if (new_string != NULL in init()275 && (internal_addseverity (level, new_string) in init()277 free ((char *) new_string); in init()
Completed in 4 milliseconds