Searched defs:echocheck (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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; local 651 echocheck = 1; 656 echocheck = 0; 703 (void) wrstr(fn, buf, bptr - buf, echocheck); 712 wrstr(int fn, char *buf, int len, int echocheck) argument 719 if (echocheck)
|
/illumos-gate/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) 969 if (echocheck)
|
Completed in 282 milliseconds