Home
last modified time | relevance | path

Searched refs:cvs_output (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dstatus.c187 cvs_output ("\ in status_fileproc()
191 cvs_output ("File: no file ", 0); in status_fileproc()
192 cvs_output (finfo->file, 0); in status_fileproc()
193 cvs_output ("\t\tStatus: ", 0); in status_fileproc()
194 cvs_output (sstat, 0); in status_fileproc()
195 cvs_output ("\n\n", 0); in status_fileproc()
201 cvs_output (buf, 0); in status_fileproc()
207 cvs_output (" Working revision:\tNo entry for ", 0); in status_fileproc()
208 cvs_output (finfo->file, 0); in status_fileproc()
209 cvs_output ("\n", 0); in status_fileproc()
[all …]
Drcscmds.c126 cvs_output (text, len); in call_diff_write_output()
143 cvs_output (text, 0); in call_diff_write_stdout()
222 cvs_output ("RCS file: ", 0); in RCS_merge()
223 cvs_output (rcs->print_path, 0); in RCS_merge()
224 cvs_output ("\n", 1); in RCS_merge()
237 cvs_output ("retrieving revision ", 0); in RCS_merge()
238 cvs_output (xrev1, 0); in RCS_merge()
239 cvs_output ("\n", 1); in RCS_merge()
248 cvs_output ("retrieving revision ", 0); in RCS_merge()
249 cvs_output (xrev2, 0); in RCS_merge()
[all …]
Dpatch.c497 cvs_output ("File ", 0); in patch_fileproc()
498 cvs_output (finfo->fullname, 0); in patch_fileproc()
501 cvs_output (" is new; ", 0); in patch_fileproc()
502 cvs_output (rev2 ? rev2 : date2 ? date2 : "current", 0); in patch_fileproc()
503 cvs_output (" revision ", 0); in patch_fileproc()
504 cvs_output (vers_head, 0); in patch_fileproc()
505 cvs_output ("\n", 1); in patch_fileproc()
509 cvs_output (" is removed; ", 0); in patch_fileproc()
510 cvs_output (rev1 ? rev1 : date1, 0); in patch_fileproc()
511 cvs_output (" revision ", 0); in patch_fileproc()
[all …]
Dlog.c782 cvs_output ("\n\t", 2); in printlock_proc()
783 cvs_output (lock->data, 0); in printlock_proc()
784 cvs_output (": ", 2); in printlock_proc()
785 cvs_output (lock->key, 0); in printlock_proc()
876 cvs_output (rcsfile->print_path, 0); in log_fileproc()
877 cvs_output ("\n", 1); in log_fileproc()
888 cvs_output ("\n", 1); in log_fileproc()
890 cvs_output ("RCS file: ", 0); in log_fileproc()
891 cvs_output (rcsfile->print_path, 0); in log_fileproc()
895 cvs_output ("\nWorking file: ", 0); in log_fileproc()
[all …]
Dmodules.c700 cvs_output (program_name, 0); in my_module()
701 cvs_output (" ", 1); in my_module()
702 cvs_output (cvs_cmd_name, 0); in my_module()
703 cvs_output (": Executing '", 0); in my_module()
705 cvs_output ("'\n", 0); in my_module()
935 cvs_output (line, 0); in cat_module()
940 cvs_output (line, 0); in cat_module()
962 cvs_output (buf, 0); in cat_module()
973 cvs_output ("\n", 1); in cat_module()
975 cvs_output (" ", 1); in cat_module()
[all …]
Dwatch.c452 cvs_output (finfo->fullname, 0); in watchers_fileproc()
457 cvs_output ("\t", 1); in watchers_fileproc()
459 cvs_output (p++, 1); in watchers_fileproc()
463 cvs_output ("\n", 1); in watchers_fileproc()
467 cvs_output ("\t", 1); in watchers_fileproc()
471 cvs_output (p++, 1); in watchers_fileproc()
474 cvs_output ("\n", 1); in watchers_fileproc()
483 cvs_output ("\t", 1); in watchers_fileproc()
485 cvs_output ("\n", 1); in watchers_fileproc()
Dtag.c1223 cvs_output ("D ", 2); in tag_fileproc()
1224 cvs_output (finfo->fullname, 0); in tag_fileproc()
1225 cvs_output ("\n", 1); in tag_fileproc()
1292 cvs_output ("W ", 2); in tag_fileproc()
1293 cvs_output (finfo->fullname, 0); in tag_fileproc()
1294 cvs_output (" : ", 0); in tag_fileproc()
1295 cvs_output (symtag, 0); in tag_fileproc()
1296 cvs_output (" already exists on ", 0); in tag_fileproc()
1297 cvs_output (isbranch ? "branch" : "version", 0); in tag_fileproc()
1298 cvs_output (" ", 0); in tag_fileproc()
[all …]
Ddiff.c663 cvs_output ("Index: ", 0); in diff_fileproc()
664 cvs_output (finfo->fullname, 0); in diff_fileproc()
665 cvs_output ("\n", 1); in diff_fileproc()
713 cvs_output ("\ in diff_fileproc()
716 cvs_output (finfo->fullname, 0); in diff_fileproc()
717 cvs_output ("\n", 1); in diff_fileproc()
719 cvs_output ("diff -N ", 0); in diff_fileproc()
720 cvs_output (finfo->fullname, 0); in diff_fileproc()
721 cvs_output ("\n", 1); in diff_fileproc()
Dedit.c262 cvs_output (fullname, 0); in editors_output()
266 cvs_output ("\t", 1); in editors_output()
268 cvs_output (p++, 1); in editors_output()
272 cvs_output ("\n", 1); in editors_output()
276 cvs_output ("\t", 1); in editors_output()
280 cvs_output (p++, 1); in editors_output()
283 cvs_output ("\n", 1); in editors_output()
292 cvs_output ("\t", 1); in editors_output()
294 cvs_output ("\n", 1); in editors_output()
Dcommit.c541 cvs_output ("? ", 2); in commit()
544 cvs_output (p->dir, 0); in commit()
545 cvs_output ("/", 1); in commit()
547 cvs_output (p->file, 0); in commit()
548 cvs_output ("\n", 1); in commit()
1577 cvs_output (program_name, 0); in commit_filesdoneproc()
1578 cvs_output (" ", 1); in commit_filesdoneproc()
1579 cvs_output (cvs_cmd_name, 0); in commit_filesdoneproc()
1580 cvs_output (": Rebuilding administrative file database\n", 0); in commit_filesdoneproc()
1824 cvs_output (old_path, 0); in remove_file()
[all …]
Dupdate.c2025 cvs_output (finfo->fullname, 0); in merge_file()
2026 cvs_output (" already contains the differences between ", 0); in merge_file()
2027 cvs_output (vers->vn_user, 0); in merge_file()
2028 cvs_output (" and ", 0); in merge_file()
2029 cvs_output (vers->vn_rcs, 0); in merge_file()
2030 cvs_output ("\n", 1); in merge_file()
2313 cvs_output (finfo->fullname, 0); in join_file()
2314 cvs_output (" already contains the differences between ", 0); in join_file()
2315 cvs_output (rev1 ? rev1 : "creation", 0); in join_file()
2316 cvs_output (" and ", 0); in join_file()
[all …]
Dclient.c1512 cvs_output ("C ", 0); in update_entries()
1513 cvs_output (updated_fname, 0); in update_entries()
1514 cvs_output ("\n", 1); in update_entries()
1645 cvs_output ("U ", 0); in update_entries()
1646 cvs_output (updated_fname, 0); in update_entries()
1647 cvs_output ("\n", 1); in update_entries()
2934 cvs_output (buf, 0); in handle_mt()
2935 cvs_output ("Use the following command to help the merge:\n\n", in handle_mt()
2937 cvs_output ("\t", 1); in handle_mt()
2938 cvs_output (program_name, 0); in handle_mt()
[all …]
Dsuck.c127 cvs_output(fn + strlen(current_parsed_root->directory) + 1, 0); in suck()
128 cvs_output("\n", 1); in suck()
Dls.c274 cvs_output (p->data, 0); in ls_print()
292 cvs_output ("\n", 1); in ls_print_dir()
297 cvs_output (".", 1); in ls_print_dir()
299 cvs_output (p->key, 0); in ls_print_dir()
300 cvs_output (":\n", 2); in ls_print_dir()
Dimport.c435 cvs_output ("\nNo conflicts created by this import\n\n", 0); in import()
1689 cvs_output (buf, 2); in add_log()
1692 cvs_output (repository + repos_len + 1, 0); in add_log()
1693 cvs_output ("/", 1); in add_log()
1697 cvs_output (repository, 0); in add_log()
1698 cvs_output ("/", 1); in add_log()
1700 cvs_output (fname, 0); in add_log()
1701 cvs_output ("\n", 1); in add_log()
Drcs.c4639 cvs_output (value, len); in RCS_checkout()
5102 cvs_output (rcs->path, 0); in RCS_checkin()
5103 cvs_output (" <-- ", 7); in RCS_checkin()
5106 cvs_output (update_dir, 0); in RCS_checkin()
5107 cvs_output ("/", 1); in RCS_checkin()
5109 cvs_output (workfile, 0); in RCS_checkin()
5110 cvs_output ("\n", 1); in RCS_checkin()
5279 cvs_output ("initial revision: ", 0); in RCS_checkin()
5280 cvs_output (rcs->head, 0); in RCS_checkin()
5281 cvs_output ("\n", 1); in RCS_checkin()
[all …]
Dadmin.c652 cvs_output ("RCS file: ", 0); in admin_fileproc()
653 cvs_output (rcs->path, 0); in admin_fileproc()
654 cvs_output ("\n", 1); in admin_fileproc()
982 cvs_output ("done\n", 5); in admin_fileproc()
Drun.c409 outfn = cvs_output; in run_print()
Dcvs.h919 void cvs_output (const char *, size_t);
Dadd.c866 cvs_output (message, 0); in add_directory()
Dserver.c7654 cvs_output (const char *str, size_t len) in cvs_output() function
7979 cvs_output ("\n", 1); in cvs_output_tagged()
7988 cvs_output (text, 0); in cvs_output_tagged()
7994 cvs_output (date, 0); in cvs_output_tagged()
8000 cvs_output (text, 0); in cvs_output_tagged()