HomeSort by relevance Sort by last modified time
    Searched defs:dstbuf (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/boot/fiocompress/
fiocompress.c 178 void *dstbuf; local
196 dstbuf = malloc(dstlen);
197 if (dstbuf == NULL) {
215 ret = compress2(dstbuf, &dlen, (Bytef *)srcaddr, slen, 9);
221 if (write(dstfd, dstbuf, dlen) != dlen) {
250 void *dstbuf; local
273 dstbuf = malloc(blksize);
274 if (dstbuf == NULL) {
284 ret = uncompress(dstbuf, &dlen, (Bytef *)srcaddr, slen);
294 if (write(dstfd, dstbuf, dlen) != dlen)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
recon.c 668 char srcbuf[ COPY_BSIZE ], dstbuf[ COPY_BSIZE ]; local
688 if (read(dfd, dstbuf, COPY_BSIZE) != count) {
695 if (srcbuf[i] != dstbuf[i]) {
763 char srcbuf[ MAX_PATH ], dstbuf[ MAX_PATH ]; local
768 dstlen = readlink(dstname, dstbuf, sizeof (dstbuf));
776 if (srcbuf[i] != dstbuf[i])
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
netstat.c 3274 char dstbuf[MAXHOSTNAMELEN + 1]; local
3322 char dstbuf[MAXHOSTNAMELEN + 1]; local
4367 char dstbuf[MAXHOSTNAMELEN + 1]; local
4612 char dstbuf[MAXHOSTNAMELEN + 1]; local
    [all...]

Completed in 120 milliseconds