Home
last modified time | relevance | path

Searched refs:u_cnt (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dunixpw.c1669 static int u_cnt = 0, p_cnt = 0, t_cnt = 0, first = 1; local
1697 u_cnt = 0;
1836 if (in_login && keysym == XK_Escape && u_cnt == 0) {
1846 if (u_cnt > 0) {
1847 user[u_cnt-1] = '\0';
1848 u_cnt--;
1908 if (u_cnt == 0 && keysym == XK_Up) {
1919 user[u_cnt++] = user_r[i];
1946 if (u_cnt >= nmax - 1) {
1948 rfbLog("unixpw_deny: username too long: %d\n", u_cnt);
[all …]