Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dannotate.c293 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()
Drun.c172 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()
Drcscmds.c246 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()
Derror.c176 cvs_outerr (buf2, length); in error()
Dupdate.c1270 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()
Dadmin.c908 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()
Dcvs.h950 void cvs_outerr (const char *, size_t);
DChangeLog-96486 * 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 …]
Drcs.c6057 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()
Dserver.c7808 cvs_outerr (const char *str, size_t len) in cvs_outerr() function
DChangeLog991 * 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.