Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c1148 static char *gupdate_dir; variable
1201 if (gupdate_dir != NULL) in dirswitch()
1202 free (gupdate_dir); in dirswitch()
1205 gupdate_dir = xstrdup (""); in dirswitch()
1207 gupdate_dir = xstrdup (dir); in dirswitch()
2784 new->update_dir = xmalloc (strlen (gupdate_dir) + 1); in serve_notify()
2795 strcpy (new->update_dir, gupdate_dir); in serve_notify()