Searched defs:rcmdproto (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c88 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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c88 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);
H A Drlogin.c124 static char *rcmdproto; variable
126 { "rcmd_protocol", &rcmdproto, 0 },
553 if (!rcmdoption_done && (rcmdproto != NULL)) {
554 if (strncmp(rcmdproto, "rcmdv2", 6) == 0) {
556 } else if (strncmp(rcmdproto, "rcmdv1", 6) == 0) {
560 "KCMD protocol (%s)"), rcmdproto);
H A Drcp.c181 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);

Completed in 51 milliseconds