Lines Matching refs:directory
315 newroot->directory = NULL; in new_cvsroot_t()
342 if (root->directory != NULL)
343 free (root->directory);
554 newroot->directory = xstrdup(cvsroot_copy);
605 if (!isabsolute (newroot->directory))
608 newroot->directory);
625 if (!isabsolute (newroot->directory))
628 newroot->directory);
685 if (*newroot->directory == '\0')
741 + strlen(root->directory) + 12);
743 username, hostname, port_s, root->directory);
762 newroot->directory = xstrdup(dir);
822 printf ("current_parsed_root->directory: %s\n", current_parsed_root->directory);