Searched refs:read (Results 251 - 275 of 1555) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dblob.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
82 if (::read(fd, &header, sizeof(header)) == sizeof(header))
87 if (::read(fd, blob+1, remainder) == ssize_t(remainder))
H A Dmacho++.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
180 size_t size = fd.read(&mHeaderBuffer, sizeof(mHeaderBuffer), mOffset);
188 if (fd.read(mCommandBuffer, cmdSize, this->headerSize() + mOffset) != cmdSize)
434 if (this->read(buffer, size, mOffset + offset) != size)
451 if (fd.read(&header, size, offset) != size)
461 // We always read an extra entry; in the situations where this might hit end-of-file,
469 if (fd.read(mArchList, archSize, mBase + sizeof(header)) != archSize) {
522 size_t got = fd.read(gapBytes, want, prevHeaderEnd + off);
725 if (fd.read(&header, sizeof(header), 0) != sizeof(header))
742 if (fd.read(
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcfmdiskrep.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
67 if (fd.read(marker, scanLength, 0) == scanLength)
152 // Locate, read, and cache embedded signing data from the CFM binary.
163 if (fd.read(&sentinel, sizeof(sentinel), fd.fileSize() - sizeof(Sentinel)) == sizeof(Sentinel))
171 secdebug("cfmrep", "failed to read signing bytes from %s(CFM)",
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAtomicFile.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
56 RefPointer<AtomicBufferedFile> read();
88 // The file is read into memory and closed after this is done.
101 const uint8 *read(off_t inOffset, off_t inLength, off_t &outLength);
123 // This is where the data from the file is read in to.
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dblob.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
82 if (::read(fd, &header, sizeof(header)) == sizeof(header))
87 if (::read(fd, blob+1, remainder) == ssize_t(remainder))
H A Dmacho++.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
180 size_t size = fd.read(&mHeaderBuffer, sizeof(mHeaderBuffer), mOffset);
188 if (fd.read(mCommandBuffer, cmdSize, this->headerSize() + mOffset) != cmdSize)
434 if (this->read(buffer, size, mOffset + offset) != size)
451 if (fd.read(&header, size, offset) != size)
461 // We always read an extra entry; in the situations where this might hit end-of-file,
469 if (fd.read(mArchList, archSize, mBase + sizeof(header)) != archSize) {
522 size_t got = fd.read(gapBytes, want, prevHeaderEnd + off);
725 if (fd.read(&header, sizeof(header), 0) != sizeof(header))
742 if (fd.read(
[all...]
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DAsyncFileStream.cpp187 void AsyncFileStream::read(char* buffer, int length) function in class:WebCore::AsyncFileStream
196 int bytesRead = m_stream->read(buffer, length);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Drand.c105 rc = read(fd, buf, length);
136 * 0x01 (read entropy nonblocking) 0xNN (bytes requested)
138 * 0x02 (read entropy blocking) 0xNN (bytes desired)
203 srv = read(egd_socket, resp, resp_expected);
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Drand.c105 rc = read(fd, buf, length);
136 * 0x01 (read entropy nonblocking) 0xNN (bytes requested)
138 * 0x02 (read entropy blocking) 0xNN (bytes desired)
203 srv = read(egd_socket, resp, resp_expected);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dconfig_test.cpp64 read(void) function in class:config_reader
66 atf_config_reader::read();
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dinput.c48 * These functions read input files.
79 NOTE(SCHEME_PROTECTS_DATA("read only data", _elf_pagesize))
113 * If file is mmap()'d and/or the read size is 0
144 * Note: This loop will only read in those pages which havn't
156 * do not read past the end of the file
162 (read(elf->ed_fd, iop, sz) != sz)) {
188 * do not read past the end of the file
193 (read(elf->ed_fd, iop, sz) != sz)) {
227 * If the file is read, elf->ed_vm and the file image
235 * and read th
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cache.el50 :type '(set (const ticked) (const dormant) (const unread) (const read)))
52 (defcustom gnus-cache-remove-articles '(read)
55 :type '(set (const ticked) (const dormant) (const unread) (const read)))
111 (gnus-cache-read-active)))
195 (> (read (current-buffer)) number))
205 (when (< (read (current-buffer)) number)
261 (buffer-read-only nil))
265 (let ((coding-system-for-read gnus-cache-coding-system))
310 (let ((coding-system-for-read
424 (and (not unread) (not ticked) (not dormant) (memq 'read clas
[all...]
H A Dgnus-move.el46 (list gnus-select-method (gnus-read-method "Move to method: ")))
90 (read (current-buffer))
93 ;; Then we read the headers from the `from-server'.
125 ;; Add this article to the list of read articles.
128 (when (setq mark (assq (read (current-buffer)) marks))
133 ;; Now we know what the read articles are and what the
143 (gnus-info-set-read info to-reads)
169 (gnus-read-method (format "Move group %s to method: "
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv.c177 int len; /* length of message / read */
200 if ((len = read(0,buf,GSERV_BUFSZ-1)) < 0)
203 fprintf (stderr, "%s: unable to read\n", progname);
210 /* read in "n/m:" (n=client fd, m=message length) */
213 ((len = read (0, buf + offset, 1)) > 0) &&
222 fprintf (stderr, "%s: unable to read\n", progname);
232 if ((len = read(0, buf, min2 (result_len, GSERV_BUFSZ - 1))) < 0)
235 fprintf (stderr, "%s: unable to read\n", progname);
256 while ((len = read (0,buf,1)) == 0)
261 fprintf (stderr,"%s: unable to read\
[all...]
/macosx-10.9.5/gpt-12/
H A Dboot.c153 nbytes = read(bfd, mbr->mbr_code, sizeof(mbr->mbr_code));
155 warn("unable to read PMBR boot loader");
159 warnx("short read of PMBR boot loader");
201 nbytes = read(bfd, buf, sb.st_size);
203 warn("unable to read GPT boot loader");
207 warnx("short read of GPT boot loader");
/macosx-10.9.5/groff-38/groff/src/include/
H A Dnonposix.h62 # define read(f,b,s) _read(f,b,s) macro
142 while (read(fd, drain, sizeof(drain)) > 0) \
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dedit.h212 # define read(fd,buff,n) syscall(3,fd,buff,n) macro
214 # define read(fd,buff,n) rEAd(fd,buff,n) macro
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_open_filename.c163 bytes_read = read(mine->fd, mine->buffer, mine->block_size);
209 * read()s instead to advance the file descriptor.
246 * read the "next" item on a non-rewind device).
257 bytesRead = read(mine->fd, mine->buffer,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py102 expected = f.read()
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGCOV.h10 // This header provides the interface to read and write coverage files that
41 /// read operations.
163 bool read(GCOVBuffer &Buffer);
175 bool read(GCOVBuffer &Buffer, GCOV::GCOVFormat Format);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py116 print '[stdout]', proc.stdout.read()
117 print '[stderr]', proc.stderr.read()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py116 print '[stdout]', proc.stdout.read()
117 print '[stderr]', proc.stderr.read()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py102 expected = f.read()
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dplaintex.vim22 let &l:define .= '\|\\new\(count\|dimen\|skip\|muskip\|box\|toks\|read\|write'
/macosx-10.9.5/xar-202/xar/test/
H A Dvalidate.c63 r = read(fd, buf, length);
144 read(fd, &hdr, sizeof(hdr));

Completed in 226 milliseconds

<<11121314151617181920>>