Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:pstr

4224 	static char *pstr = NULL;
4231 if (!pstr) {
4232 pstr = (char *)malloc(len);
4235 free(pstr);
4237 pstr = (char *)malloc(len);
4239 strcpy(pstr, str);
4240 strcat(pstr, "\n");
4244 fprintf(icon_mode_fh, "%s", pstr);
4250 char *buf = pstr;
4256 len = strlen(pstr);