Searched refs:preload_update_dir (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | checkout.c | 97 static char *preload_update_dir = NULL; variable 548 if (preload_update_dir != NULL) 549 oldupdate = xstrdup (preload_update_dir); 688 if (preload_update_dir != NULL) 690 preload_update_dir = 691 xrealloc (preload_update_dir, 692 strlen (preload_update_dir) + strlen (where) + 5); 693 strcat (preload_update_dir, "/"); 694 strcat (preload_update_dir, where); 697 preload_update_dir = xstrdup (where); [all …]
|
H A D | update.h | 16 char *xjoin_rev1, char *xjoin_rev2, char *preload_update_dir,
|
H A D | update.c | 433 xprune, xpipeout, which, xjoin_rev1, xjoin_rev2, preload_update_dir, in do_update() argument 449 char *preload_update_dir; 498 preload_update_dir, 1); 514 preload_update_dir, 1);
|
H A D | ChangeLog-96 | 2609 pass preload_update_dir, not where, to Create_Admin. 2610 (checkout_proc): Pass preload_update_dir, not where, to
|