| /dragonfly/contrib/cvs-1.12/src/ |
| HD | status.c | 185 cvs_output ("\ in status_fileproc() 189 cvs_output ("File: no file ", 0); in status_fileproc() 190 cvs_output (finfo->file, 0); in status_fileproc() 191 cvs_output ("\t\tStatus: ", 0); in status_fileproc() 192 cvs_output (sstat, 0); in status_fileproc() 193 cvs_output ("\n\n", 0); in status_fileproc() 199 cvs_output (buf, 0); in status_fileproc() 205 cvs_output (" Working revision:\tNo entry for ", 0); in status_fileproc() 206 cvs_output (finfo->file, 0); in status_fileproc() 207 cvs_output ("\n", 0); in status_fileproc() [all …]
|
| HD | rcscmds.c | 126 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 …]
|
| HD | patch.c | 472 cvs_output ("File ", 0); in patch_fileproc() 473 cvs_output (finfo->fullname, 0); in patch_fileproc() 476 cvs_output (" is new; ", 0); in patch_fileproc() 477 cvs_output (rev2 ? rev2 : date2 ? date2 : "current", 0); in patch_fileproc() 478 cvs_output (" revision ", 0); in patch_fileproc() 479 cvs_output (vers_head, 0); in patch_fileproc() 480 cvs_output ("\n", 1); in patch_fileproc() 484 cvs_output (" is removed; ", 0); in patch_fileproc() 485 cvs_output (rev1 ? rev1 : date1, 0); in patch_fileproc() 486 cvs_output (" revision ", 0); in patch_fileproc() [all …]
|
| HD | log.c | 782 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 …]
|
| HD | modules.c | 699 cvs_output (program_name, 0); in my_module() 700 cvs_output (" ", 1); in my_module() 701 cvs_output (cvs_cmd_name, 0); in my_module() 702 cvs_output (": Executing '", 0); in my_module() 704 cvs_output ("'\n", 0); in my_module() 934 cvs_output (line, 0); in cat_module() 939 cvs_output (line, 0); in cat_module() 961 cvs_output (buf, 0); in cat_module() 972 cvs_output ("\n", 1); in cat_module() 974 cvs_output (" ", 1); in cat_module() [all …]
|
| HD | watch.c | 452 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()
|
| HD | tag.c | 1217 cvs_output ("D ", 2); in tag_fileproc() 1218 cvs_output (finfo->fullname, 0); in tag_fileproc() 1219 cvs_output ("\n", 1); in tag_fileproc() 1286 cvs_output ("W ", 2); in tag_fileproc() 1287 cvs_output (finfo->fullname, 0); in tag_fileproc() 1288 cvs_output (" : ", 0); in tag_fileproc() 1289 cvs_output (symtag, 0); in tag_fileproc() 1290 cvs_output (" already exists on ", 0); in tag_fileproc() 1291 cvs_output (isbranch ? "branch" : "version", 0); in tag_fileproc() 1292 cvs_output (" ", 0); in tag_fileproc() [all …]
|
| HD | diff.c | 688 cvs_output ("Index: ", 0); in diff_fileproc() 689 cvs_output (finfo->fullname, 0); in diff_fileproc() 690 cvs_output ("\n", 1); in diff_fileproc() 738 cvs_output ("\ in diff_fileproc() 741 cvs_output (finfo->fullname, 0); in diff_fileproc() 742 cvs_output ("\n", 1); in diff_fileproc() 744 cvs_output ("diff -N ", 0); in diff_fileproc() 745 cvs_output (finfo->fullname, 0); in diff_fileproc() 746 cvs_output ("\n", 1); in diff_fileproc()
|
| HD | edit.c | 260 cvs_output (fullname, 0); in editors_output() 264 cvs_output ("\t", 1); in editors_output() 266 cvs_output (p++, 1); in editors_output() 270 cvs_output ("\n", 1); in editors_output() 274 cvs_output ("\t", 1); in editors_output() 278 cvs_output (p++, 1); in editors_output() 281 cvs_output ("\n", 1); in editors_output() 290 cvs_output ("\t", 1); in editors_output() 292 cvs_output ("\n", 1); in editors_output()
|
| HD | commit.c | 591 cvs_output ("? ", 2); in commit() 594 cvs_output (p->dir, 0); in commit() 595 cvs_output ("/", 1); in commit() 597 cvs_output (p->file, 0); in commit() 598 cvs_output ("\n", 1); in commit() 1649 cvs_output (program_name, 0); in commit_filesdoneproc() 1650 cvs_output (" ", 1); in commit_filesdoneproc() 1651 cvs_output (cvs_cmd_name, 0); in commit_filesdoneproc() 1652 cvs_output (": Rebuilding administrative file database\n", 0); in commit_filesdoneproc() 1896 cvs_output (old_path, 0); in remove_file() [all …]
|
| HD | update.c | 2022 cvs_output (finfo->fullname, 0); in merge_file() 2023 cvs_output (" already contains the differences between ", 0); in merge_file() 2024 cvs_output (vers->vn_user, 0); in merge_file() 2025 cvs_output (" and ", 0); in merge_file() 2026 cvs_output (vers->vn_rcs, 0); in merge_file() 2027 cvs_output ("\n", 1); in merge_file() 2310 cvs_output (finfo->fullname, 0); in join_file() 2311 cvs_output (" already contains the differences between ", 0); in join_file() 2312 cvs_output (rev1 ? rev1 : "creation", 0); in join_file() 2313 cvs_output (" and ", 0); in join_file() [all …]
|
| HD | client.c | 1510 cvs_output ("C ", 0); in update_entries() 1511 cvs_output (updated_fname, 0); in update_entries() 1512 cvs_output ("\n", 1); in update_entries() 1643 cvs_output ("U ", 0); in update_entries() 1644 cvs_output (updated_fname, 0); in update_entries() 1645 cvs_output ("\n", 1); in update_entries() 2932 cvs_output (buf, 0); in handle_mt() 2933 cvs_output ("Use the following command to help the merge:\n\n", in handle_mt() 2935 cvs_output ("\t", 1); in handle_mt() 2936 cvs_output (program_name, 0); in handle_mt() [all …]
|
| HD | ls.c | 274 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()
|
| HD | import.c | 415 cvs_output ("\nNo conflicts created by this import\n\n", 0); in import() 1668 cvs_output (buf, 2); in add_log() 1671 cvs_output (repository + repos_len + 1, 0); in add_log() 1672 cvs_output ("/", 1); in add_log() 1676 cvs_output (repository, 0); in add_log() 1677 cvs_output ("/", 1); in add_log() 1679 cvs_output (fname, 0); in add_log() 1680 cvs_output ("\n", 1); in add_log()
|
| HD | rcs.c | 4594 cvs_output (value, len); in RCS_checkout() 5057 cvs_output (rcs->path, 0); in RCS_checkin() 5058 cvs_output (" <-- ", 7); in RCS_checkin() 5061 cvs_output (update_dir, 0); in RCS_checkin() 5062 cvs_output ("/", 1); in RCS_checkin() 5064 cvs_output (workfile, 0); in RCS_checkin() 5065 cvs_output ("\n", 1); in RCS_checkin() 5234 cvs_output ("initial revision: ", 0); in RCS_checkin() 5235 cvs_output (rcs->head, 0); in RCS_checkin() 5236 cvs_output ("\n", 1); in RCS_checkin() [all …]
|
| HD | admin.c | 648 cvs_output ("RCS file: ", 0); in admin_fileproc() 649 cvs_output (rcs->path, 0); in admin_fileproc() 650 cvs_output ("\n", 1); in admin_fileproc() 978 cvs_output ("done\n", 5); in admin_fileproc()
|
| HD | run.c | 409 outfn = cvs_output; in run_print()
|
| HD | cvs.h | 914 void cvs_output (const char *, size_t);
|
| HD | add.c | 866 cvs_output (message, 0); in add_directory()
|
| HD | server.c | 7612 cvs_output (const char *str, size_t len) in cvs_output() function 7937 cvs_output ("\n", 1); in cvs_output_tagged() 7946 cvs_output (text, 0); in cvs_output_tagged() 7952 cvs_output (date, 0); in cvs_output_tagged() 7958 cvs_output (text, 0); in cvs_output_tagged()
|