Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDannotate.c278 cvs_outerr ("\nAnnotations for ", 0); in annotate_fileproc()
279 cvs_outerr (finfo->fullname, 0); in annotate_fileproc()
280 cvs_outerr ("\n***************\n", 0); in annotate_fileproc()
284 cvs_outerr ("Skipping binary file -- -F not specified.\n", 0); in annotate_fileproc()
HDrun.c170 cvs_outerr ( in run_exec()
175 cvs_outerr (" -> system (", 0); in run_exec()
177 cvs_outerr (")\n", 0); in run_exec()
407 outfn = cvs_outerr; in run_print()
HDrcscmds.c244 cvs_outerr ("rcsmerge: co failed\n", 0); in RCS_merge()
255 cvs_outerr ("rcsmerge: co failed\n", 0); in RCS_merge()
290 cvs_outerr ("rcsmerge: warning: conflicts during merge\n", 0); in RCS_merge()
HDadmin.c818 cvs_outerr ("missing symbolic name after ", 0); in admin_fileproc()
819 cvs_outerr (arg, 0); in admin_fileproc()
820 cvs_outerr ("\n", 1); in admin_fileproc()
HDerror.c174 cvs_outerr (buf2, length); in error()
HDupdate.c1241 cvs_outerr ("\ in checkout_file()
1244 cvs_outerr (finfo->fullname, 0); in checkout_file()
1245 cvs_outerr ("\n\ in checkout_file()
1247 cvs_outerr (vers_ts->srcfile->print_path, 0); in checkout_file()
1248 cvs_outerr ("\n\ in checkout_file()
1250 cvs_outerr (vers_ts->vn_rcs, 0); in checkout_file()
1251 cvs_outerr ("\n***************\n", 0); in checkout_file()
HDcvs.h916 void cvs_outerr (const char *, size_t);
HDrcs.c6054 cvs_outerr ("can't unlock an empty tree\n", 0); in RCS_unlock()
6062 cvs_outerr ("No locks are set.\n", 0); in RCS_unlock()
HDserver.c7759 cvs_outerr (const char *str, size_t len) in cvs_outerr() function