Searched refs:dir_where_cvsadm_lives (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/cvs/src/ |
| D | server.c | 351 char *dir_where_cvsadm_lives, *dir_to_register, *p, *tmp; local 363 dir_where_cvsadm_lives = xmalloc (strlen (base_dir) + strlen (dir) + 100); 364 if (dir_where_cvsadm_lives == NULL) 376 free (dir_where_cvsadm_lives); 391 strcpy (dir_where_cvsadm_lives, base_dir); 392 strcat (dir_where_cvsadm_lives, "/"); 393 strcat (dir_where_cvsadm_lives, p); 399 (void) sprintf (tmp, "%s/%s", dir_where_cvsadm_lives, CVSADM); 407 (void) sprintf (tmp, "%s/%s", dir_where_cvsadm_lives, CVSADM_REP); 472 (void) sprintf (tmp, "%s/%s", dir_where_cvsadm_lives, CVSADM_ENT); [all …]
|