Searched refs:safe_read (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsafe-read.h29 extern size_t safe_read (int fd, void *buf, size_t count);
H A Dfull-write.c32 # define safe_rw safe_read
H A Dsafe-read.c46 # define safe_rw safe_read
H A Dhtml-styled-ostream.oo.c136 size_t n_read = safe_read (fd, buf, sizeof (buf));
H A Dcopy-file.c79 size_t n_read = safe_read (src_fd, buf, buf_size);
H A Dhtml-styled-ostream.c145 size_t n_read = safe_read (fd, buf, sizeof (buf));
H A Dcsharpcomp.c205 while (safe_read (fd[0], &c[count], 1) > 0)
391 while (safe_read (fd[0], &c[count], 1) > 0)
H A Djavacomp.c528 if (safe_read (fd, header, 8) == 8)
1343 while (safe_read (fd[0], &c[count], 1) > 0)
1362 while (safe_read (fd[0], &c[0], 1) > 0)
1459 while (safe_read (fd[0], &c[count], 1) > 0)
1477 while (safe_read (fd[0], &c[0], 1) > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c12 ssize_t safe_read(int fd, void *buf, size_t count) function
37 cc = safe_read(fd, buf, len);
109 if (safe_read(fd, p, 1) != 1) { /* EOF/error */
H A Dcopyfd.c36 rd = safe_read(src_fd, buffer, size > BUFSIZ ? BUFSIZ : size);
H A Dlineedit.c1329 if (safe_read(0, &c, 1) < 1) {
1519 if (safe_read(0, &c, 1) < 1)
1580 if (safe_read(0, &c, 1) < 1)
1603 if (safe_read(0, &c, 1) < 1)
1609 if (safe_read(0, &c, 1) < 1)
1615 if (safe_read(0, &dummy, 1) < 1)
1680 if (safe_read(0, &c, 1) < 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Drdate.c31 if (safe_read(fd, (void *)&nett, 4) != 4) /* read time from server */
H A Dfdformat.c107 read_bytes = safe_read(fd, data, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsum.c40 size_t bytes_read = safe_read(fd, buf, BUFSIZ);
H A Dtee.c65 while ((c = safe_read(STDIN_FILENO, buf, BUFSIZ)) > 0) {
H A Dsplit.c103 bytes_read = safe_read(0, read_buffer, READ_BUFFER_SIZE);
H A Ddd.c257 n = safe_read(ifd, ibuf, ibs);
273 n = safe_read(ifd, ibuf, ibs);
H A Dmd5_sha1_sum.c62 while (0 < (count = safe_read(src_fd, in_buf, 4096))) {
H A Dtail.c57 r = safe_read(fd, buf, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c136 size_t n_read = safe_read (fd, buf, sizeof (buf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dlast.c42 while ((n = safe_read(file, (void*)&ut, sizeof(struct utmp))) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Disrv_identd.c51 sz = safe_read(fd, cur, sizeof(buf->buf) - buf->pos);
H A Dnc.c175 nread = safe_read(fd, iobuf, sizeof(iobuf));
H A Dtelnetd.c509 r = safe_read(ts->sockfd_read, ts->buf1 + ts->rdidx1, maxlen);
530 r = safe_read(ts->ptyfd, ts->buf2 + ts->rdidx2, maxlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c163 rsize = safe_read(fd_in, inbuf + insize, IBUFSIZ);

Completed in 209 milliseconds

12