Searched refs:current_parsed_root (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/cvs/src/
H A Dversion.c60 if (current_parsed_root && current_parsed_root->isremote)
70 if (current_parsed_root && current_parsed_root->isremote)
H A Drepos.c118 if (current_parsed_root == NULL)
131 newrepos = xmalloc (strlen (current_parsed_root->directory)
133 sprintf (newrepos, "%s/%s", current_parsed_root->directory, repos);
158 if (strncmp (current_parsed_root->directory, repository,
159 strlen (current_parsed_root->directory)) == 0)
161 const char *rep = repository + strlen (current_parsed_root->directory);
H A Dlogin.c530 if (current_parsed_root->method != pserver_method)
533 error (1, 0, "CVSROOT: %s", current_parsed_root->original);
536 cvsroot_canonical = normalize_cvsroot(current_parsed_root);
540 if (current_parsed_root->password)
542 typed_password = scramble (current_parsed_root->password);
564 connect_to_pserver (current_parsed_root, NULL, NULL, 1, 0);
566 password_entry_operation (password_entry_add, current_parsed_root,
606 if (current_parsed_root->password)
607 return scramble (current_parsed_root->password);
629 if (current_parsed_root
[all...]
H A Drelease.c136 + strlen (current_parsed_root->original)
146 current_parsed_root->original);
150 if (current_parsed_root->isremote)
258 && !(current_parsed_root->isremote
275 if (current_parsed_root->isremote)
299 if (current_parsed_root->isremote)
319 if (current_parsed_root->isremote)
H A Dcreate_adm.c89 Create_Root (dir, current_parsed_root->original);
111 if (strcmp (reposcopy, current_parsed_root->directory) == 0)
124 char *path = xmalloc (strlen (current_parsed_root->directory) + 2);
126 (void) sprintf (path, "%s/", current_parsed_root->directory);
H A Dmain.c282 if (current_parsed_root == NULL && p->data != NULL)
284 current_parsed_root = p->data;
906 assert (current_parsed_root == NULL);
929 CLIENT_SERVER_STR, current_parsed_root->original);
934 if (!current_parsed_root->isremote)
939 path = xmalloc (strlen (current_parsed_root->directory)
941 sprintf (path, "%s/%s", current_parsed_root->directory,
962 + strlen (current_parsed_root->original)
965 current_parsed_root->original);
983 if (!server_active && !current_parsed_root
[all...]
H A Dcheckout.c280 if (current_parsed_root->isremote)
415 * current_parsed_root->directory
416 * current_parsed_root->isremote
444 if (current_parsed_root->isremote) return 1;
451 hardpath = xresolvepath ( current_parsed_root->directory );
637 repository = xmalloc (strlen (current_parsed_root->directory)
641 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]);
817 if (strncmp (repository, current_parsed_root->directory,
818 strlen (current_parsed_root->directory)) != 0)
821 repository, current_parsed_root
[all...]
H A Droot.c21 /* Printable names for things in the current_parsed_root->method enum variable.
277 cvsroot_t *current_parsed_root = NULL; variable
848 if ((current_parsed_root = parse_cvsroot (argv[1])) == NULL)
854 printf ("current_parsed_root->method: %s\n", method_names[current_parsed_root->method]);
855 printf ("current_parsed_root->username: %s\n",
856 current_parsed_root->username ? current_parsed_root->username : "NULL");
857 printf ("current_parsed_root->hostname: %s\n",
858 current_parsed_root
[all...]
H A Dfind_names.c326 && strncmp (dir, current_parsed_root->directory, strlen (current_parsed_root->directory)) == 0
327 && ISDIRSEP (dir[strlen (current_parsed_root->directory)])
328 && strcmp (dir + strlen (current_parsed_root->directory) + 1, CVSROOTADM) == 0)
H A Dmodules.c76 if (current_parsed_root == NULL)
81 mfile = xmalloc (strlen (current_parsed_root->directory)
84 (void) sprintf (mfile, "%s/%s/%s", current_parsed_root->directory,
243 file = xmalloc (strlen (current_parsed_root->directory)
245 (void) sprintf (file, "%s/%s", current_parsed_root->directory, mname);
246 attic_file = xmalloc (strlen (current_parsed_root->directory)
252 (void) sprintf (attic_file, "%s/%s/%s/%s%s", current_parsed_root->directory,
258 current_parsed_root->directory,
H A Dannotate.c100 if (current_parsed_root->isremote)
181 repository = xmalloc (strlen (current_parsed_root->directory) + strlen (argv[0])
183 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]);
H A Dignore.c72 if (!current_parsed_root->isremote)
74 char *file = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)
77 (void) sprintf (file, "%s/%s/%s", current_parsed_root->directory,
H A Dimport.c195 if (current_parsed_root == NULL)
201 repository = xmalloc (strlen (current_parsed_root->directory)
204 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]);
205 repos_len = strlen (current_parsed_root->directory);
243 if (current_parsed_root->isremote)
254 current_parsed_root->isremote ? (char *) NULL : repository,
273 if (current_parsed_root->isremote)
449 if (!current_parsed_root->isremote)
511 if (current_parsed_root->isremote)
534 if (!current_parsed_root
[all...]
H A Dparseinfo.c53 if (current_parsed_root == NULL)
61 infopath = xmalloc (strlen (current_parsed_root->directory)
65 (void) sprintf (infopath, "%s/%s/%s", current_parsed_root->directory,
232 (current_parsed_root->directory might not be set yet, so this
H A Dpatch.c201 if (current_parsed_root->isremote)
296 repository = xmalloc (strlen (current_parsed_root->directory)
300 current_parsed_root->directory, argv[0]);
676 assert (current_parsed_root != NULL);
677 assert (current_parsed_root->directory != NULL);
679 strippath = xmalloc (strlen (current_parsed_root->directory)
682 current_parsed_root->directory);
H A Drecurse.c197 && current_parsed_root->isremote)
202 if (strcmp (root->original, current_parsed_root->original))
247 else if (current_parsed_root->isremote && server_started)
338 !current_parsed_root->isremote)
409 from current_parsed_root->original. If we do, and two repositories
486 appropriate to current_parsed_root->original.
626 process_this_directory = !strcmp (current_parsed_root->original,
766 if (current_parsed_root->isremote)
1072 process_this_directory = !strcmp (current_parsed_root->original,
H A Dlock.c195 assert (current_parsed_root != NULL);
196 assert (current_parsed_root->directory != NULL);
197 assert (strncmp (repository, current_parsed_root->directory,
198 strlen (current_parsed_root->directory)) == 0);
199 short_repos = repository + strlen (current_parsed_root->directory) + 1;
201 if (strcmp (repository, current_parsed_root->directory) == 0)
H A Dmkmodules.c924 if (current_parsed_root->isremote)
934 root_dir = in_repository (current_parsed_root->directory);
936 if (root_dir && strcmp (root_dir, current_parsed_root->directory))
946 mkdir_if_needed (current_parsed_root->directory);
948 adm = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM) + 2);
949 sprintf (adm, "%s/%s", current_parsed_root->directory, CVSROOTADM);
H A Dwrapper.c96 if (!current_parsed_root->isremote)
100 file = xmalloc (strlen (current_parsed_root->directory)
105 (void) sprintf (file, "%s/%s/%s", current_parsed_root->directory, CVSROOTADM,
H A Dclient.c282 root_string && current_parsed_root
283 && (strcmp (root_string, current_parsed_root->original) != 0))
825 error (0, 0, "dying gasps from %s unexpected", current_parsed_root->hostname);
827 error (0, 0, "reading from %s: %s", current_parsed_root->hostname, SOCK_STRERROR (SOCK_ERRNO));
831 if (current_parsed_root->method != server_method)
847 if (current_parsed_root->method == server_method)
2453 if (strcmp (toplevel_repos, current_parsed_root->directory) != 0)
2934 current_parsed_root->directory, set toplevel_repos to
2935 current_parsed_root->directory. */
2939 /* TOPLEVEL_REPOS shouldn't be above current_parsed_root
[all...]
H A Dadd.c104 cvsroot_len = strlen (current_parsed_root->directory);
159 if (current_parsed_root->isremote)
239 if (strncmp (repository, current_parsed_root->directory, cvsroot_len) == 0
336 if (strncmp (repository, current_parsed_root->directory,
H A Dremove.c85 if (current_parsed_root->isremote) {
H A Dwatch.c313 if (current_parsed_root->isremote)
503 if (current_parsed_root->isremote)
H A Dhistory.c556 if (current_parsed_root->isremote)
689 fname = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)
691 (void) sprintf (fname, "%s/%s/%s", current_parsed_root->directory,
738 fname = xmalloc (strlen (current_parsed_root->directory)
741 (void) sprintf (fname, "%s/%s/%s", current_parsed_root->directory,
766 if (!history_lock (current_parsed_root->directory))
H A Dtag.c200 if (current_parsed_root->isremote)
311 repository = xmalloc (strlen (current_parsed_root->directory) + strlen (argv[0])
313 (void) sprintf (repository, "%s/%s", current_parsed_root->directory, argv[0]);
1195 valtags_filename = xmalloc (strlen (current_parsed_root->directory)
1198 sprintf (valtags_filename, "%s/%s/%s", current_parsed_root->directory,
1278 val_tags_lock (current_parsed_root->directory);

Completed in 98 milliseconds

12