Home
last modified time | relevance | path

Searched refs:safe_result (Results 1 – 1 of 1) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dformat-c.c72 struct spec *safe_result = XMALLOC (struct spec); in format_parse() local
73 *safe_result = *result; in format_parse()
74 result = safe_result; in format_parse()