Searched refs:READ (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c86 #define READ(r) inb(UART_PORT_ADDR + UART_##r) macro
97 if (READ(SCR) != 0x5a) return 0;
99 if (READ(SCR) != 0xa5) return 0;
106 const unsigned char lcr = READ( LCR );
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);
142 lsr = READ( LSR );
146 READ( RBR ); /* discard */
152 return READ( RBR );
194 READ( RBR );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DtrampolineClient.cpp53 READ = 0, // read end of standard UNIX pipe enumerator in enum:__anon4365
140 close(notify[READ]); close(notify[WRITE]);
161 close(notify[READ]); close(notify[WRITE]);
175 ssize_t rc = read(notify[READ], &status, sizeof(status));
184 close(notify[READ]);
185 if (communicationsPipe) { close(comm[READ]); close(comm[WRITE]); }
188 close(notify[READ]);
190 *communicationsPipe = fdopen(comm[READ], "r+");
200 close(notify[READ]);
202 close(comm[READ]);
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddefparse.h45 READ = 271, enumerator in enum:yytokentype
75 #define READ 271 macro
H A Ddeflex.l51 "READ" { return READ;}
H A Ddefparse.y34 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
112 READ { $$ = 1; }
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockRequestMode.java21 public static final LockRequestMode READ = field in class:LockRequestMode
22 new LockRequestMode("READ", DbConstants.DB_LOCK_READ);
/macosx-10.10/emacs-93/emacs/src/
H A Dunexenix.c57 #define READ(_fd, _buffer, _size, _error_message, _error_arg) \
109 READ (infd, u_xexecp, sizeof (struct xexec),
112 READ (infd, u_xextp, sizeof (struct xext),
119 READ (infd, u_xsegp, sizeof (struct xseg),
166 READ (infd, u_xsegp, sizeof (struct xseg),
178 READ (infd, u_xsegp, sizeof (struct xseg),
198 READ (infd, u_xsegp, sizeof (struct xseg),
225 READ (infd, buf, chunk, "error reading %s", in_name);
56 #define READ macro
/macosx-10.10/swig-12/Lib/ruby/
H A Dfile.i19 %typemap(in) FILE *READ {
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dnonblock.t383 READ:
388 last READ;
405 last READ;
410 last READ;
414 last READ;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h150 /* READ macros, used for reading data, on read error they will
157 #define READ(fp,ptr,size) \ macro
160 DEBUG_PRINT("READ : var="__STRING(ptr)" error: %s",strerror(errno)); \
163 DEBUG_PRINT("READ : var="__STRING(ptr)" size=%d",(int)size); \
167 READ(fp,&(field),sizeof(type))
183 DEBUG_PRINT("READ : buffer error: %d bytes too large",(tmpint32-sizeof(buffer))+1); \
188 { READ(fp,buffer,(size_t)tmpint32); } \
194 /* READ BUF macros that read data into a pre-allocated buffer.
212 DEBUG_PRINT("READ : buffer error: %d bytes too small",(bufptr+(sz)-(buflen))); \
244 READ(f
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpopen.c34 #define READ 0 macro
214 { pkeep = READ; ckeep = WRITE; }
215 else { pkeep = WRITE; ckeep = READ; }
248 { pkeep = WRITE; ckeep = READ; }
249 else { pkeep = READ; ckeep = WRITE; }
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmkhelp.pl89 open(READ, "<$README") ||
92 while(<READ>) {
95 close(READ);
/macosx-10.10/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfcntl.test46 fcntl $testRWFH READ
67 fcntl $testRFH READ
88 fcntl $testWFH READ
153 } {1 {unknown attribute name "BAZ", expected one of RDONLY, WRONLY, RDWR, READ, WRITE, APPEND, CLOEXEC, NONBLOCK, LINEBUF, NOBUF, or KEEPALIVE}}
/macosx-10.10/vim-55/runtime/indent/
H A Dcobol.vim143 if line =~? '^\%(IF\|THEN\|ELSE\|READ\|EVALUATE\|SEARCH\|SELECT\)\>'
149 let ind = s:optionalblock(a:lnum,ind,'DELETE\|REWRITE\|START\|WRITE\|READ','INVALID\s\+KEY\|AT\s\+END\|NO\s\+DATA\|AT\s\+END-OF-PAGE')
153 " We also search for READ so that contained AT ENDs are skipped
154 let lastclause = searchpair('\c-\@<!\<\%(SEARCH\|EVALUATE\|READ\)\>','\c\<\%(WHEN\|AT\s\+END\)\>','\c\<END-\%(SEARCH\|EVALUATE\|READ\)\>','bW',s:skip)
157 "&& s:stripped(lastclause) !~? '^\%(SEARCH\|EVALUATE\|READ\)\>'
196 elseif beginword =~? '^\%(DELETE\|REWRITE\|START\|READ\|WRITE\)$'
199 if beginword =~? '^READ'
211 elseif cline =~? '^\(END-\(READ\|EVALUATE\|SEARCH\|PERFORM\)\)\>'
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dxar++.cpp47 if ((mXar = ::xar_open(path, READ)) == NULL)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dxar++.cpp47 if ((mXar = ::xar_open(path, READ)) == NULL)
/macosx-10.10/mail_cmds-30/mail/
H A Dpopen.c50 #define READ 0 macro
121 (void)fcntl(p[READ], F_SETFD, 1);
124 myside = p[READ];
129 hisside = fd0 = p[READ];
134 (void)close(p[READ]);
/macosx-10.10/ICU-531.30/icuSources/data/misc/
H A Dmiscfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.10/ICU-531.30/icuSources/data/sprep/
H A Dsprepfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c330 if (s->readStatus != READ) {
391 if (s->readStatus != READ) {
438 if (s->readStatus != READ) {
451 if (s->readStatus != READ) {
703 if (s->writeStatus == WRITE && s->readStatus == READ) {
711 if ((rop == READ || rop == PAUSED) && (s->readStatus == READ)) {
725 if (rsoundQueue == NULL && rop == READ) {
797 if ((rop == READ || rop == PAUSED) && (s->readStatus == READ)) {
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dtsscl.vim91 " *READ/unit=unit_number[/LOCAL | /GLOBAL ] sym1 [sym2, [sym3 ...]]
113 syn match tssclDirective "\*READ"
146 " I/O: *PROMPT, *WRITE, *READ
/macosx-10.10/xar-254/xarsig/
H A Dxar-sig.c228 x = xar_open(filename, READ);
312 x = xar_open(filename, READ);
433 old_xar = xar_open(filename, READ);
542 new_xar = xar_open(new_xar_path, READ);
579 xar_t x = xar_open(filename, READ);
654 x = xar_open(xar_path, READ);
782 x = xar_open(filename, READ);
800 x = xar_open(filename, READ);
883 x = xar_open(filename, READ);
902 x = xar_open(filename, READ);
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/brkitr/
H A Dbrkfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.10/text_cmds-88/ed/
H A Dcbc.c64 #define READ(buf, n, fp) fread(buf, sizeof(char), n, fp) macro
374 if ((n = READ(msgbuf, 8, fp)) == 8) {

Completed in 372 milliseconds

1234