| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | checkout.c | 440 char *repository; member 457 build_one_dir (repository, dirpath, sticky) in build_one_dir() argument 458 char *repository; in build_one_dir() 472 if (!isdir (repository)) 473 error (1, 0, "there is no repository %s", repository); 475 if (Create_Admin (".", dirpath, repository, 495 server_set_entstat (dirpath, repository); 522 char *repository; local 539 repository = xmalloc (strlen (current_parsed_root->directory) 543 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]); [all …]
|
| D | lock.c | 85 char *repository; member 94 static int readers_exist PROTO((char *repository)); 102 static void lock_wait PROTO((char *repository)); 103 static void lock_obtained PROTO((char *repository)); 141 static char *lock_name PROTO ((char *repository, char *name)); 150 lock_name (repository, name) in lock_name() argument 151 char *repository; in lock_name() 165 retval = xmalloc (strlen (repository) + strlen (name) + 10); 166 (void) sprintf (retval, "%s/%s", repository, name); 177 assert (strncmp (repository, current_parsed_root->directory, [all …]
|
| D | repos.c | 142 Short_Repository (repository) in Short_Repository() argument 143 char *repository; in Short_Repository() 145 if (repository == NULL) 150 if (strncmp (current_parsed_root->directory, repository, 153 char *rep = repository + strlen (current_parsed_root->directory); 157 return (repository); 190 Sanitize_Repository_Name (repository) in Sanitize_Repository_Name() argument 191 char *repository; in Sanitize_Repository_Name() 195 assert (repository != NULL); 197 strip_trailing_slashes (repository); [all …]
|
| D | add.c | 32 static int build_entry PROTO((char *repository, char *user, char *options, 51 char *repository; local 177 repository = Name_Repository (NULL, NULL); 178 send_a_repository ("", repository, ""); 179 free (repository); 228 repository = Name_Repository (NULL, update_dir); 231 if (strncmp (repository, current_parsed_root->directory, cvsroot_len) == 0 232 && ISDIRSEP (repository[cvsroot_len]) 233 && strncmp (repository + cvsroot_len + 1, 236 && ISDIRSEP (repository[cvsroot_len + sizeof CVSROOTADM]) [all …]
|
| D | annotate.c | 163 char *repository; local 168 repository = xmalloc (strlen (current_parsed_root->directory) + strlen (argv[0]) 170 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]); 185 (void) strcat (repository, "/"); 186 (void) strcat (repository, mfile); 193 path = xmalloc (strlen (repository) + strlen (mfile) + 5); 194 (void) sprintf (path, "%s/%s", repository, mfile); 198 (void) strcpy (repository, path); 213 if ( CVS_CHDIR (repository) < 0) 215 error (0, errno, "cannot chdir to %s", repository); [all …]
|
| D | logmsg.c | 14 static int logfile_write PROTO((char *repository, char *filter, 16 static int rcsinfo_proc PROTO((char *repository, char *template)); 18 static int update_logfile_proc PROTO((char *repository, char *filter)); 20 static int editinfo_proc PROTO((char *repository, char *template)); 21 static int verifymsg_proc PROTO((char *repository, char *script)); 172 do_editor (dir, messagep, repository, changes) in do_editor() argument 175 char *repository; 213 if (repository != NULL) 215 (void) Parse_Info (CVSROOTADM_RCSINFO, repository, rcsinfo_proc, 1); 281 if (repository != NULL) [all …]
|
| D | commit.c | 31 static int checkaddfile PROTO((char *file, char *repository, char *tag, 41 char *repository, char *update_dir, 47 char *repository)); 49 static int precommit_proc PROTO((char *repository, char *filter)); 52 static void fixaddfile PROTO((char *file, char *repository)); 57 static char *locate_rcs PROTO((char *file, char *repository)); 127 char *repository; member 135 char *repository, char *update_dir, 139 find_dirent_proc (callerdat, dir, repository, update_dir, entries) in find_dirent_proc() argument 142 char *repository; [all …]
|
| D | import.c | 41 static char *repository; variable 180 repository = xmalloc (strlen (current_parsed_root->directory) 183 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]); 221 do_editor ((char *) NULL, &message, repository, 224 do_verify (message, repository); 267 client_import_setup (repository); 272 free (repository); 291 make_directories (repository); 381 Update_Logfile (repository, message, logfp, ulist); 394 free (repository); [all …]
|
| D | recurse.c | 23 static char *repository = NULL; variable 135 if (repository) 137 free (repository); 138 repository = (char *) NULL; 615 repository = Name_Repository ((char *) NULL, update_dir); 617 repository = NULL; 621 repository = xgetwd (); 622 if (repository == NULL) 625 srepository = repository; /* remember what to free */ 627 fileattr_startdir (repository); [all …]
|
| D | tag.c | 25 static int pretag_proc PROTO((char *repository, char *filter)); 291 char *repository; local 296 repository = xmalloc (strlen (current_parsed_root->directory) + strlen (argv[0]) 298 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]); 313 (void) strcat (repository, "/"); 314 (void) strcat (repository, mfile); 321 path = xmalloc (strlen (repository) + strlen (mfile) + 5); 322 (void) sprintf (path, "%s/%s", repository, mfile); 326 (void) strcpy (repository, path); 341 if ( CVS_CHDIR (repository) < 0) [all …]
|
| D | find_names.c | 59 Find_Names (repository, which, aflag, optentries) in Find_Names() argument 60 char *repository; in Find_Names() 89 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT)) 92 if (find_rcs (repository, files) != 0) 94 error (0, errno, "cannot open directory %s", repository); 102 dir = xmalloc (strlen (repository) + sizeof (CVSATTIC) + 10); 103 (void) sprintf (dir, "%s/%s", repository, CVSATTIC); 167 Find_Directories (repository, which, entries) in Find_Directories() argument 168 char *repository; in Find_Directories() 232 if ((which & W_REPOS) && repository) [all …]
|
| D | server.h | 65 PROTO((char *file, char *update_dir, char *repository)); 68 PROTO((char *file, char *update_dir, char *repository, char *newfile)); 103 extern void server_set_entstat PROTO((char *update_dir, char *repository)); 105 extern void server_clear_entstat PROTO((char *update_dir, char *repository)); 108 extern void server_set_sticky PROTO((char *update_dir, char *repository, 114 PROTO((char *file, char *update_dir, char *repository,
|
| D | create_adm.c | 25 Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn, in Create_Admin() argument 29 char *repository; 45 dir, update_dir, repository, tag ? tag : "", 100 reposcopy = xstrdup (repository); 169 WriteTag (dir, tag, date, nonbranch, update_dir, repository); 174 server_template (update_dir, repository);
|
| D | cvs.h | 453 List *Find_Directories PROTO((char *repository, int which, List *entries)); 467 char *Short_Repository PROTO((char *repository)); 468 void Sanitize_Repository_Name PROTO((char *repository)); 492 typedef int (*CALLPROC) PROTO((char *repository, char *value)); 493 int Parse_Info PROTO((char *infofile, char *repository, CALLPROC callproc, int all)); 523 char *repository, char *tag, char *date, 546 char *update_dir, char *repository)); 592 List *Find_Names PROTO((char *repository, int which, int aflag, 596 void Update_Logfile PROTO((char *repository, char *xmessage, FILE * xlogfp, 599 char *repository, List * changes)); [all …]
|
| D | release.c | 70 char *repository; local 171 repository = Name_Repository ((char *) NULL, (char *) NULL); 205 free (repository); 220 free (repository); 258 free (repository);
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | PackageLocation.pm | 27 sub new($class, $repository, $name) 30 repository => $repository, 31 name => $repository->canonicalize($name) 38 $self->{repository}->decorate($plist, $self); 43 return $self->{repository}->url($self->name); 62 my $state = $self->{repository}{state}; 63 my $info = $self->{repository}->get_cached_info($name); 91 my $fh = $self->{repository}->open($self); 93 $self->{repository}->parse_problems($self->{errors}, undef, 99 my $archive = OpenBSD::Ustar->new($fh, $self->{repository}{state}); [all …]
|
| D | PackageLocator.pm | 88 my ($repository, $pkgname) = $self->path_parse($url, $state); 89 $package = $repository->find($pkgname); 91 $self->default_path($state)->add($repository); 103 my ($repository, $pkgname) = $self->path_parse($url, $state); 104 $plist = $repository->grabPlist($pkgname, $code); 106 $self->default_path($state)->add($repository);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| D | repository.t | 12 # 1.4 repository upgrade 14 my $label = "(version 1.4) old repository winds up in 'url'"; 30 repository => 'http://example.com/', 39 repository => { 63 repository => { 75 repository => { 99 repository => { 111 repository => { 135 repository => { 147 repository => { [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | rcs-to-cvs.sh | 69 repository=$1 88 update_dir=${CVSROOT}/${repository} 106 echo "Updating ${repository}/${name}" 110 echo "WARNING: Creating new directory ${repository}/${name}" 123 $0 -v -f $message_file "${repository}/${name}" 125 $0 -f $message_file "${repository}/${name}" 156 echo "WARNING: Creating new file ${repository}/${name}" 172 echo "WARNING: IGNORED: ${repository}/Attic/${name}"
|
| D | rcs2log.sh | 216 repository= 219 repository=`sed 1q <CVS/Repository` || exit 227 case $repository in 229 *) repository=${CVSROOT?}/$repository 231 if test ! -d "$repository" 233 echo >&2 "$0: $repository: bad repository (see CVS/Repository)" 252 case $repository in 511 BEGIN { repository = "'"$repository"'" }
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | rrdp_notification.c | 55 struct rrdp_session *repository; member 378 new_notification_xml(XML_Parser p, struct rrdp_session *repository, in new_notification_xml() argument 387 nxml->repository = repository; in new_notification_xml() 390 nxml->min_serial = delta_parse(repository, 0, NULL); in new_notification_xml() 466 exp_serial = delta_parse(nxml->repository, exp_idx++, &exp_hash); in notification_check_deltas() 467 new_serial = nxml->repository->serial + 1; in notification_check_deltas() 472 exp_serial = delta_parse(nxml->repository, in notification_check_deltas() 487 exp_serial = delta_parse(nxml->repository, in notification_check_deltas() 516 if (nxml->repository->session_id == NULL || in notification_done() 517 strcmp(nxml->session_id, nxml->repository->session_id) != 0) in notification_done() [all …]
|
| /openbsd/src/regress/usr.sbin/rpki-client/ |
| D | test-rrdp.c | 74 struct rrdp_session repository; member 148 s->repository.session_id = session_id; in rrdp_new() 149 s->repository.serial = serial; in rrdp_new() 150 s->repository.last_mod = last_mod; in rrdp_new() 176 free(s->repository.last_mod); in rrdp_free() 177 free(s->repository.session_id); in rrdp_free() 286 &s->repository, s); in main() 306 &s->repository, &s->current, s->notifyuri); in main() 318 &s->repository, s); in main()
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | DEVEL-CVS | 10 with access to the CVS source repository co-ordinate changes, make 11 releases, and administer the repository. 13 Everyone who has been given checkin access to the repository for the 18 - administrivia regarding the CVS source repository and release 38 Policies regarding the CVS source repository: 40 By checking items into the repository, developers agree to permit 58 Checkout-only access to the CVS repository is available to all, on an
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/PackageRepository/ |
| D | Installed.pm | 51 sub get_cached_info($repository, $name) 53 if (defined $repository->{info_cache}) { 54 return $repository->{info_cache}->get_cached_info($name); 252 sub find($repository, $name) 259 $self = $repository->new_location($name); 270 sub grabPlist($repository, $name, $arch, @code)
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.info-1 | 151 Though the structure of your repository and modules file interact 161 everything else, you wind up requiring the entire repository to be 265 in a centralized "repository" (*note Repository::); this section 266 assumes that a repository is set up. 270 (Trivial Compiler), and the repository is set up so that there is a 315 `backend.c' in the repository and make it available to anyone else who 316 is using that same repository. 371 You have [1] altered files in this repository. 385 not be stored in the repository. *Note cvsignore::, for information 425 You have [0] altered files in this repository. [all …]
|