Searched refs:keep_unixpw_pass (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | unixpw.h | 61 extern char *keep_unixpw_pass;
|
D | unixpw.c | 122 char *keep_unixpw_pass = NULL; variable 1618 keep_unixpw_pass = strdup(pass); 1708 if (keep_unixpw_pass) { 1709 strzero(keep_unixpw_pass); 1710 free(keep_unixpw_pass); 1711 keep_unixpw_pass = NULL; 1810 keep_unixpw_pass = strdup("");
|
D | user.c | 2562 } else if (keep_unixpw_user && keep_unixpw_pass) { in do_run_cmd() 2566 keep_unixpw_pass, cmd, line, &n); in do_run_cmd() 2569 keep_unixpw_pass, cmd, line, &n, nodisp); in do_run_cmd() 2595 keep_unixpw_pass, create_cmd, line, &n); in do_run_cmd() 2601 keep_unixpw_pass, create_cmd, line, &n, nodisp); in do_run_cmd() 2868 if (keep_unixpw_user && keep_unixpw_pass) { in do_run_cmd() 2870 strzero(keep_unixpw_pass); in do_run_cmd()
|