Searched refs:READ (Results 51 - 75 of 112) sorted by relevance

12345

/macosx-10.9.5/text_cmds-87/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) {
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-exception.mm796 #define READ(type) \
804 READ(uintptr_t);
810 READ(uint16_t);
813 READ(uint32_t);
817 READ(uint64_t);
824 READ(int16_t);
827 READ(int32_t);
831 READ(int64_t);
840 #undef READ
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/IO/
H A DScalar.pm394 sub READ { shift->read(@_) } subroutine
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c76 READ = 0, // read end of standard UNIX pipe enumerator in enum:__anon11907
143 serv->u.ppp.statusfd[READ] = -1;
145 serv->u.ppp.controlfd[READ] = -1;
1589 ppp_socket_create_client(serv->u.ppp.statusfd[READ], 1, 0, 0);
1615 my_close(serv->u.ppp.statusfd[READ]);
1616 serv->u.ppp.statusfd[READ] = -1;
1619 my_close(serv->u.ppp.controlfd[READ]);
1620 serv->u.ppp.controlfd[READ] = -1;
1642 my_close(serv->u.ppp.controlfd[READ]);
1643 serv->u.ppp.controlfd[READ]
[all...]
H A Dnetwork_detection.c41 READ = 0, // read end of standard UNIX pipe enumerator in enum:__anon11905
90 my_close(fd[READ]);
91 fd[READ] = -1;
120 if ((readlen = read(context->sbslauncher_sockets[READ], buf, sizeof(buf))) > 0) {
177 my_close(context->sbslauncher_sockets[READ]);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/libtiff/
H A Dmakevms.com96 $ OPEN/READ MISSING MISSING.OBJECTS
98 $ READ/END=NOMOREMIS MISSING LINE
/macosx-10.9.5/xar-202/xar/test/
H A Dvalidate.c132 x = xar_open(file, READ);
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dglobtests141 t READ.ME (#ia1)readme
142 f READ..ME (#ia1)readme
170 f read.me (#ia1)README~READ.ME
/macosx-10.9.5/ICU-511.35/icuSources/data/rbnf/
H A Drbnffiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/xar-202/xar/src/
H A Dxar.c354 x = xar_open(filename, READ);
488 x = xar_open(filename, READ);
533 x = xar_open(filename, READ);
592 x = xar_open(filename, READ);
1056 x = xar_open(filename, READ);
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dscanner.c518 #define READ(parser,string) \ macro
2133 if (!READ(parser, string)) goto error;
2349 if (!READ(parser, string)) goto error;
2530 if (!READ(parser, string)) goto error;
2538 if (!READ(parser, string)) goto error;
2546 if (!READ(parser, string)) goto error;
2639 if (!READ(parser, string)) goto error;
2913 if (!READ(parser, string)) goto error;
3282 if (!READ(parser, string)) goto error;
3304 if (!READ(parse
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbst.vim35 syn keyword bstCommand READ EXECUTE ITERATE REVERSE SORT
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DLockExample.java123 lock_type = LockRequestMode.READ;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl241 {*\[READ-ONLY\]*} {set mboxinfo($chan,perm) READ-ONLY; incr dirty}
242 {*\[READ-WRITE\]*} {set mboxinfo($chan,perm) READ-WRITE; incr dirty}
/macosx-10.9.5/xar-202/xar/include/
H A Dxar.h88 #define READ 0 macro
H A Dxar.h.in88 #define READ 0
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c1333 #define READ(ptr, offset, count, size, type) \
1347 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *);
1348 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, PTR);
1349 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, PTR);
1350 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, PTR);
1351 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR);
1352 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
1354 READ (ss, cbSsOffset, issMax, sizeof (char), char *);
1355 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
1356 READ (external_fd
1327 #define READ macro
1353 #undef READ macro
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DLalr.pm653 FOLLOW(p,A) = READ(p,A)
659 READ(p,A) = U { FIRST(beta) | [ A -> alpha A . beta ] in KERNEL(GOTO(p,A))
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm653 FOLLOW(p,A) = READ(p,A)
659 READ(p,A) = U { FIRST(beta) | [ A -> alpha A . beta ] in KERNEL(GOTO(p,A))
/macosx-10.9.5/ICU-511.35/icuSources/data/mappings/
H A Ducmfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y2177 #define READ 0
2208 current_token = read_token (READ);
2510 /* Read the next token. Command can be READ (normal operation) or
3121 while ((cond_token = read_token (READ)) == '\n')
3179 tok = read_token (READ);
3206 tok = read_token (READ);
3244 tok = read_token (READ);
4692 while ((tok = read_token (READ)) != yacc_EOF)
4767 while ((tok = read_token (READ)) != ')')
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddefparse.c69 READ = 271, enumerator in enum:yytokentype
99 #define READ 271 macro
396 "IMPORTS", "VERSIONK", "BASE", "CONSTANT", "READ", "WRITE", "EXECUTE",
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test166 fcntl $writeFH READ
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmips.c91 #define READ(_fd, _buffer, _size, _error_message, _error_arg) \
90 #define READ macro
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkAudio.c322 if (rop == READ || rop == PAUSED) {

Completed in 201 milliseconds

12345