Home | History | Annotate | Download | only in x11vnc

Lines Matching full:users_list_save

2373 static void do_try_switch(char *usslpeer, char *users_list_save) {
2388 } else if (users_list_save && keep_unixpw_user) {
2392 users_list = users_list_save;
2461 static int do_run_cmd(char *cmd, char *create_cmd, char *users_list_save, int created_disp, int db) {
2860 do_try_switch(usslpeer, users_list_save);
2926 char *users_list_save = NULL;
3114 users_list_save = users_list;
3128 if (!do_run_cmd(cmd, create_cmd, users_list_save, created_disp, db)) {