Home
last modified time | relevance | path

Searched refs:cvs_remote_send_file (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dremote.h125 void cvs_remote_send_file(const char *, int);
H A Dremote.c162 cvs_remote_send_file(const char *path, int _fd) in cvs_remote_send_file() function
H A Dclient.c529 cvs_remote_send_file(cf->file_path, cf->fd); in cvs_client_sendfile()
542 cvs_remote_send_file(cf->file_path, cf->fd); in cvs_client_sendfile()
H A Dcheckout.c647 cvs_remote_send_file(tosend, cf->fd); in cvs_checkout_file()