Lines Matching refs:text
788 static char *text; variable
805 text = xmalloc(START_STRSIZE); in new_string()
808 *text = 0; in new_string()
817 text = realloc(text, new_size); in append_string()
820 memcpy(text + text_size, str, size); in append_string()
822 text[text_size] = 0; in append_string()
827 text = xmalloc(size + 1); in alloc_string()
828 memcpy(text, str, size); in alloc_string()
829 text[size] = 0; in alloc_string()
1097 zconflval.string = text;
1169 zconflval.string = text;
1200 zconflval.string = text;
1218 zconflval.string = text;
1233 zconflval.string = text;
2310 zconflval.string = text; in zconf_endhelp()