HomeSort by: relevance | last modified time | path
    Searched refs:cvsroot_t (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
rsh-client.h 17 void start_rsh_server (cvsroot_t *, struct buffer **, struct buffer **);
root.h 53 } cvsroot_t; typedef in typeref:struct:cvsroot_s
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)
kerberos4-client.h 17 extern void start_kerberos4_server (cvsroot_t *root,
gssapi-client.h 54 int connect_to_gserver (cvsroot_t *, int, const char *);
parseinfo.h 52 cvsroot_t *PrimaryServer;
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,
root.c 33 cvsroot_t *
37 cvsroot_t *ret;
355 cvsroot_t *current_parsed_root = NULL;
362 const cvsroot_t *original_parsed_root;
365 /* allocate and initialize a cvsroot_t
374 static cvsroot_t *new_cvsroot_t(void)
376 static cvsroot_t *
379 cvsroot_t *newroot;
382 newroot = xmalloc(sizeof(cvsroot_t));
405 /* Dispose of a cvsroot_t and its component parts
    [all...]
rsh-client.c 44 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p,
133 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p,
kerberos4-client.c 40 start_kerberos4_server (cvsroot_t *root, struct buffer **to_server_p,
server.h 222 extern cvsroot_t *referrer;
buffer.h 186 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input,
login.c 185 cvsroot_t *tmp_root;
221 * cvsroot_t *root,
266 * root cvsroot_t to look up
283 password_entry_operation (password_entry_operation_t operation, cvsroot_t *root, char *newpassword)
recurse.c 267 cvsroot_t *root = Name_Root (NULL, update_dir);
691 cvsroot_t *this_root = Name_Root (NULL, update_dir);
1146 cvsroot_t *this_root = Name_Root (dir, update_dir);
gssapi-client.c 82 connect_to_gserver (cvsroot_t *root, int sock, const char *hostname)
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;
3387 * and method of a cvsroot_t.
3399 get_cvs_port_number (const cvsroot_t *root)
3433 * of a cvsroot_t.
3436 get_proxy_port_number (const cvsroot_t *root)
3447 make_bufs_from_fds(int tofd, int fromfd, int child_pid, cvsroot_t *root,
3504 connect_to_pserver (cvsroot_t *root, struct buffer **to_server_p,
3612 auth_server (cvsroot_t *root, struct buffer *to_server
    [all...]
cvs.h 940 int get_cvs_port_number (const cvsroot_t *root);
942 char *normalize_cvsroot (const cvsroot_t *root)
main.c 546 cvsroot_t *CVSroot_parsed = NULL;
parseinfo.c 494 cvsroot_t *tmproot;
buffer.c 1737 cvsroot_t *root;
1753 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input,
server.c 175 cvsroot_t *referrer;
4831 cvsroot_t *saved_parsed_root;

Completed in 66 milliseconds