Searched refs:cvsroot_t (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | root.h | 53 } cvsroot_t; typedef 55 extern cvsroot_t *current_parsed_root; 56 extern const cvsroot_t *original_parsed_root; 58 cvsroot_t *Name_Root (const char *dir, const char *update_dir); 59 cvsroot_t *parse_cvsroot (const char *root) 61 cvsroot_t *local_cvsroot (const char *dir)
|
| D | root.c | 33 cvsroot_t * 37 cvsroot_t *ret; in Name_Root() 355 cvsroot_t *current_parsed_root = NULL; 362 const cvsroot_t *original_parsed_root; 374 static cvsroot_t *new_cvsroot_t(void) 376 static cvsroot_t * 379 cvsroot_t *newroot; in new_cvsroot_t() 382 newroot = xmalloc(sizeof(cvsroot_t)); in new_cvsroot_t() 412 free_cvsroot_t (cvsroot_t *root) in free_cvsroot_t() 469 cvsroot_t * [all …]
|
| D | client.h | 26 void make_bufs_from_fds (int, int, int, cvsroot_t *, 66 void connect_to_pserver (cvsroot_t *, struct buffer **, struct buffer **, 97 open_connection_to_server (cvsroot_t *root, struct buffer **to_server_p,
|
| D | rsh-client.c | 44 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server() 133 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server()
|
| D | rsh-client.h | 17 void start_rsh_server (cvsroot_t *, struct buffer **, struct buffer **);
|
| D | kerberos4-client.h | 17 extern void start_kerberos4_server (cvsroot_t *root,
|
| D | gssapi-client.h | 54 int connect_to_gserver (cvsroot_t *, int, const char *);
|
| D | parseinfo.h | 52 cvsroot_t *PrimaryServer;
|
| D | login.c | 185 cvsroot_t *tmp_root; in password_entry_parseline() 283 password_entry_operation (password_entry_operation_t operation, cvsroot_t *root, char *newpassword) in password_entry_operation()
|
| D | server.h | 221 extern cvsroot_t *referrer;
|
| D | kerberos4-client.c | 40 start_kerberos4_server (cvsroot_t *root, struct buffer **to_server_p, in start_kerberos4_server()
|
| D | buffer.h | 186 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input,
|
| D | client.c | 79 static void auth_server (cvsroot_t *, struct buffer *, struct buffer *, 87 static cvsroot_t *client_referrer; 157 cvsroot_t *this_root = NULL; in arg_should_not_be_sent_to_server() 3398 get_cvs_port_number (const cvsroot_t *root) in get_cvs_port_number() 3435 get_proxy_port_number (const cvsroot_t *root) in get_proxy_port_number() 3446 make_bufs_from_fds(int tofd, int fromfd, int child_pid, cvsroot_t *root, in make_bufs_from_fds() 3503 connect_to_pserver (cvsroot_t *root, struct buffer **to_server_p, in connect_to_pserver() 3611 auth_server (cvsroot_t *root, struct buffer *to_server, in auth_server() 3781 connect_to_forked_server (cvsroot_t *root, struct buffer **to_server_p, in connect_to_forked_server() 3850 open_connection_to_server (cvsroot_t *root, struct buffer **to_server_p, in open_connection_to_server()
|
| D | recurse.c | 267 cvsroot_t *root = Name_Root (NULL, update_dir); in start_recursion() 691 cvsroot_t *this_root = Name_Root (NULL, update_dir); in do_recursion() 1146 cvsroot_t *this_root = Name_Root (dir, update_dir); in do_dir_proc()
|
| D | cvs.h | 937 int get_cvs_port_number (const cvsroot_t *root); 939 char *normalize_cvsroot (const cvsroot_t *root)
|
| D | gssapi-client.c | 82 connect_to_gserver (cvsroot_t *root, int sock, const char *hostname) in connect_to_gserver()
|
| D | parseinfo.c | 494 cvsroot_t *tmproot; in parse_config()
|
| D | buffer.c | 1737 cvsroot_t *root; 1753 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input, in fd_buffer_initialize()
|
| D | main.c | 546 cvsroot_t *CVSroot_parsed = NULL; in main()
|
| D | server.c | 175 cvsroot_t *referrer; 4831 cvsroot_t *saved_parsed_root; in serve_init()
|
| D | ChangeLog | 292 * server.c (server_init): Don't free cvsroot_t when finished with it. 296 * root.h (cvsroot_t->isremote): Update comment. 300 * root.h (cvsroot_t->isremote): Declare bool. 1327 * root.h (cvsroot_t): Include remote elements with SERVER_SUPPORT. 1502 * root.h (cvsroot_t): Add redirect field. 1530 * root.c (Name_root), server.c (serve_referrer): Don't free cvsroot_t. 1544 * root.h (cvsroot_t): Add cvs_rsh and cvs_server for bookkeeping 2442 * root.c (original_root): Make cvsroot_t and rename to... 2634 * root.c (Name_Root): Return a parsed cvsroot_t rather than a string. 4244 * root.h (cvsroot_t): Move username, password, hostname, port inside [all …]
|