Searched defs:desrcpwrite (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c150 static int desrcpwrite(int, char *, int);
220 (void) desrcpwrite(rem, "", 1);
1211 (void) desrcpwrite(rem, buf, strlen(buf));
1220 (void) desrcpwrite(rem, buf, strlen(buf));
1248 (void) desrcpwrite(rem, bp->buf, amt);
1252 (void) desrcpwrite(rem, "", 1);
1321 (void) desrcpwrite(rem, path, strlen(path));
1329 (void) desrcpwrite(rem, path, strlen(path));
1362 (void) desrcpwrite(rem, "E\n", 2);
1441 (void) desrcpwrite(re
2086 desrcpwrite(int fd, char *buf, int len) function
[all...]

Completed in 64 milliseconds