Searched refs:old_tmp (Results 1 – 1 of 1) sorted by relevance
1292 static char *old_tmp = NULL; in xauth_raw() local1300 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()