Searched refs:preload_update_dir (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dupdate.h20 char *xjoin_rev1, char *xjoin_rev2, char *preload_update_dir,
H A Dcheckout.c106 static char *preload_update_dir; variable
133 tag = date = join_rev1 = join_rev2 = preload_update_dir = NULL;
645 /* save the original value of preload_update_dir */
646 if (preload_update_dir != NULL)
647 oldupdate = xstrdup (preload_update_dir);
786 if (preload_update_dir != NULL)
788 preload_update_dir =
789 xrealloc (preload_update_dir,
790 strlen (preload_update_dir) + strlen (where) + 5);
791 strcat (preload_update_dir, "/");
[all...]
H A Dupdate.c445 xprune, xpipeout, which, xjoin_rev1, xjoin_rev2, preload_update_dir,
461 char *preload_update_dir;
511 preload_update_dir, 1, (char *) NULL);
527 preload_update_dir, 1, repository);

Completed in 76 milliseconds