Searched refs:xwrite (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkswap.c40 xwrite(fd, hdr, sizeof(hdr));
42 xwrite(fd, "SWAPSPACE2", 10);
H A Dmkfs_minix.c241 xwrite(G.dev_fd, G.boot_block_buffer, 512);
247 xwrite(G.dev_fd, G.super_block_buffer, BLOCK_SIZE);
250 xwrite(G.dev_fd, G.inode_map, SB_IMAPS * BLOCK_SIZE);
253 xwrite(G.dev_fd, G.zone_map, SB_ZMAPS * BLOCK_SIZE);
256 xwrite(G.dev_fd, G.inode_buffer, INODE_BUFFER_SIZE);
264 xwrite(G.dev_fd, buffer, BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duuencode.c56 xwrite(STDOUT_FILENO, dst_buf, 4 * ((size + 2) / 3));
H A Dsplit.c135 xwrite(1, src, to_write);
H A Dtail.c196 xwrite(STDOUT_FILENO, buf + nread - nwrite, nwrite);
245 xwrite(STDOUT_FILENO, tailbuf, taillen);
267 xwrite(STDOUT_FILENO, buf, nread);
H A Dtr.c221 xwrite(STDOUT_FILENO, (char *)output, out_index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dtar.c198 xwrite(fd, hp, sizeof(*hp));
235 xwrite(fd, name, size - dir);
236 xwrite(fd, "/", dir);
239 xwrite(fd, &header, size);
481 xwrite(tbInfo->tarFd, block_buf, readSize);
576 xwrite(tbInfo.tarFd, block_buf, 2*TAR_BLOCK_SIZE);
H A Dgzip.c358 xwrite(ofd, (char *) G1.outbuf, G1.outcnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc.c189 xwrite(ofd, iobuf, nread);
H A Dnc_bloaty.c501 xwrite(ofd, stage, ap - stage);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c188 void xwrite(int fd, const void *buf, size_t count) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dnmeter.c101 xwrite(1, outbuf, sz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h426 extern void xwrite(int fd, const void *buf, size_t count);

Completed in 82 milliseconds