Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxwrappers.c1292 static char *old_tmp = NULL; in xauth_raw() local
1300 if (old_tmp) { in xauth_raw()
1301 free(old_tmp); in xauth_raw()
1302 old_tmp = NULL; in xauth_raw()
1319 old_tmp = strdup(tmp); in xauth_raw()
1335 if (old_tmp) { in xauth_raw()
1336 unlink(old_tmp); in xauth_raw()
1337 free(old_tmp); in xauth_raw()
1338 old_tmp = NULL; in xauth_raw()