Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duser.c70 static int switch_user_env(uid_t uid, gid_t gid, char *name, char *home, int fb_mode);
504 if (switch_user_env(uid, gid, name, home, 0)) { in lurk()
690 rc = switch_user_env(uid, gid, name, home, 0); in try_user_and_display()
748 int rc = switch_user_env(uid, gid, name, home, fb_mode); in switch_user()
758 static int switch_user_env(uid_t uid, gid_t gid, char *name, char *home, int fb_mode) { in switch_user_env() function