| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| mingw.py | 47 'repository.txt', 49 'repository.txt' 55 def repository(urls = urls, log = EmptyLogger()): function 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 179 # Get the repository if we don't have all the information 181 versions = repository(log = log)
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| mingw.py | 47 'repository.txt', 49 'repository.txt' 55 def repository(urls = urls, log = EmptyLogger()): function 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 179 # Get the repository if we don't have all the information 181 versions = repository(log = log)
|
| /src/external/gpl2/xcvs/dist/src/ |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| log.c | 127 const char *repository, const char *update_dir, 481 char *repository = NULL; local 486 repository = xmalloc (strlen (current_parsed_root->directory) 489 (void)sprintf (repository, "%s/%s", 510 (void)strcat (repository, "/"); 511 (void)strcat (repository, mfile); 518 path = Xasprintf ("%s/%s", repository, mfile); 521 /* directory means repository gets the dir tacked on */ 522 (void)strcpy (repository, path); 536 /* cd to the starting repository */ [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...] |
| client.c | 458 * The Repository for the top level of this command (not necessarily 712 * repository and the filename. The parameters we pass to FUNC are: 740 * know what to put in CVS/Repository files. I'm not sure the 748 * foo/bar/CVSROOT/CVS/Repository is not a subdirectory of 749 * foo/bar/CVS/Repository. 855 CVS/Repository is almost surely unsuited to 906 repository: 908 1) create foo, point CVS/Repository to <root>/foo 921 don't keep picking apart the repository directory name. */ 933 /* This just means that the repository string ha 1241 char *repository; member in struct:__anon9619 [all...] |
| server.c | 580 * current_parsed_root The current repository. 1303 of the Repository file, so we do the same. */ 1371 "E Repository request is obsolete; aborted"); 2356 prepost_proxy_proc (const char *repository, const char *filter, void *closure) 2363 * %r = repository 2365 TRACE (TRACE_FUNCTION, "prepost_proxy_proc (%s, %s, %s)", repository, 3317 /* This command has the potential to modify the repository, so 3597 "\" requires write access to the repository\n\ 4320 output_dir (const char *update_dir, const char *repository) 4323 const char *short_repos = Short_Repository (repository); 5388 const char *repository; member in struct:template_proc_data 7150 char *repository = NULL; local [all...] |