Searched refs:read (Results 201 - 225 of 1555) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/DTTk/Apps/
H A Dweblatency.d72 * the return of the next read in the same thread. Various stateful flags
73 * are used: self->fd, self->read.
125 syscall::read:entry
135 syscall::read:return
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dweblatency.d72 * the return of the next read in the same thread. Various stateful flags
73 * are used: self->fd, self->read.
125 syscall::read:entry
135 syscall::read:return
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dtest-distrib.c49 This file is read by the `test-distribution' program.\n\
54 /* Like `read' but keeps trying until it gets SIZE bytes or reaches eof. */
65 if ((num = read (fd, buf + sofar, size - sofar)) == 0)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-eform.el119 (read (current-buffer))
H A Dscore-mode.el96 (let ((form (read (current-buffer))))
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dvms.h139 /* Define this if you want to read the file SYS$SYSTEM:SYSUAF.DAT for user
186 data at once, so we redefine read and write here. */
188 #define read sys_read
187 #define read macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexcw.c67 read (fd, &exe_header_buffer->file_header,
81 read (fd, &exe_header_buffer->file_optional_header,
90 read (fd, &exe_header_buffer->section_header[i],
281 ret = read (fd_in, buffer, sizeof (buffer));
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dreadfilemap.c81 n = read(fd, p, nbytes);
89 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
/macosx-10.9.5/file_cmds-230/rmt/
H A Drmt.c106 if (read(STDIN_FILENO, &c, 1) != 1)
145 cc = read(STDIN_FILENO, &record[i], n - i);
161 rval = read(tape, record, n);
221 if (read(STDIN_FILENO, cp+i, 1) != 1)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/dir/
H A Dgetdents.c35 * read directory entries into directory block
116 return(read(fd, buf, siz));
139 if ((n = read(fd, (char*)buf + siz - m, m)) <= 0) break;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastcopy.c88 if ((c = read(rfd, buf, (size_t)n)) > 0 && write(wfd, buf, (size_t)c) != c) c = -1;
/macosx-10.9.5/libauto-185.5/
H A DInUseEnumerator.h68 // read
72 inline void *read(void *task_address, usword_t size) { function in class:Auto::InUseEnumerator
73 void *local_address; // location where memory was read
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDataStream.cpp63 return read(Fd, buf, len);
/macosx-10.9.5/netcat-20/
H A Dsocks.c95 errx(1, "proxy read too long");
96 if (atomicio(read, fd, buf + off, 1) != 1)
97 err(1, "proxy read");
152 cnt = atomicio(read, proxyfd, buf, 2);
154 err(1, "read failed (%lu/3)", cnt);
205 cnt = atomicio(read, proxyfd, buf, 10);
207 err(1, "read failed (%lu/10)", cnt);
227 cnt = atomicio(read, proxyfd, buf, 8);
229 err(1, "read failed (%lu/8)", cnt);
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_main.c120 while((len = read(STDIN_FILENO, buffer, sizeof(buffer))) > 0)
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dkeyboard.c74 cc = read(keyboard->fd, &c, 1);
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmail_flow.c21 /* mail_flow_get() attempts to read specified number of tokens. The
68 /* mail_flow_get - read N tokens */
91 * Read and discard N bytes. XXX AIX read() can return 0 when an open
95 if ((n = read(MASTER_FLOW_READ, buf, count > BUFFER_SIZE ?
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfifo_listen.c15 /* the specified permissions, opens the FIFO read-write or read-only,
108 && read(fd, buf, BUF_LEN < count ? BUF_LEN : count) > 0)
H A Dfifo_rdonly_bug.c9 /* fifo_rdonly_bug creates a FIFO and opens it read only. It
13 /* even after multiple read operations.
61 if (read(fd, &ch, 1) < 0) {
62 perror("read");
86 printf("Open fifo %s, read-only mode...\n", FIFO_PATH);
H A Dstream_recv_fd.c110 while ((read_count = read(client_fd, buf, sizeof(buf))) > 0)
113 msg_fatal("read: %m");
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A DTinyURLService.py21 return urllib2.urlopen(TINYURL_API, data).read().decode('utf-8')
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nslog.py16 data = fp.read()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DMyHazeFilter.py60 "MyHazeRemoval", "cikernel"), 'rb').read()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A DTinyURLService.py21 return urllib2.urlopen(TINYURL_API, data).read().decode('utf-8')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nslog.py16 data = fp.read()

Completed in 307 milliseconds

1234567891011>>