Searched refs:echocheck (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 571 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()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | conn.c | 774 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\ 784 int sendcr = 1, echocheck = 0; local 884 echocheck = 1; 889 echocheck = 0; 932 (void) wrstr(fn, buf, bptr - buf, echocheck); 963 wrstr(fn, buf, len, echocheck) in wrstr() argument 969 if (echocheck)
|