| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| main.c | 88 static char *rcmdproto = NULL; variable 90 { "rcmd_protocol", &rcmdproto, 0 }, 356 if ((rcmdoption_done == B_FALSE) && (rcmdproto != NULL)) { 357 if (strncmp(rcmdproto, "rcmdv2", 6) == 0) { 359 } else if (strncmp(rcmdproto, "rcmdv1", 6) == 0) { 363 "KCMD protocol (%s)"), rcmdproto);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rsh.c | 88 static char *rcmdproto; variable 90 { "rcmd_protocol", &rcmdproto, 0 }, 493 if (!rcmdoption_done && (rcmdproto != NULL)) { 494 if (strncmp(rcmdproto, "rcmdv2", 6) == 0) { 496 } else if (strncmp(rcmdproto, "rcmdv1", 6) == 0) { 500 "KCMD protocol (%s)"), rcmdproto);
|
| rlogin.c | 124 static char *rcmdproto; variable 126 { "rcmd_protocol", &rcmdproto, 0 }, 554 if (!rcmdoption_done && (rcmdproto != NULL)) { 555 if (strncmp(rcmdproto, "rcmdv2", 6) == 0) { 557 } else if (strncmp(rcmdproto, "rcmdv1", 6) == 0) { 561 "KCMD protocol (%s)"), rcmdproto);
|
| rcp.c | 181 static char *rcmdproto = NULL; variable 183 { "rcmd_protocol", &rcmdproto, 0 }, 402 if ((rcmdoption_done == B_FALSE) && (rcmdproto != NULL)) { 403 if (strncmp(rcmdproto, "rcmdv2", 6) == 0) { 405 } else if (strncmp(rcmdproto, "rcmdv1", 6) == 0) { 409 "KCMD protocol (%s)"), rcmdproto); [all...] |