Searched refs:gupdate_dir (Results 1 – 1 of 1) sorted by relevance
1158 static char *gupdate_dir; variable1211 if (gupdate_dir != NULL) in dirswitch()1212 free (gupdate_dir); in dirswitch()1215 gupdate_dir = xstrdup (""); in dirswitch()1217 gupdate_dir = xstrdup (dir); in dirswitch()2796 new->update_dir = xmalloc (strlen (gupdate_dir) + 1); in serve_notify()2807 strcpy (new->update_dir, gupdate_dir); in serve_notify()