Home
last modified time | relevance | path

Searched refs:Name_Root (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drecurse.c162 char *root = Name_Root (NULL, update_dir);
586 char *this_root = Name_Root ((char *) NULL, update_dir);
1012 char *this_root = Name_Root (dir, update_dir);
H A Droot.c25 Name_Root (dir, update_dir) in Name_Root() function
H A Dmain.c834 CVSADM_Root = Name_Root((char *) NULL, (char *) NULL);
H A Dcvs.h470 char *Name_Root PROTO((char *dir, char *update_dir));
H A DChangeLog-9194155 * root.c (Name_Root): remove unused variables has_cvsadm and path
H A Dclient.c244 this_root = Name_Root (arg, (char *) NULL);
251 this_root = Name_Root ((char *) NULL, (char *) NULL);
H A DChangeLog-93951531 * root.c (Name_Root): Same.
2481 * root.c (Name_Root): merge identical adjacent conditionals.
3488 command is "server", don't call Name_Root, don't check access to
3653 * root.c (Name_Root): Make error messages which happen if root is
H A DChangeLog-96439 * root.c (Name_Root): Use isabsolute to test whether a pathname is
3107 * root.c (Name_Root): remove error message that reports missing
H A DChangeLog3133 * main.c (main): Don't call Name_Root if -d specified.