Searched refs:READ (Results 76 - 100 of 112) sorted by relevance

12345

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcobol.vim60 syn keyword cobolReserved contained END-MULTIPLY END-OF-PAGE END-READ END-RECEIVE END-RETURN
73 syn keyword cobolReserved contained RANDOM RD READ RECEIVE RECORD RECORDS REDEFINES REEL REFERENCE REFERENCES
H A Dforth.vim230 syn keyword forthFileWords RENAME-FILE READ-FILE READ-LINE KEY-FILE
H A Dabap.vim55 syn keyword abapStatement RAISE RANGES READ RECEIVE REFRESH REJECT REPLACE REPORT RESERVE RESTORE ROLLBACK RP-PROVIDE-FROM-LAST
H A Dclipper.vim32 syn keyword clipperStatement NOTE PACK QUIT READ
H A Dfgl.vim72 syn keyword fglKeyword RAISE RANGE READ READONLY REAL RECORD RECOVER RED REFERENCES
H A Domnimark.vim61 syn keyword omnimarkCommands READ-ONLY READABLE REFERENT REFERENTS REFERENTS-ALLOWED REFERENTS-DISPLAYED REFERENTS-NOT-ALLOWED REMAINDER REPEATED REPLACEMENT-BREAK REVERSED
H A Dbasic.vim57 syn keyword basicStatement RANDOMIZE randomize Randomize READ read Read
H A Dfreebasic.vim92 syn keyword freebasicMisc ASM DATA LET TO READ RESTORE SIZEOF SWAP OFFSETOF
H A Didlang.vim170 syn keyword idlangRoutine RANDOMU RANKS RDPIX READ READF READ_ASCII
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c3916 #define READ(ptr, offset, count, size, type) \
3940 READ (line, cbLineOffset, cbLine, sizeof (unsigned char),
3942 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, void *); macro
3943 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, void *);
3944 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *);
3945 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *);
3946 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
3948 READ (ss, cbSsOffset, issMax, sizeof (char), char *);
3949 READ (external_fdr, cbFdOffset, ifdMax, swap->external_fdr_size, void *);
3950 READ (external_rf
3906 #define READ macro
[all...]
H A Delfxx-mips.c892 #define READ(ptr, offset, count, size, type) \
906 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *);
907 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, void *);
908 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, void *);
909 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *);
910 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *);
911 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
913 READ (ss, cbSsOffset, issMax, sizeof (char), char *);
914 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
915 READ (external_fd
886 #define READ macro
912 #undef READ macro
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexalpha.c90 #define READ(_fd, _buffer, _size, _error_message, _error_arg) \
89 #define READ macro
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl1530 append xml [engrant AllUsers READ]
1534 append xml [engrant AllUsers READ]
1539 append xml [engrant AuthenticatedUsers READ]
1552 foreach perm {FULL_CONTROL READ READ_ACP WRITE WRITE_ACP} {
/macosx-10.9.5/ICU-511.35/icuSources/data/coll/
H A Dcolfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ICU-511.35/icuSources/data/curr/
H A Dresfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ICU-511.35/icuSources/data/lang/
H A Dresfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ICU-511.35/icuSources/data/region/
H A Dresfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ICU-511.35/icuSources/data/zone/
H A Dresfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.c190 READ(fp,addr,len);
249 READ(fp,action,sizeof(int32_t));
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm558 sub READ { shift->read(@_) } subroutine
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h522 #define FREAD READ
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c375 #define READ(trans,buf,toRead) (DownRead ((trans), (buf), (toRead))) macro
383 #define READ(trans,buf,toRead) (Tcl_Read ((trans)->parent, (buf), (toRead))) macro
1548 read = READ (trans, buf, toRead);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c46 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, TRUNC, enumerator in enum:__anon15549
94 /* Not always used--how much data should we find (EVFILT_{READ,WRITE}) */
196 * READ: try to read one char
239 case READ:
793 init_action(&test.t_helpthreadact, SLEEP, READ, 2, (void*)FILE1, NULL);
/macosx-10.9.5/ICU-511.35/icuSources/data/locales/
H A Dresfiles.mk7 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb1662 # "READ-ONLY" / "READ-WRITE" / "TRYCREATE" /
2983 when /\A(?:ALERT|PARSE|READ-ONLY|READ-WRITE|TRYCREATE|NOMODSEQ)\z/n

Completed in 195 milliseconds

12345