Searched refs:wrstr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 48 static int wrstr(int, char *, int, int); 571 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS) \ 703 (void) wrstr(fn, buf, bptr - buf, echocheck); in sendthem() 712 wrstr(int fn, char *buf, int len, int echocheck) in wrstr() function
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | conn.c | 57 EXTERN int chat(), rddev(), expect(), wrstr(), wrchr(); 766 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\ 924 (void) wrstr(fn, buf, bptr - buf, echocheck); 955 wrstr(int fn, char *buf, int len, int echocheck) in wrstr() function
|