| /src/external/gpl2/xcvs/dist/src/ |
| main.c | 31 const char *cvs_cmd_name; variable 653 cvs_cmd_name = argv[optind]; 870 cvs_cmd_name = argv[0]; 873 if (cm->nick1 && !strcmp (cvs_cmd_name, cm->nick1)) 875 if (cm->nick2 && !strcmp (cvs_cmd_name, cm->nick2)) 877 if (!strcmp (cvs_cmd_name, cm->fullname)) 883 fprintf (stderr, "Unknown command: `%s'\n\n", cvs_cmd_name); 887 cvs_cmd_name = cm->fullname; /* Global pointer for later use */ 940 if (strcmp (cvs_cmd_name, "kserver") == 0) 945 cvs_cmd_name = "server" [all...] |
| error.c | 51 * PROGRAM_NAME CVS_CMD_NAME: MESSAGE: ERRNUM 55 * PROGRAM_NAME [CVS_CMD_NAME aborted]: MESSAGE: ERRNUM 57 * CVS_CMD_NAME & ERRMSG may or may not appear in the output (the `:' before 78 * cvs_cmd_name Output in the error message, when it exists. 148 if (cvs_cmd_name) 153 cvs_cmd_name,
|
| release.c | 167 cvs_cmd_name); 295 cvs_cmd_name);
|
| classify.c | 276 /* Comparing the cvs_cmd_name against "update", in 284 if (strcmp (cvs_cmd_name, "update") == 0) 365 if (strcmp (cvs_cmd_name, "update") == 0)
|
| client.c | 973 else if (!strcmp (cvs_cmd_name, "export")) 1040 else if (!strcmp (cvs_cmd_name, "export")) 1063 if (strcmp (cvs_cmd_name, "export")) 1862 if (strcmp (cvs_cmd_name, "export")) 1886 /* Checking for cvs_cmd_name of "commit" doesn't seem like 1894 if (!strcmp (cvs_cmd_name, "commit")) 2078 if (!strcmp (cvs_cmd_name, "export")) 2102 if (!strcmp (cvs_cmd_name, "export")) 2156 if (!strcmp (cvs_cmd_name, "export")) 2196 if (!strcmp (cvs_cmd_name, "export") [all...] |
| ls.c | 57 is_rls = strcmp (cvs_cmd_name, "rls") == 0; 144 error (1, 0, "server does not support %s", cvs_cmd_name);
|
| annotate.c | 62 is_rannotate = (strcmp(cvs_cmd_name, "rannotate") == 0);
|
| tag.c | 124 is_rtag = (strcmp (cvs_cmd_name, "rtag") == 0); 171 cvs_cmd_name); 363 * %c = cvs_cmd_name 386 "c", "s", cvs_cmd_name, 800 * %c = cvs_cmd_name 823 "c", "s", cvs_cmd_name,
|
| checkout.c | 139 if (strcmp (cvs_cmd_name, "export") == 0) 184 cvs_cmd_name);
|
| logmsg.c | 792 /* %c = cvs_cmd_name 807 "c", "s", cvs_cmd_name, 929 "c", "s", cvs_cmd_name,
|
| edit.c | 230 if (strcmp (cvs_cmd_name, "release") != 0) 240 if (strcmp (cvs_cmd_name, "release") == 0) 832 "c", "s", cvs_cmd_name,
|
| fileattr.c | 532 "c", "s", cvs_cmd_name,
|
| update.c | 201 cvs_cmd_name); 860 if (strcmp (cvs_cmd_name, "export") == 0) 1455 if (strcmp (cvs_cmd_name, "update") == 0) 1791 if (strcmp (cvs_cmd_name, "update") == 0)
|
| admin.c | 154 /* %c = cvs_cmd_name 169 "c", "s", cvs_cmd_name, 531 /* Don't use cvs_cmd_name; it might be "server". */
|
| cvs.h | 375 extern const char *program_name, *program_path, *cvs_cmd_name;
|
| modules.c | 705 cvs_output (cvs_cmd_name, 0);
|
| patch.c | 96 cvs_cmd_name);
|
| root.c | 1023 char *cvs_cmd_name = "parse_cvsroot"; /* XXX is this used??? */ variable
|
| server.c | 2361 /* %c = cvs_cmd_name 2378 "c", "s", cvs_cmd_name, 3586 /* Global `cvs_cmd_name' is probably "server" right now -- only 3601 cvs_cmd_name = cmd_name; 4644 cvs_cmd_name = "racl"; 4914 /* Compensate for server_export()'s setting of cvs_cmd_name. 4919 do_cvs_command (!strcmp (cvs_cmd_name, "export") ? "export" : "checkout", 4929 cvs_cmd_name = "export";
|
| commit.c | 1256 "c", "s", cvs_cmd_name, 1632 cvs_output (cvs_cmd_name, 0);
|
| import.c | 115 cvs_cmd_name);
|
| acl.c | 709 is_racl = (strcmp (cvs_cmd_name, "racl") == 0);
|
| log.c | 232 is_rlog = (strcmp (cvs_cmd_name, "rlog") == 0);
|