Searched refs:nread (Results 1 - 25 of 528) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dnetwork.c32 int nread; local
38 nread = read (fd, ptr, nleft);
40 if (nread < 0)
41 return (nread);
43 if (nread == 0)
46 nleft -= nread;
47 ptr += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dnetwork.c32 int nread; local
38 nread = read (fd, ptr, nleft);
40 if (nread < 0)
41 return (nread);
43 if (nread == 0)
46 nleft -= nread;
47 ptr += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dnetwork.c32 int nread; local
38 nread = read (fd, ptr, nleft);
40 if (nread < 0)
41 return (nread);
43 if (nread == 0)
46 nleft -= nread;
47 ptr += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dcontent_encoding.h40 ssize_t nread);
45 ssize_t nread);
H A Dpop3.h61 size_t nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcontent_encoding.h40 ssize_t nread);
45 ssize_t nread);
H A Dpop3.h61 size_t nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcontent_encoding.h40 ssize_t nread);
45 ssize_t nread);
H A Dpop3.h61 size_t nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/tests/
H A Drandom.c86 int nread; local
90 nread = read ( fd, buf, nleft );
91 if (nread < 0)
93 if (nread == EINTR)
94 nread = 0;
98 else if (!nread)
100 nleft -= nread;
101 buf = (char*)buf + nread;
117 size_t nread; local
148 if (readn (rp[0], tmp1c, sizeof tmp1c, &nread))
174 size_t nread; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/tests/
H A Drandom.c86 int nread; local
90 nread = read ( fd, buf, nleft );
91 if (nread < 0)
93 if (nread == EINTR)
94 nread = 0;
98 else if (!nread)
100 nleft -= nread;
101 buf = (char*)buf + nread;
117 size_t nread; local
148 if (readn (rp[0], tmp1c, sizeof tmp1c, &nread))
174 size_t nread; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/tests/
H A Drandom.c86 int nread; local
90 nread = read ( fd, buf, nleft );
91 if (nread < 0)
93 if (nread == EINTR)
94 nread = 0;
98 else if (!nread)
100 nleft -= nread;
101 buf = (char*)buf + nread;
117 size_t nread; local
148 if (readn (rp[0], tmp1c, sizeof tmp1c, &nread))
174 size_t nread; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testprogs/win32/npecho/
H A Dnpecho_client2.c51 DWORD ofs, size, nread; local
57 if (ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
72 printf("Small Read: %d%s\n", nread, more);
73 numread += nread;
76 if (!ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
80 printf("Small Read: %d\n", nread);
81 numread += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testprogs/win32/npecho/
H A Dnpecho_client2.c51 DWORD ofs, size, nread; local
57 if (ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
72 printf("Small Read: %d%s\n", nread, more);
73 numread += nread;
76 if (!ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
80 printf("Small Read: %d\n", nread);
81 numread += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testprogs/win32/npecho/
H A Dnpecho_client2.c51 DWORD ofs, size, nread; local
57 if (ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
72 printf("Small Read: %d%s\n", nread, more);
73 numread += nread;
76 if (!ReadFile(h, outbuffer+ofs, size, &nread, NULL)) {
80 printf("Small Read: %d\n", nread);
81 numread += nread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/scripts/chatchat/
H A Dchatchat.c210 int retval, created, pipefd, nread, nwritten; local
244 nread = read(STDIN_FILENO, (void *)input, MAXINPUT);
247 if (0 >= nread)
256 input[nread -1] = 0;
257 nread--;
258 nwritten = write_to_pipe(pipefd, input, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/scripts/chatchat/
H A Dchatchat.c210 int retval, created, pipefd, nread, nwritten; local
244 nread = read(STDIN_FILENO, (void *)input, MAXINPUT);
247 if (0 >= nread)
256 input[nread -1] = 0;
257 nread--;
258 nwritten = write_to_pipe(pipefd, input, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/scripts/chatchat/
H A Dchatchat.c210 int retval, created, pipefd, nread, nwritten; local
244 nread = read(STDIN_FILENO, (void *)input, MAXINPUT);
247 if (0 >= nread)
256 input[nread -1] = 0;
257 nread--;
258 nwritten = write_to_pipe(pipefd, input, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/boot/tools/
H A Dmkbb.c91 int nread; local
115 nread = read(fd, &bootloader_image, sizeof(bootblock));
116 if(nread != sizeof(bootblock)) {
118 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread);
123 nread = read(dev, &bootblock_from_disk, sizeof(bootblock));
124 if(nread != sizeof(bootblock)) {
126 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dmkbb.c91 int nread; local
115 nread = read(fd, &bootloader_image, sizeof(bootblock));
116 if(nread != sizeof(bootblock)) {
118 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread);
123 nread = read(dev, &bootblock_from_disk, sizeof(bootblock));
124 if(nread != sizeof(bootblock)) {
126 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dutil_sock.c209 size_t nread = 0; local
222 while (nread < mincnt) {
225 readret = SSL_read(ssl, buf + nread, maxcnt - nread);
227 readret = read(fd, buf + nread, maxcnt - nread);
230 readret = read(fd, buf + nread, maxcnt - nread);
244 nread += readret;
246 return((ssize_t)nread);
323 size_t nread = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dutil_sock.c209 size_t nread = 0; local
222 while (nread < mincnt) {
225 readret = SSL_read(ssl, buf + nread, maxcnt - nread);
227 readret = read(fd, buf + nread, maxcnt - nread);
230 readret = read(fd, buf + nread, maxcnt - nread);
244 nread += readret;
246 return((ssize_t)nread);
323 size_t nread = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dutil_sock.c209 size_t nread = 0; local
222 while (nread < mincnt) {
225 readret = SSL_read(ssl, buf + nread, maxcnt - nread);
227 readret = read(fd, buf + nread, maxcnt - nread);
230 readret = read(fd, buf + nread, maxcnt - nread);
244 nread += readret;
246 return((ssize_t)nread);
323 size_t nread = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drandom-daemon.c173 int nread;
179 nread = ath_read (fd, buf, nleft);
180 if (nread < 0)
182 if (nread == EINTR)
183 nread = 0;
187 else if (!nread)
189 nleft -= nread;
190 buf = (char*)buf + nread;
210 size_t nread;
269 rc = readn (daemon_socket, buf, 2, &nread);
172 int nread; local
209 size_t nread; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drandom-daemon.c173 int nread;
179 nread = ath_read (fd, buf, nleft);
180 if (nread < 0)
182 if (nread == EINTR)
183 nread = 0;
187 else if (!nread)
189 nleft -= nread;
190 buf = (char*)buf + nread;
210 size_t nread;
269 rc = readn (daemon_socket, buf, 2, &nread);
172 int nread; local
209 size_t nread; local
[all...]

Completed in 509 milliseconds

1234567891011>>