Lines Matching refs:text
798 static char *text; variable
815 text = malloc(START_STRSIZE); in new_string()
818 *text = 0; in new_string()
827 text = realloc(text, new_size); in append_string()
830 memcpy(text + text_size, str, size); in append_string()
832 text[text_size] = 0; in append_string()
837 text = malloc(size + 1); in alloc_string()
838 memcpy(text, str, size); in alloc_string()
839 text[size] = 0; in alloc_string()
1112 zconflval.string = text;
1184 zconflval.string = text;
1215 zconflval.string = text;
1233 zconflval.string = text;
1248 zconflval.string = text;
2325 zconflval.string = text; in zconf_endhelp()