Home
last modified time | relevance | path

Searched refs:echocheck (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c571 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS) \
579 int sendcr = 1, echocheck = 0; in sendthem() local
651 echocheck = 1; in sendthem()
656 echocheck = 0; in sendthem()
703 (void) wrstr(fn, buf, bptr - buf, echocheck); in sendthem()
712 wrstr(int fn, char *buf, int len, int echocheck) in wrstr() argument
719 if (echocheck) in wrstr()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c766 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\
776 int sendcr = 1, echocheck = 0; local
876 echocheck = 1;
881 echocheck = 0;
924 (void) wrstr(fn, buf, bptr - buf, echocheck);
955 wrstr(int fn, char *buf, int len, int echocheck) in wrstr() argument
960 if (echocheck) in wrstr()