| /src/external/gpl2/xcvs/dist/src/ |
| repos.c | 21 /* Determine the name of the RCS repository for directory DIR in the 51 * The assumption here is that the repository is always contained in the 52 * first line of the "Repository" file. 103 /* If this is a relative repository pathname, turn it into an absolute 118 error (1, 0, "invalid repository setting"); 124 error (1, 0, "invalid source repository"); 139 * Return a pointer to the repository name relative to CVSROOT from a 140 * possibly fully qualified repository 143 Short_Repository (const char *repository) 145 if (repository == NULL [all...] |
| lock.c | 23 the consequences of hacking CVS to read a repository without creating 85 const char *repository; member in struct:lock 98 * This will be LOCKDIRNAME catted onto REPOSITORY. We waste a little 133 repository field is NULL if there is no such lock. */ 158 * Find the root directory in the repository directory 161 find_root (const char *repository, char *rootdir) 169 len = strlen (repository); 172 len = p - repository; 177 if (stat(repository, &strep) == -1) { 190 } while ((p = strrchr (repository, '/')) != NULL) [all...] |
| edit.h | 20 extern void notify_check (const char *repository, const char *update_dir); 30 const char *repository);
|
| server.h | 84 * filename, with no directory). REPOSITORY is the directory for the 85 * repository. 88 const char *repository); 91 const char *repository, const char *newfile); 99 user version to repository version, SERVER_RCS_DIFF, yes, like 124 void server_set_entstat (const char *update_dir, const char *repository); 126 void server_clear_entstat (const char *update_dir, const char *repository); 129 void server_set_sticky (const char *update_dir, const char *repository, 133 void server_clear_template (const char *update_dir, const char *repository); 136 void server_template (const char *update_dir, const char *repository); [all...] |
| checkout.c | 15 * "checkout" creates a "version" of an RCS repository. This version is owned 25 * exist in the repository. 34 * in two files, Repository and Entries. The first contains the name of the 35 * repository. The second contains one line for each registered file, 38 * edited by the user, if necessary (when the repository is moved, e.g.) 278 error (1, 0, "Cannot check out files into the repository itself"); 535 /* What to put in CVS/Repository. */ 536 char *repository; member in struct:dir_to_build 549 build_one_dir (char *repository, char *dirpath, int sticky) 561 if (!isdir (repository)) 605 char *repository; local 1179 char *repository; local [all...] |
| update.h | 19 char *repository);
|
| annotate.c | 168 char *repository; local 173 repository = xmalloc (strlen (current_parsed_root->directory) + strlen (argv[0]) 175 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]); 190 (void) strcat (repository, "/"); 191 (void) strcat (repository, mfile); 198 path = Xasprintf ("%s/%s", repository, mfile); 201 /* directory means repository gets the dir tacked on */ 202 (void) strcpy (repository, path); 216 /* cd to the starting repository */ 217 if (CVS_CHDIR (repository) < 0 [all...] |
| recurse.c | 31 static char *repository = NULL; variable 46 char *repository; /* Keep track of repository for rtag */ member in struct:recursion_frame 105 * directory when we are called must be the repository and 106 * recursion proceeds according to what exists in the repository. 112 * repository which does not correspond to the working directory 119 * directory *or* it exists in the repository. If a directory 130 * keeps track of the repository string. This is only for the remote mode, 132 * to locate the repository. Things would break when xgetcwd() was used 133 * with a symlinked repository because xgetcwd() would return the true pat [all...] |
| add.c | 15 * Adds a file or directory to the RCS source repository. For a file, 17 * directory, and really added to the repository when it is committed. 19 * repository and a CVS directory is generated within the directory. 40 static int build_entry (const char *repository, const char *user, 59 char *repository; local 186 repository = Name_Repository (NULL, NULL); 187 send_a_repository ("", repository, ""); 188 free (repository); 229 /* find the repository associated with our current dir */ 230 repository = Name_Repository (NULL, update_dir) 768 const char *repository = finfo->repository; local [all...] |
| import.c | 14 * the CVS source repository. The CVS vendor branch support is utilized. 17 * repository Where the source belongs relative to the CVSROOT 54 static char *repository; variable 63 " [-W spec] repository vendor-tag release-tags...\n", 89 /* Force -X behaviour or not based on the CVS repository 210 error (1, 0, "directory %s not relative within the repository", 219 repository = Xasprintf ("%s/%s", current_parsed_root->directory, argv[0]); 260 current_parsed_root->isremote ? NULL : repository, 306 client_import_setup (repository); 311 free (repository); [all...] |
| tag.c | 306 /* XXX last arg should be repository, but doesn't make sense here */ 321 /* XXX last arg should be repository, but doesn't make sense here */ 353 posttag_proc (const char *repository, const char *filter, void *closure) 356 const char *srepos = Short_Repository (repository); 415 tag_filesdoneproc (void *callerdat, int err, const char *repository, 422 TRACE (TRACE_FUNCTION, "tag_filesdoneproc (%d, %s, %s)", err, repository, 438 Parse_Info (CVSROOTADM_POSTTAG, repository, posttag_proc, 459 char *repository; local 484 repository = xmalloc (strlen (current_parsed_root->directory) 488 (void) sprintf (repository, "%s/%s", current_parsed_root->directory [all...] |
| create_adm.c | 15 * Creates a CVS administration directory based on the argument repository; the 34 Create_Admin (const char *dir, const char *update_dir, const char *repository, 44 dir, update_dir, repository, tag ? tag : "", 103 reposcopy = xstrdup (repository); 106 /* The top level of the repository is a special case -- we need to 121 * If the Repository file is to hold a relative path, try to strip off 168 WriteTag (dir, tag, date, nonbranch, update_dir, repository);
|
| logmsg.c | 22 static int logfile_write (const char *repository, const char *filter, 25 static int rcsinfo_proc (const char *repository, const char *template, 27 static int update_logfile_proc (const char *repository, const char *filter, 30 static int verifymsg_proc (const char *repository, const char *script, 187 * If REPOSITORY is non-NULL, process rcsinfo for that repository; if it 188 * is NULL, use the CVSADM_TEMPLATE file instead. REPOSITORY should be 196 do_editor (const char *dir, char **messagep, const char *repository, 207 assert (!current_parsed_root->isremote != !repository); 232 if (repository != NULL [all...] |
| ls.c | 239 fails this: assert ( strstr ( repository, "/./" ) == NULL ); */ 570 char *repository; local 584 repository = xmalloc (strlen (current_parsed_root->directory) 588 (void)sprintf (repository, "%s/%s", current_parsed_root->directory, 609 (void)strcat (repository, "/"); 610 (void)strcat (repository, mfile); 617 path = Xasprintf ("%s/%s", repository, mfile); 620 /* directory means repository gets the dir tacked on */ 621 (void)strcpy (repository, path); 634 /* cd to the starting repository */ [all...] |
| patch.c | 280 char *repository; local 291 repository = xmalloc (strlen (current_parsed_root->directory) 294 (void)sprintf (repository, "%s/%s", 311 (void)strcat (repository, "/"); 312 (void)strcat (repository, mfile); 319 path = xmalloc (strlen (repository) + strlen (mfile) + 2); 320 (void)sprintf (path, "%s/%s", repository, mfile); 323 /* directory means repository gets the dir tacked on */ 324 (void)strcpy (repository, path); 338 /* cd to the starting repository */ [all...] |
| remove.c | 16 * the RCS repository upon the next "commit". 208 server_checked_in (finfo->file, finfo->update_dir, finfo->repository); 250 if (!access_allowed (finfo->file, finfo->repository, vers->tag, 7, 255 Short_Repository (finfo->repository)); 258 Short_Repository (finfo->repository), finfo->file); 275 server_checked_in (finfo->file, finfo->update_dir, finfo->repository);
|
| commit.c | 15 * "commit" commits the present version to the RCS repository, AFTER 36 static int checkaddfile (const char *file, const char *repository, 46 const char *repository, 52 const char *repository); 54 static int precommit_proc (const char *repository, const char *filter, 131 the repository (pointer into storage managed by the recursion 133 const char *repository; member in struct:find_data 143 find_dirent_proc (void *callerdat, const char *dir, const char *repository, 182 p->repos = xstrdup (find_data_static->repository); 191 find_filesdoneproc (void *callerdat, int err, const char *repository, [all...] |
| find_names.c | 16 * repository 21 * repository (and optionally the attic) 58 /* Find files in the repository and/or working directory. On error, 64 Find_Names (char *repository, int which, int aflag, List **optentries) 90 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT)) 92 /* search the repository */ 93 if (find_rcs (repository, files) != 0) 96 primary_root_inverse_translate (repository)); 103 char *dir = Xasprintf ("%s/%s", repository, CVSATTIC); 163 Find_Directories (char *repository, int which, List *entries [all...] |
| cvs.h | 119 #define CVSADM_REP getCVSDir("/Repository.") 136 #define CVSADM_REP getCVSDir("/Repository") 153 per-directory information in the repository. It must be the same as 166 * entire source repository beginning at $CVSROOT. 202 otherwise they go in the regular repository directories. The whole 265 #define CVSREADONLYFS_ENV "CVSREADONLYFS" /* repository is read-only */ 283 #define CVSUMASK_ENV "CVSUMASK" /* Effective umask for repository */ 286 * If the beginning of the Repository matches the following string, strip it 350 #define W_REPOS 0x02 /* look for files in the repository */ 485 List *Find_Directories (char *repository, int which, List *entries) 555 const char *repository; member in struct:file_info [all...] |
| acl.c | 16 * directories, and files on branch/tag for remote cvs repository 151 const char *repository; local 158 repository = xstrdup ("ALL"); 161 if (strlen(repository = Short_Repository (repos)) == 0) 163 repository = xstrdup ("."); 169 strcmp (cache_repository, repository) == 0 && !founddeniedfile 175 cache_repository = xstrdup (repository); 179 iline = xstrdup(repository); 210 filefullname = Xasprintf("%s/%s", repository, file); 219 accessfp = open_accessfile ("r", repository, NULL) 866 char *repository; local [all...] |
| client.h | 111 * Send Repository, Modified and Entry. argc and argv contain only 206 void client_import_setup (char *repository); 209 char *repository, int all_files_binary, int modtime);
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| rcs-to-cvs.sh | 24 # The repository is the directory where the sources should be deposited. 27 # identical directory structure exists in the repository directory. It 41 usage="Usage: rcs-to-cvs [-v] [-m message] [-f message_file] repository" 78 repository=$1 97 update_dir=${CVSROOT}/${repository} 115 echo "Updating ${repository}/${name}" 119 echo "WARNING: Creating new directory ${repository}/${name}" 132 $0 -v -f $message_file "${repository}/${name}" 134 $0 -f $message_file "${repository}/${name}" 163 if [ ! -f "$file" ]; then # If not exists in repository [all...] |
| rcs2log.sh | 17 # Generate a change log prefix from RCS files (perhaps in the CVS repository) 261 # If CVS is in use, examine its repository, not the normal RCS files. 262 if test ! -f CVS/Repository 265 repository= 268 repository=`sed 1q <CVS/Repository` || exit 275 # remote repository 276 pository=`expr "X$repository" : '.*:\(/.*\)'`;; 278 # local repository 279 case $repository i [all...] |
| /src/external/bsd/unbound/dist/contrib/android/ |
| install_ndk.sh | 19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip; 26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip;
|
| /src/external/apache2/llvm/dist/llvm/utils/docker/ |
| build_docker_image.sh | 27 -d|--docker-repository docker repository for the image 51 Required options: --source and --docker-repository, at least one 92 -d|--docker-repository) 165 echo "Required argument missing: --docker-repository"
|