Searched refs:gupdate_dir (Results 1 – 2 of 2) sorted by relevance
1157 static char *gupdate_dir; variable1210 if (gupdate_dir != NULL) in dirswitch()1211 free (gupdate_dir); in dirswitch()1214 gupdate_dir = xstrdup (""); in dirswitch()1216 gupdate_dir = xstrdup (dir); in dirswitch()2793 new->update_dir = xmalloc (strlen (gupdate_dir) + 1); in serve_notify()2804 strcpy (new->update_dir, gupdate_dir); in serve_notify()
2355 * server.c (gupdate_dir): New global.