Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c1157 static char *gupdate_dir; variable
1210 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()
DChangeLog2355 * server.c (gupdate_dir): New global.