Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:tstr

529 	char *tstr = NULL, **users = NULL;
537 tstr = strdup(q+1);
538 users = user_list(tstr);
547 if (tstr) {
548 free(tstr);
557 char *p, *tstr = NULL, *allowed = NULL, *logins, **users = NULL;
581 tstr = strdup(allowed);
582 users = user_list(tstr);
639 if (tstr) {
640 free(tstr);