Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:rc

825 	int i, len, rc;
870 rc = run_user_command(unixpw_cmd, unixpw_client, "cmd_verify",
892 if (rc == 0) {
901 int i, len, rc;
941 rc = run_user_command(unixpw_cmd, unixpw_client, "cmd_verify",
949 if (rc == 0) {
1667 int x, y, i, rc, nmax = 100;
1741 rc = snprintf(keystr, 100, "%s", str);
1742 if (rc < 1 || rc > 90) {