Searched refs:cvs_outerr (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | annotate.c | 278 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()
|
| HD | run.c | 170 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()
|
| HD | rcscmds.c | 244 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()
|
| HD | admin.c | 818 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()
|
| HD | error.c | 174 cvs_outerr (buf2, length); in error()
|
| HD | update.c | 1241 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()
|
| HD | cvs.h | 916 void cvs_outerr (const char *, size_t);
|
| HD | rcs.c | 6054 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()
|
| HD | server.c | 7759 cvs_outerr (const char *str, size_t len) in cvs_outerr() function
|