Lines Matching refs:text
813 static char *text; variable
830 text = xmalloc(START_STRSIZE); in new_string()
833 *text = 0; in new_string()
842 text = realloc(text, new_size); in append_string()
845 memcpy(text + text_size, str, size); in append_string()
847 text[text_size] = 0; in append_string()
852 text = xmalloc(size + 1); in alloc_string()
853 memcpy(text, str, size); in alloc_string()
854 text[size] = 0; in alloc_string()
1134 zconflval.string = text;
1218 zconflval.string = text;
1253 zconflval.string = text;
1271 zconflval.string = text;
1286 zconflval.string = text;
2363 zconflval.string = text; in zconf_endhelp()