Home
last modified time | relevance | path

Searched refs:deswrite (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c289 (void) deswrite(rem, buf, strlen(buf), 0);
385 (void) deswrite(rem, buf, strlen(buf), 0);
415 (void) deswrite(rem, "E\n", 2, 0);
443 (void) deswrite(rem, buf, strlen(buf), 0);
453 (void) deswrite(rem, buf, strlen(buf), 0);
457 (void) deswrite(rem, buf, stb.st_size, 0);
496 (void) deswrite(rem, buf, strlen(buf), 0);
511 (void) deswrite(rem, buf, strlen(buf), 0);
526 (void) deswrite(rem, buf, amt, 0);
532 (void) deswrite(rem, "\1\n", 2, 0);
[all …]
H A Ddocmd.c471 (void) deswrite(rem, "\2\n", 2, 0); in closeconn()
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h110 int deswrite(int, char *, int, int);
H A Dkcmd.c691 deswrite(int fd, char *buf, int len, int secondary) in deswrite() function
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c994 if (deswrite(rem, &cmdchar, 1, 0) < 0) { in writer()
1002 if ((n = deswrite(rem, &c, 1, 0)) <= 0) { in writer()
1081 if (deswrite(rem, obuf, sizeof (obuf), 0) < 0) in sendwindow()
H A Drsh.c831 return (deswrite(fd, buf, len, writeiv ? 1 : 0)); in desrshwrite()
H A Drcp.c2098 return ((int)deswrite(fd, buf, len, 0)); in desrcpwrite()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c968 (void) deswrite(s, buf, cc, 1); in doit()
990 (void) deswrite(f, buf, cc, 0); in doit()