Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:MAXN

338 	char host[MAXN];
340 if (gethostname(host, MAXN) == 0) {
341 host[MAXN-1] = '\0';
711 static char title[(MAXN+10)];
724 if (strlen(u) > MAXN/4) {
733 strncat(title, th, MAXN - strlen(title));
748 strncpy(title, th, MAXN - strlen(title));
751 strncat(title, display, MAXN - strlen(title));
763 strncat(title, " ", MAXN - strlen(title));
765 strncat(title, name, MAXN - strlen(title));
779 strncat(title, tmp, MAXN - strlen(title));