Home
last modified time | relevance | path

Searched refs:this_root (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drecurse.c586 char *this_root = Name_Root ((char *) NULL, update_dir); local
587 if (this_root != NULL)
589 if (findnode (root_directories, this_root) == NULL)
595 n->key = xstrdup (this_root);
598 error (1, 0, "cannot add new CVSROOT %s", this_root);
603 (strcmp (current_parsed_root->original, this_root) == 0);
605 free (this_root);
1012 char *this_root = Name_Root (dir, update_dir); local
1013 if (this_root != NULL)
1015 if (findnode (root_directories, this_root) == NULL)
[all …]
H A Dclient.c215 char *t, *this_root; local
244 this_root = Name_Root (arg, (char *) NULL);
251 this_root = Name_Root ((char *) NULL, (char *) NULL);
262 if (this_root && current_parsed_root
263 && (strcmp (this_root, current_parsed_root->original) != 0))
266 free (this_root);
270 free (this_root);