Searched refs:cvs_outerr (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | annotate.c | 293 cvs_outerr ("\nAnnotations for ", 0); in annotate_fileproc() 294 cvs_outerr (finfo->fullname, 0); in annotate_fileproc() 295 cvs_outerr ("\n***************\n", 0); in annotate_fileproc() 299 cvs_outerr ("Skipping binary file -- -F not specified.\n", 0); in annotate_fileproc()
|
| D | run.c | 172 cvs_outerr ( in run_exec() 177 cvs_outerr (" -> system (", 0); in run_exec() 179 cvs_outerr (")\n", 0); in run_exec() 419 outfn = cvs_outerr; in run_print()
|
| D | rcscmds.c | 246 cvs_outerr ("rcsmerge: co failed\n", 0); in RCS_merge() 257 cvs_outerr ("rcsmerge: co failed\n", 0); in RCS_merge() 292 cvs_outerr ("rcsmerge: warning: conflicts during merge\n", 0); in RCS_merge()
|
| D | error.c | 176 cvs_outerr (buf2, length); in error()
|
| D | update.c | 1270 cvs_outerr ("\ in checkout_file() 1273 cvs_outerr (finfo->fullname, 0); in checkout_file() 1274 cvs_outerr ("\n\ in checkout_file() 1276 cvs_outerr (vers_ts->srcfile->print_path, 0); in checkout_file() 1277 cvs_outerr ("\n\ in checkout_file() 1279 cvs_outerr (vers_ts->vn_rcs, 0); in checkout_file() 1280 cvs_outerr ("\n***************\n", 0); in checkout_file()
|
| D | admin.c | 908 cvs_outerr ("missing symbolic name after ", 0); in admin_fileproc() 909 cvs_outerr (arg, 0); in admin_fileproc() 910 cvs_outerr ("\n", 1); in admin_fileproc()
|
| D | cvs.h | 950 void cvs_outerr (const char *, size_t);
|
| D | ChangeLog-96 | 486 * server.c (cvs_outerr): Call fflush (stdout) in non-server case. 1356 (cvs_outerr): Likewise. 1357 * cvs.h (cvs_output, cvs_outerr): Update declarations. 1934 (serve_modified, serve_notify, server, cvs_outerr): Likewise. 2021 * modules.c (do_module): Call cvs_outerr rather than fprintf. 2078 (cvs_outerr): Likewise. 2079 * error.c (error): In HAVE_VPRINTF case, just call cvs_outerr. 3819 These changes introduce functions cvs_output and cvs_outerr; 3827 * server.c, cvs.h (cvs_output, cvs_outerr): New functions. 3828 * mkmodules.c (cvs_outerr): New function, so error() works. [all …]
|
| D | rcs.c | 6057 cvs_outerr ("can't unlock an empty tree\n", 0); in RCS_unlock() 6065 cvs_outerr ("No locks are set.\n", 0); in RCS_unlock()
|
| D | server.c | 7808 cvs_outerr (const char *str, size_t len) in cvs_outerr() function
|
| D | ChangeLog | 991 * server.c (cvs_outerr): Quote error text in syslog messages. 5695 * server.c (cvs_output, cvs_outerr): Protect calls to syslog() 5905 (cvs_output, cvs_outerr): Syslog messages when the appropriate buffers 5911 the calls to error should go through the cvs_outerr function anyhow. 5961 using them since cvs_outerr does this without problems.
|