| /src/external/gpl2/xcvs/dist/src/ |
| add.c | 203 char *update_dir; local 205 with p and/or update_dir. */ 218 update_dir = ""; 223 update_dir = filedir; 224 if (CVS_CHDIR (update_dir) < 0) 226 "could not chdir to `%s'", update_dir); 230 repository = Name_Repository (NULL, update_dir); 253 send_a_repository ("", repository, update_dir); 271 Subdir_Register (NULL, update_dir, p); 309 finfo.update_dir = "" [all...] |
| recurse.c | 30 static char *update_dir; variable 235 update_dir = xstrdup (""); 237 update_dir = xstrdup (update_preload); 267 cvsroot_t *root = Name_Root (NULL, update_dir); 305 if (update_dir[0] == '\0') 308 error (0, 0, "in directory %s:", update_dir); 411 tmp_update_dir = xmalloc (strlen (update_dir) 414 strcpy (tmp_update_dir, update_dir); 463 free (update_dir); 464 update_dir = NULL [all...] |
| cvs.h | 487 List *Entries_Open (int aflag, char *update_dir); 502 char *Name_Repository (const char *dir, const char *update_dir); 546 const char *update_dir; member in struct:file_info 548 /* update_dir and file put together, with a slash between them as 578 int Create_Admin (const char *dir, const char *update_dir, 608 int nonbranch, const char *update_dir, const char *repository); 609 void WriteTemplate (const char *update_dir, int dotemplate, 669 const char *repository, const char *update_dir, 672 const char *repos, const char *update_dir, 675 const char *update_dir, List *entries) [all...] |
| client.c | 2330 send_repository (const char *dir, const char *repos, const char *update_dir) 2355 if (!update_dir || update_dir[0] == '\0') 2356 update_dir = "."; 2359 && last_update_dir && !strcmp (update_dir, last_update_dir)) 2364 add_prune_candidate (update_dir); 2368 if (update_dir && *update_dir != '\0' && strcmp (update_dir, ".") 2369 && !findnode (dirs_sent_to_server, update_dir)) 2476 char *update_dir = xstrdup (update_dir_in); local 5002 char *update_dir; local [all...] |
| server.c | 2729 char *update_dir; member in struct:notify_note 2793 new->update_dir = xmalloc (strlen (gupdate_dir) + 1); 2795 if (new->dir == NULL || new->update_dir == NULL || new->filename == NULL) 2804 strcpy (new->update_dir, gupdate_dir); 2888 free (new->update_dir); 2941 notify_list->update_dir, getcaller(), notify_list->val, 3263 char *update_dir; local 3266 update_dir = gDirname + strlen (server_temp_dir) + 1; 3267 if (!(update_dir[0] == '.' && update_dir[1] == '\0') 5387 const char *update_dir; member in struct:template_proc_data [all...] |