read 720 examples/libsmbclient/smbwrapper/smbw.c (* smbw_libc.read)(p[0], &c, 1); read 203 examples/libsmbclient/smbwrapper/wrapper.c GETSYM(read, "read"); read 888 examples/libsmbclient/smbwrapper/wrapper.c return readx(fd, buf, count, smbw_libc.read); read 104 examples/libsmbclient/smbwrapper/wrapper.h ssize_t (* read)(int fd, void *buf, size_t count); read 248 lib/nss_wrapper/nss_wrapper.c ret = read(nwrap->fd, buf, nwrap->st.st_size); read 118 lib/popt/poptconfig.c if (read(fd, (char *)file, fileLength) != fileLength) { read 439 lib/replace/replace.c return read(__fd, __buf, __nbytes); read 833 lib/replace/test/testsuite.c if (read(sock[0], buf, 12) == -1) { read 242 lib/tdb/common/open.c if (read(tdb->fd, &tdb->header, sizeof(tdb->header)) != sizeof(tdb->header) read 42 lib/tevent/testsuite.c read(fd[0], &c, 1); read 185 lib/tevent/tevent_signal.c res = read(fde->fd, c, sizeof(c)); read 146 lib/util/genrand.c while ((n = read(fd, (char *)buf, sizeof(buf))) > 0) { read 177 lib/util/genrand.c && (read(fd, seed_inbuf, sizeof(seed_inbuf)) == sizeof(seed_inbuf))) { read 236 lib/util/genrand.c if(urand_fd != -1 && (read(urand_fd, out, len) == len)) { read 273 lib/util/genrand.c if(urand_fd != -1 && (read(urand_fd, out, len) == len)) { read 129 lib/util/util_file.c ret = read(fd, data + offset, hint); read 184 lib/util/util_file.c if (read(fd, p, size) != size) { read 304 lib/util/xfile.c n = read(f->fd, f->buf, f->bufsize); read 87 lib/zlib/contrib/iostream2/zstream.h int read(void* buf, size_t len) { read 99 lib/zlib/examples/gun.c ret = (int)read(me->infile, next, ret); read 182 lib/zlib/examples/gzappend.c len = read(in->fd, in->buf, 1 << in->size); read 354 lib/zlib/examples/gzappend.c if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name); read 373 lib/zlib/examples/gzappend.c if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name); read 409 lib/zlib/examples/gzappend.c len = fd == -1 ? 0 : read(fd, in, CHUNK); read 130 lib/zlib/examples/gzjoin.c len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left); read 182 lib/zlib/examples/gzjoin.c if (read(in->fd, in->buf, 1) != 1) read 168 lib/zlib/examples/gzlog.c if (read(log->fd, temp, 12) != 12 || temp[0] != 0x1f || read 178 lib/zlib/examples/gzlog.c if (xlen < 4 || read(log->fd, temp, 4) != 4) read 199 lib/zlib/examples/gzlog.c if (read(log->fd, temp, 16) != 16) { read 208 lib/zlib/examples/gzlog.c if (read(log->fd, temp, 13) != 13 || read 287 lib/zlib/examples/gzlog.c if (read(log->fd, in, len) != len) { read 84 librpc/tools/ndrdump.c while((num_read = read(STDIN_FILENO, buf, 255)) > 0) { read 476 nsswitch/wb_common.c int result = read(winbindd_fd, (char *)buffer + nread, read 137 source3/auth/auth_netlogond.c nread = read(fd, pwd, sizeof(pwd)-1); read 948 source3/client/clitar.c bufread = read(tarhandle, ltarbuf, bufsiz); read 961 source3/client/clitar.c bufread = read(tarhandle, <arbuf[total], bufsiz - total); read 344 source3/client/mount.cifs.c rc = read(file_descript,&c,1); read 226 source3/groupdb/mapping.c if (read(fd, output, sizeof(output)) > 0) { read 92 source3/include/async_smb.h } read; read 2768 source3/include/libsmbclient.h smbc_read_fn read DEPRECATED_SMBC_INTERFACE; read 85 source3/lib/ldb/common/ldb_ldif.c bytes = read(f, buf, size); read 52 source3/lib/pidfile.c if (read(fd, pidstr, sizeof(pidstr)-1) <= 0) { read 373 source3/lib/popt_common.c switch (read(fd, p, 1)) { read 118 source3/lib/select.c if (read(select_pipe[0], &c, 1) == 1) { read 125 source3/lib/system.c ret = read(fd, buf, count); read 1976 source3/lib/system.c return read(attrfd, value, sbuf.st_size); read 41 source3/lib/util_file.c while ((n = read(fd, buf, sizeof(buf))) > 0) { read 235 source3/libaddns/dnssock.c ret = read(fd, data + total, len - total); read 161 source3/libads/cldap.c ret = read(sock, blob.data, blob.length); read 520 source3/libads/krb5_setpw.c ret = read(sock, chpw_rep.data, chpw_rep.length); read 123 source3/libsmb/clireadwrite.c req->data.read.ofs = offset; read 124 source3/libsmb/clireadwrite.c req->data.read.size = size; read 125 source3/libsmb/clireadwrite.c req->data.read.received = 0; read 126 source3/libsmb/clireadwrite.c req->data.read.rcvbuf = NULL; read 170 source3/libsmb/clireadwrite.c if (size > cli_req->data.read.size) { read 581 source3/libsmb/libsmb_setget.c return c->read; read 587 source3/libsmb/libsmb_setget.c c->read = fn; read 120 source3/modules/vfs_preopen.c nread = read(helper->fd, &c, 1); read 158 source3/modules/vfs_preopen.c thistime = read(sock_fd, namebuf + nread, read 181 source3/modules/vfs_preopen.c nread = read(fd, filebuf, to_read); read 1041 source3/passdb/pdb_smbpasswd.c if (read(fd, linebuf, wr_len+1) != wr_len+1) { read 101 source3/registry/regfio.c returned = read( file->fd, hdr, 0x20 ); read 134 source3/registry/regfio.c if ( (returned = read( file->fd, buffer+bytes_read, block_size-bytes_read )) == -1 ) { read 79 source3/rpc_client/rpc_transport_smbd.c nread = read(conn->stdout_fd, buf, sizeof(buf)-1); read 149 source3/smbd/oplock_irix.c if(read(ctx->read_fd, &dummy, 1) != 1) { read 103 source3/torture/smbiconv.c ssize_t n = read (fd, inptr, maxlen - actlen); read 139 source3/torture/smbiconv.c n = read (fd, inptr, maxlen - actlen); read 52 source3/utils/net_afs.c if (read(fd, &keyfile, sizeof(keyfile)) != sizeof(keyfile)) { read 407 source3/utils/smbget.c if(read(localhandle, checkbuf[1], RESUME_CHECK_SIZE) != RESUME_CHECK_SIZE) { read 500 source3/web/cgi.c while ((l=read(fd,buf,sizeof(buf)))>0) { read 158 source3/web/swat.c while ((ret = read(fd, buf, sizeof(buf))) > 0) { read 53 source4/auth/credentials/credentials_files.c switch (read(fd, p, 1)) { read 62 source4/client/cifsddio.c ret = read(IO_HANDLE_TO_FD(handle), buf, wanted); read 579 source4/client/smbmount.c switch (read(fd, p, 1)) { read 1188 source4/heimdal/kdc/pkinit.c ret = read(fd, ocsp.data.data, sb.st_size); read 510 source4/heimdal/lib/hcrypto/rand-fortuna.c while ((n = read(fd, (char *)u.shad, sizeof(u.shad))) > 0) read 105 source4/heimdal/lib/hcrypto/rand-unix.c count = read (fd, outdata, size); read 275 source4/heimdal/lib/hcrypto/rand.c slen = read(fd, buf, sizeof(buf)); read 217 source4/heimdal/lib/hdb/mkey.c len = read(fd, buf, sizeof(buf)); read 263 source4/heimdal/lib/hdb/mkey.c len = read(fd, buf, sizeof(buf)); read 3715 source4/heimdal/lib/krb5/crypto.c ret = read(fd, buf, sizeof(buf)); read 878 source4/heimdal/lib/krb5/fcache.c while((sz1 = read(fd1, buf, sizeof(buf))) > 0) { read 60 source4/heimdal/lib/roken/net_read.c count = read (fd, cbuf, rem); read 173 source4/heimdal/lib/roken/rkpty.c while((sret = read(master, &in, sizeof(in))) > 0) { read 231 source4/heimdal/lib/roken/rkpty.c while(read(master, &in, sizeof(in)) > 0) read 170 source4/heimdal/lib/roken/roken_gethostby.c n = read(s, buf + offset, sizeof(buf) - offset); read 84 source4/lib/ldb/common/ldb_ldif.c bytes = read(f, buf, size); read 50 source4/lib/registry/hive.c num = read(fd, peek, 20); read 316 source4/lib/registry/patchfile.c if (read(fd, &hdr, 4) != 4) { read 37 source4/lib/registry/patchfile_preg.c if (read(fd, &v, 2) < 2) { read 210 source4/lib/registry/patchfile_preg.c if (read(fd, &preg_header, 8) != 8) { read 259 source4/lib/registry/patchfile_preg.c if (read(fd, &value_type, 4) < 4) { read 275 source4/lib/registry/patchfile_preg.c if (read(fd, &length, 4) < 4) { read 291 source4/lib/registry/patchfile_preg.c read(fd, buf_ptr, length) != length) { read 1758 source4/libcli/raw/interfaces.h } read; read 65 source4/libcli/raw/rawreadwrite.c SSVAL(req->out.vwv, VWV(0), parms->read.in.file.fnum); read 66 source4/libcli/raw/rawreadwrite.c SSVAL(req->out.vwv, VWV(1), parms->read.in.count); read 67 source4/libcli/raw/rawreadwrite.c SIVAL(req->out.vwv, VWV(2), parms->read.in.offset); read 68 source4/libcli/raw/rawreadwrite.c SSVAL(req->out.vwv, VWV(4), parms->read.in.remaining); read 150 source4/libcli/raw/rawreadwrite.c parms->read.out.nread = SVAL(req->in.vwv, VWV(0)); read 151 source4/libcli/raw/rawreadwrite.c if (parms->read.out.nread > parms->read.in.count || read 153 source4/libcli/raw/rawreadwrite.c parms->read.out.nread, parms->read.out.data)) { read 363 source4/libcli/resolve/dns_ex.c ret = read(state->child_fd, address, value); read 1128 source4/ntvfs/cifs/vfs_cifs.c ops.read = cvfs_read; read 1048 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c ops.read = cifspsx_read; read 925 source4/ntvfs/ipc/vfs_ipc.c ops.read = ipc_read; read 473 source4/ntvfs/nbench/vfs_nbench.c PASS_THRU_REQ(ntvfs, req, read, rd, (ntvfs, req, rd)); read 941 source4/ntvfs/nbench/vfs_nbench.c ops.read = nbench_read; read 111 source4/ntvfs/ntvfs.h NTSTATUS (*read)(struct ntvfs_module_context *ntvfs, read 1295 source4/ntvfs/ntvfs_generic.c rd->read.out.nread = rd2->generic.out.nread; read 1347 source4/ntvfs/ntvfs_generic.c rd2->readx.in.file.ntvfs= rd->read.in.file.ntvfs; read 1348 source4/ntvfs/ntvfs_generic.c rd2->readx.in.offset = rd->read.in.offset; read 1349 source4/ntvfs/ntvfs_generic.c rd2->readx.in.mincnt = rd->read.in.count; read 1350 source4/ntvfs/ntvfs_generic.c rd2->readx.in.maxcnt = rd->read.in.count; read 1351 source4/ntvfs/ntvfs_generic.c rd2->readx.in.remaining = rd->read.in.remaining; read 1352 source4/ntvfs/ntvfs_generic.c rd2->readx.out.data = rd->read.out.data; read 1353 source4/ntvfs/ntvfs_generic.c status = ntvfs->ops->read(ntvfs, req, rd2); read 1363 source4/ntvfs/ntvfs_generic.c status = ntvfs->ops->read(ntvfs, req, rd2); read 1391 source4/ntvfs/ntvfs_generic.c status = ntvfs->ops->read(ntvfs, req, rd2); read 1402 source4/ntvfs/ntvfs_generic.c status = ntvfs->ops->read(ntvfs, req, rd2); read 193 source4/ntvfs/ntvfs_interface.c if (!ntvfs->ops->read) { read 196 source4/ntvfs/ntvfs_interface.c return ntvfs->ops->read(ntvfs, req, io); read 516 source4/ntvfs/ntvfs_interface.c if (!ntvfs->next || !ntvfs->next->ops->read) { read 519 source4/ntvfs/ntvfs_interface.c return ntvfs->next->ops->read(ntvfs->next, req, io); read 116 source4/ntvfs/posix/pvfs_util.c ssize_t ret2, ret = read(fd1, buf, buf_size); read 349 source4/ntvfs/posix/vfs_posix.c ops.read = pvfs_read; read 1045 source4/ntvfs/simple/vfs_simple.c ops.read = svfs_read; read 822 source4/ntvfs/smb2/vfs_smb2.c ops.read = cvfs_read; read 224 source4/ntvfs/sysdep/inotify.c if (read(in->fd, e0, bufsize) != bufsize) { read 434 source4/ntvfs/unixuid/vfs_unixuid.c PASS_THRU_REQ(ntvfs, req, read, (ntvfs, req, rd)); read 690 source4/ntvfs/unixuid/vfs_unixuid.c ops.read = unixuid_read; read 730 source4/smb_server/smb/reply.c io->read.out.nread = MIN(io->read.out.nread, read 732 source4/smb_server/smb/reply.c req_grow_data(req, 3 + io->read.out.nread); read 735 source4/smb_server/smb/reply.c SSVAL(req->out.vwv, VWV(0), io->read.out.nread); read 739 source4/smb_server/smb/reply.c SSVAL(req->out.data, 1, io->read.out.nread); read 756 source4/smb_server/smb/reply.c io->read.level = RAW_READ_READ; read 757 source4/smb_server/smb/reply.c io->read.in.file.ntvfs = smbsrv_pull_fnum(req, req->in.vwv, VWV(0)); read 758 source4/smb_server/smb/reply.c io->read.in.count = SVAL(req->in.vwv, VWV(1)); read 759 source4/smb_server/smb/reply.c io->read.in.offset = IVAL(req->in.vwv, VWV(2)); read 760 source4/smb_server/smb/reply.c io->read.in.remaining = SVAL(req->in.vwv, VWV(4)); read 763 source4/smb_server/smb/reply.c smbsrv_setup_reply(req, 5, 3 + io->read.in.count); read 766 source4/smb_server/smb/reply.c io->read.out.data = req->out.data + 3; read 768 source4/smb_server/smb/reply.c SMBSRV_CHECK_FILE_HANDLE(io->read.in.file.ntvfs); read 53 source4/smbd/pidfile.c if (read(fd, pidstr, sizeof(pidstr)-1) <= 0) { read 156 source4/smbd/server.c if (read(0, &c, 1) == 0) { read 901 source4/torture/raw/oplock.c rd.read.level = RAW_READ_READ; read 902 source4/torture/raw/oplock.c rd.read.in.file.fnum = fnum; read 903 source4/torture/raw/oplock.c rd.read.in.count = 1; read 904 source4/torture/raw/oplock.c rd.read.in.offset = 0; read 905 source4/torture/raw/oplock.c rd.read.in.remaining = 0; read 114 source4/torture/raw/read.c io.read.in.file.fnum = fnum; read 115 source4/torture/raw/read.c io.read.in.count = 1; read 116 source4/torture/raw/read.c io.read.in.offset = 0; read 117 source4/torture/raw/read.c io.read.in.remaining = 0; read 118 source4/torture/raw/read.c io.read.out.data = buf; read 122 source4/torture/raw/read.c CHECK_VALUE(io.read.out.nread, 0); read 125 source4/torture/raw/read.c io.read.in.count = 0; read 128 source4/torture/raw/read.c CHECK_VALUE(io.read.out.nread, 0); read 131 source4/torture/raw/read.c io.read.in.file.fnum = fnum+1; read 134 source4/torture/raw/read.c io.read.in.file.fnum = fnum; read 139 source4/torture/raw/read.c io.read.in.file.fnum = fnum; read 140 source4/torture/raw/read.c io.read.in.offset = 0; read 141 source4/torture/raw/read.c io.read.in.remaining = 0; read 142 source4/torture/raw/read.c io.read.in.count = strlen(test_data); read 145 source4/torture/raw/read.c CHECK_VALUE(io.read.out.nread, strlen(test_data)); read 153 source4/torture/raw/read.c io.read.in.offset = 1; read 154 source4/torture/raw/read.c io.read.in.count = strlen(test_data); read 157 source4/torture/raw/read.c CHECK_VALUE(io.read.out.nread, strlen(test_data)-1); read 166 source4/torture/raw/read.c io.read.in.offset = ~0; read 167 source4/torture/raw/read.c io.read.in.count = strlen(test_data); read 170 source4/torture/raw/read.c CHECK_VALUE(io.read.out.nread, 0); read 178 source4/torture/raw/read.c io.read.in.offset = 0; read 179 source4/torture/raw/read.c io.read.in.count = ~0; read 182 source4/torture/raw/read.c CHECK_BUFFER(buf, seed, io.read.out.nread); read 194 source4/torture/raw/read.c io.read.in.offset = 0; read 195 source4/torture/raw/read.c io.read.in.count = ~0; read 100 source4/torture/smbiconv.c ssize_t n = read (fd, inptr, maxlen - actlen); read 136 source4/torture/smbiconv.c n = read (fd, inptr, maxlen - actlen);