Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c48 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 Dconn.c57 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