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

1234

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmlist.cpp54 Element.Word = data;
61 Element.Word = CssmAutoData(alloc, data).release();
68 Element.Word = CssmAutoData(alloc, s.data(), s.size()).release();
82 return CssmData::overlay(Element.Word);
88 return CssmData::overlay(Element.Word);
94 Element.Word = data;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.cpp54 Element.Word = data;
61 Element.Word = CssmAutoData(alloc, data).release();
68 Element.Word = CssmAutoData(alloc, s.data(), s.size()).release();
82 return CssmData::overlay(Element.Word);
88 return CssmData::overlay(Element.Word);
94 Element.Word = data;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dphonetic.c213 phonetic( char *Word )
223 * Copy Word to internal buffer, dropping non-alphabetic characters
227 for (n = ntrans + 4, n_end = ntrans + 35; !iswordbreak( *Word ) &&
228 n < n_end; Word++) {
229 if (isalpha((unsigned char)*Word))
230 *n++ = TOUPPER((unsigned char)*Word);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim192 " Section: ada#Word (...) {{{1
197 function ada#Word (...)
279 endfunction ada#Word
287 let l:Tag_Word = ada#Word (a:1, a:2)
291 let l:Tag_Word = ada#Word ()
318 " Section: ada#Jump_Tag (Word, Mode) {{{1
320 " Word tag - include '.' and if Ada make uppercase
322 function ada#Jump_Tag (Word, Mode)
323 if a:Word == ''
325 let l:Word
[all...]
/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h63 typedef Elf64_Word Word; typedef
108 typedef Elf32_Word Word; typedef
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtcl_parse.tcl65 # * 'type' in { Command, Text, Backslash, Word, Quote, Continuation, QBrace }
90 # Word ....... : The beginning of an unquoted, quoted or
123 # (d) Remove irrelevant 'Word' tokens. These are tokens with a
124 # single Text token as child. Word tokens without children
199 foreach n [$q query tree withatt type Word] {
212 if {[$t get $first type] eq "Word"} {
232 # - type string in {'Command','Text','Word'} (phase 2)
241 # .(iii) The children of a Command node are Text, Word, and Command nodes, the command arguments. If any.
242 # .(iv) The children of a Word node are Command and Text nodes in semi-alternation.
245 # .(vii) Word node
399 proc Word {} { procedure
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsCodeEmitter.cpp88 void emitWordLE(unsigned Word);
386 void MipsCodeEmitter::emitWordLE(unsigned Word) { argument
388 errs().write_hex(Word) << "\n");
389 MCE.emitWordLE(Word);
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A Dparse.c24 extern void Word(DviWidget);
147 Word (dw);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb367 # Alphanumeric = /\p{Word}/
369 _tmp = scan(/\A(?-mix:\p{Word})/)
395 # NonAlphanumeric = /\p{^Word}/
397 _tmp = scan(/\A(?-mix:\p{^Word})/)
410 Rules[:_Alphanumeric] = rule_info("Alphanumeric", "/\\p{Word}/")
414 Rules[:_NonAlphanumeric] = rule_info("NonAlphanumeric", "/\\p{^Word}/")
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecAccess.cpp296 subject2.Element.Word.Data = (UInt8 *)&selector;
297 subject2.Element.Word.Length = sizeof(selector);
431 CSSM_ACL_PROCESS_SUBJECT_SELECTOR* selectorPtr = (CSSM_ACL_PROCESS_SUBJECT_SELECTOR*)nextElement->Element.Word.Data;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAccess.cpp296 subject2.Element.Word.Data = (UInt8 *)&selector;
297 subject2.Element.Word.Length = sizeof(selector);
431 CSSM_ACL_PROCESS_SUBJECT_SELECTOR* selectorPtr = (CSSM_ACL_PROCESS_SUBJECT_SELECTOR*)nextElement->Element.Word.Data;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAccess.cpp296 subject2.Element.Word.Data = (UInt8 *)&selector;
297 subject2.Element.Word.Length = sizeof(selector);
431 CSSM_ACL_PROCESS_SUBJECT_SELECTOR* selectorPtr = (CSSM_ACL_PROCESS_SUBJECT_SELECTOR*)nextElement->Element.Word.Data;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcontext.vim88 syn match contextFont '\\\%(Word\|WORD\|Words\|WORDS\)\>'
H A Dmma.vim64 syntax keyword mmaVariable Byte Character Expression Number Real String Word EndOfFile Integer Symbol
73 syntax keyword mmaVariable Next Previous After Before Character Word Expression TextLine CellContents Cell CellGroup EvaluationCell ButtonCell GeneratedCell Notebook
H A Ddoxygen.vim157 exe 'syn region doxygenSpecial'.a:name.'Word contained start=+'.a:kword.'+ end=+\(\_s\+'.mx.'\)\@<=[-a-zA-Z_0-9+*/^%|~!=&\\]\@!+ skipwhite contains=doxygenContinueComment,doxygen'.a:name.'Word'
158 exe 'syn match doxygen'.a:name.'Word contained "\_s\@<='.mx.'" contains=doxygenHtmlSpecial,@Spell keepend'
169 syn match doxygenSmallSpecial contained +[@\\]\(\<[npcbea]\>\|\<em\>\|\<ref\>\|\<link\>\|f\$\|[$\\&<>#]\)\@=+ nextgroup=doxygenOtherLink,doxygenHyperLink,doxygenHashLink,doxygenFormula,doxygenSymbol,doxygenSpecial.*Word
173 " doxygenOtherLink,doxygenSymbol,doxygenFormula,doxygenErrorSpecial,doxygenSpecial.*Word
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m253 subject2.Element.Word.Data = (UInt8 *)&selector;
254 subject2.Element.Word.Length = sizeof(selector);
/macosx-10.10.1/dtrace-147/libelf/
H A Dxlate.m497 * Sword, and Word use 4 bytes, but the memory def's for
278 define(Word, `
285 Word(L)
286 Word(M,1)
H A Dxlate64.m4103 * Sword, and Word use 4 bytes, but the memory def's for
321 define(Word, `
328 Word(L)
329 Word(M,1)
/macosx-10.10.1/ruby-106/ruby/tool/
H A Denc-unicode.rb18 POSIX_NAMES = %w[NEWLINE Alpha Blank Cntrl Digit Graph Lower Print Punct Space Upper XDigit Word Alnum ASCII]
120 data['Word'] = data['Alpha'] + data['Mark'] + data['Digit'] + data['Connector_Punctuation']
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab1499 |name match *.doc Microsoft Word Document application/x-ms-word
1500 |name match *.dot Microsoft Word Template application/x-ms-word
1695 |name match *.wbk Microsoft Word Backup Document application/x-ms-word
1696 |name match *.wiz Microsoft Word Wizard application/x-ms-word
1697 |name match *.wll Microsoft Word Addin application/x-ms-word
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c128 subject2.Element.Word.Data = (UInt8 *)&selector;
129 subject2.Element.Word.Length = sizeof(selector);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexelf.c685 ElfW(Word) old_bss_size, new_data2_size;
872 ElfW(Word) alignment = (NEW_PROGRAM_H (n)).p_align;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dparse.tcl193 Word {
194 # Word nodes we ignore. They are just argument
209 if {($parentt eq "Command") || ($parentt eq "Word")} {
291 Word {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dparse.tcl192 Word {
193 # Word nodes we ignore. They are just argument
208 if {($parentt eq "Command") || ($parentt eq "Word")} {
290 Word {

Completed in 246 milliseconds

1234