/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | main.c | 31 const char *cvs_cmd_name; variable 653 cvs_cmd_name = argv[optind]; in main() 870 cvs_cmd_name = argv[0]; in main() 873 if (cm->nick1 && !strcmp (cvs_cmd_name, cm->nick1)) in main() 875 if (cm->nick2 && !strcmp (cvs_cmd_name, cm->nick2)) in main() 877 if (!strcmp (cvs_cmd_name, cm->fullname)) in main() 883 fprintf (stderr, "Unknown command: `%s'\n\n", cvs_cmd_name); in main() 887 cvs_cmd_name = cm->fullname; /* Global pointer for later use */ in main() 940 if (strcmp (cvs_cmd_name, "kserver") == 0) in main() 945 cvs_cmd_name = "server"; in main() [all …]
|
H A D | error.c | 148 if (cvs_cmd_name) in error() 153 cvs_cmd_name, in error()
|
H A D | release.c | 167 cvs_cmd_name); in release() 295 cvs_cmd_name); in release()
|
H A D | client.c | 972 else if (!strcmp (cvs_cmd_name, "export")) in call_in_directory() 1039 else if (!strcmp (cvs_cmd_name, "export")) in call_in_directory() 1062 if (strcmp (cvs_cmd_name, "export")) in call_in_directory() 1861 if (strcmp (cvs_cmd_name, "export")) in update_entries() 1893 if (!strcmp (cvs_cmd_name, "commit")) in update_entries() 2077 if (!strcmp (cvs_cmd_name, "export")) in handle_set_static_directory() 2101 if (!strcmp (cvs_cmd_name, "export")) in handle_clear_static_directory() 2155 if (!strcmp (cvs_cmd_name, "export")) in handle_set_sticky() 2195 if (!strcmp (cvs_cmd_name, "export")) in handle_clear_sticky() 3989 rootless = !strcmp (cvs_cmd_name, "init"); in start_server() [all …]
|
H A D | classify.c | 284 if (strcmp (cvs_cmd_name, "update") == 0) in Classify_File() 365 if (strcmp (cvs_cmd_name, "update") == 0) in Classify_File()
|
H A D | edit.c | 230 if (strcmp (cvs_cmd_name, "release") != 0) in send_notifications() 240 if (strcmp (cvs_cmd_name, "release") == 0) in send_notifications() 832 "c", "s", cvs_cmd_name, in notify_proc()
|
H A D | ls.c | 57 is_rls = strcmp (cvs_cmd_name, "rls") == 0; in ls() 144 error (1, 0, "server does not support %s", cvs_cmd_name); in ls()
|
H A D | tag.c | 124 is_rtag = (strcmp (cvs_cmd_name, "rtag") == 0); in cvstag() 171 cvs_cmd_name); in cvstag() 386 "c", "s", cvs_cmd_name, in posttag_proc() 823 "c", "s", cvs_cmd_name, in pretag_proc()
|
H A D | annotate.c | 62 is_rannotate = (strcmp(cvs_cmd_name, "rannotate") == 0); in annotate()
|
H A D | checkout.c | 139 if (strcmp (cvs_cmd_name, "export") == 0) in checkout() 184 cvs_cmd_name); in checkout()
|
H A D | logmsg.c | 807 "c", "s", cvs_cmd_name, in logfile_write() 929 "c", "s", cvs_cmd_name, in verifymsg_proc()
|
H A D | update.c | 201 cvs_cmd_name); in update() 860 if (strcmp (cvs_cmd_name, "export") == 0) in update_filesdone_proc() 1455 if (strcmp (cvs_cmd_name, "update") == 0) in checkout_file() 1791 if (strcmp (cvs_cmd_name, "update") == 0) in patch_file()
|
H A D | fileattr.c | 532 "c", "s", cvs_cmd_name, in postwatch_proc()
|
H A D | root.c | 1023 char *cvs_cmd_name = "parse_cvsroot"; /* XXX is this used??? */ variable
|
H A D | cvs.h | 375 extern const char *program_name, *program_path, *cvs_cmd_name;
|
H A D | modules.c | 703 cvs_output (cvs_cmd_name, 0); in my_module()
|
H A D | patch.c | 96 cvs_cmd_name); in patch()
|
H A D | server.c | 2378 "c", "s", cvs_cmd_name, in prepost_proxy_proc() 3601 cvs_cmd_name = cmd_name; in do_cvs_command() 4644 cvs_cmd_name = "racl"; in serve_racl() 4919 do_cvs_command (!strcmp (cvs_cmd_name, "export") ? "export" : "checkout", in serve_co() 4929 cvs_cmd_name = "export"; in serve_export()
|
H A D | admin.c | 169 "c", "s", cvs_cmd_name, in postadmin_proc()
|
H A D | commit.c | 1256 "c", "s", cvs_cmd_name, in precommit_proc() 1632 cvs_output (cvs_cmd_name, 0); in commit_filesdoneproc()
|
H A D | import.c | 115 cvs_cmd_name); in import()
|
H A D | acl.c | 709 is_racl = (strcmp (cvs_cmd_name, "racl") == 0); in cvsacl()
|
H A D | log.c | 232 is_rlog = (strcmp (cvs_cmd_name, "rlog") == 0); in cvslog()
|
H A D | ChangeLog | 234 * main.c (main): Set cvs_cmd_name before calling parseServerOptions.
|