Searched refs:me (Results 201 - 225 of 842) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.cpp49 CFRef<SecCodeRef> me; local
50 if (!SecCodeCopySelf(kSecCSDefaultFlags, &me.aref()))
51 return new OSXCodeWrap(me);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dmain.cpp66 static void usage(const char *me) __attribute__((noreturn));
306 static void usage(const char *me) argument
315 "\n", me);
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c165 struct sockaddr_storage me; local
373 len = sizeof(me);
374 if (getsockname(fd, (struct sockaddr *)&me, &len) == 0) {
375 switch (me.ss_family) {
377 ((struct sockaddr_in *)&me)->sin_port = 0;
380 ((struct sockaddr_in6 *)&me)->sin6_port = 0;
387 memset(&me, 0, sizeof(me));
388 me.ss_family = from.ss_family;
389 me
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dun.rb339 open(__FILE__) do |me|
340 while me.gets("##\n")
341 if help = me.gets("\n\n")
/macosx-10.10/vim-55/runtime/syntax/
H A Dchill.vim45 syn match chillSpaceError " \+\t"me=e-1
77 syntax region chillCommentString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=chillSpecial,chillCommentSkip
111 syn match chillUserCont "^\s*\I\i*\s*:[^:]"me=e-1 contains=chillUserLabel
112 syn match chillUserCont ";\s*\I\i*\s*:[^:]"me=e-1 contains=chillUserLabel
117 syn match chillBitField "^\s*\I\i*\s*:\s*[1-9]"me=e-1
118 syn match chillBitField ";\s*\I\i*\s*:\s*[1-9]"me=e-1
H A Dmake.vim42 syn match makeIdent "^ *\a\w*\s*[:+?!*]="me=e-2
43 syn match makeIdent "^ *\a\w*\s*="me=e-1
51 syn match makeImplicit "^\.[A-Za-z0-9_./\t -]\+\s*:[^=]"me=e-2 nextgroup=makeSource
52 syn match makeImplicit "^\.[A-Za-z0-9_./\t -]\+\s*:$"me=e-1 nextgroup=makeSource
54 syn region makeTarget transparent matchgroup=makeTarget start="^[A-Za-z0-9_./$()%-][A-Za-z0-9_./\t $()%-]*:\{1,2}[^:=]"rs=e-1 end=";"re=e-1,me=e-1 end="[^\\]$" keepend contains=makeIdent,makeSpecTarget,makeNextLine skipnl nextGroup=makeCommands
61 syn region makeCommands start=";"hs=s+1 start="^\t" end="^[^\t#]"me=e-1,re=e-1 end="^$" contained contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString nextgroup=makeCommandError
H A Dsh.vim103 syn region shEcho matchgroup=shStatement start="\<echo\>" skip="\\$" matchgroup=shEchoDelim end="$" matchgroup=NONE end="[<>;&|()]"me=e-1 end="\d[<>]"me=e-2 end="\s#"me=e-2 contains=@shEchoList skipwhite nextgroup=shQuickComment
104 syn region shEcho matchgroup=shStatement start="\<print\>" skip="\\$" matchgroup=shEchoDelim end="$" matchgroup=NONE end="[<>;&|()]"me=e-1 end="\d[<>]"me=e-2 end="\s#"me=e-2 contains=@shEchoList skipwhite nextgroup=shQuickComment
108 syn region shEmbeddedEcho contained matchgroup=shStatement start="\<print\>" skip="\\$" matchgroup=shEchoDelim end="$" matchgroup=NONE end="[<>;&|`)]"me=e-1 end="\d[<>]"me=e-2 end="\s#"me=e-2 contains=shNumber,shExSingleQuote,shSingleQuote,shDeref,shDerefSimple,shSpecialVar,shOperator,shExDoubleQuote,shDoubleQuote,shCharClass,shCtrlSeq
161 syn region shTest transparent matchgroup=shStatement start="\<test\s" skip=+\\\\\|\\$+ matchgroup=NONE end="[;&|]"me
[all...]
H A Djava.vim115 syn match javaSpaceError " \+\t"me=e-1
136 syn region javaCommentString contained start=+"+ end=+"+ end=+$+ end=+\*/+me=s-1,he=s-1 contains=javaSpecial,javaCommentStar,javaSpecialChar,@Spell
145 syn match javaCommentStar contained "^\s*\*[^/]"me=e-1
165 syn region javaCommentTitle contained matchgroup=javaDocComment start="/\*\*" matchgroup=javaCommentTitle keepend end="\.$" end="\.[ \t\r<&]"me=e-1 end="[^{]@"me=s-2,he=s-1 end="\*/"me=s-1,he=s-1 contains=@javaHtml,javaCommentStar,javaTodo,@Spell,javaDocTags,javaDocSeeTag
234 syn match javaDebug "\<System\.\(out\|err\)\.print\(ln\)*\s*("me=e-1 contains=javaDebug.* nextgroup=javaDebugParen
235 syn match javaDebug "\<p\s*("me=e-1 contains=javaDebug.* nextgroup=javaDebugParen
236 syn match javaDebug "[A-Za-z][a-zA-Z0-9_]*\.printStackTrace\s*("me=e-1 contains=javaDebug.* nextgroup=javaDebugParen
237 syn match javaDebug "\<trace[SL]\=\s*("me
[all...]
H A Dmonk.vim41 syn region monkQuoted matchgroup=Delimiter start="['`]" end=![ \t()";]!me=e-1 contains=ALLBUT,monkStruc,monkSyntax,monkFunc
49 syn region monkUnquote matchgroup=Delimiter start="," end=![ \t()";]!me=e-1 contains=ALLBUT,monkStruc,monkSyntax,monkFunc
50 syn region monkUnquote matchgroup=Delimiter start=",@" end=![ \t()";]!me=e-1 contains=ALLBUT,monkStruc,monkSyntax,monkFunc
141 syn match monkOther oneline ![+-][ \t()";]!me=e-1
146 syn match monkDelimiter oneline !\.[ \t()";]!me=e-1
172 syn match monkConstant oneline ,\*[-a-z!$%&*/:<=>?^_~0-9+.@]*\*[ \t()";],me=e-1
176 syn match monkConstant oneline ,<[-a-z!$%&*/:<=>?^_~0-9+.@]*>[ \t()";],me=e-1
H A Dforth.vim11 " wordlist. If you use this language, please improve it, and send me
14 " Before sending me patches, please download the newest version of this file
30 " Benjamin Krill <ben at codiert dot org> send me a patch
43 " in the offical version of this file. Shame on me.
47 " Thomas E. Vaughan <tevaugha at ball dot com> send me a patch
52 " Andrew Gaul <andrew at gaul.org> send me a patch for
60 " Charles Shattuck <charley at forth dot org> helped me to settle up with the
64 " Charles Shattuck <charley at forth dot org> send me some code for correctly
108 syn match forthSpaceError display " \+\t"me=e-1
H A Dcsp.vim11 " fix them and notify me, the maintainer.
52 syn match cspOperator "[^|]||[^|]"lc=1,me=e-1
53 syn match cspOperator "[^|{\~]|[^|}\~]"lc=1,me=e-1
56 syn match cspOperator "\[[^>]"me=e-1
66 " syn match cspDelimiter "{[^-|]"me=e-1
H A Ddocbk.vim120 syn region docbkRegion start="<emphasis>"lc=10 end="</emphasis>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
121 syn region docbkTitle start="<title>"lc=7 end="</title>"me=e-8 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
122 syn region docbkRemark start="<remark>"lc=8 end="</remark>"me=e-9 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
123 syn region docbkRemark start="<comment>"lc=9 end="</comment>"me=e-10 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
124 syn region docbkCite start="<citation>"lc=10 end="</citation>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
H A Dpike.vim68 syntax region pikeCommentString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=pikeSpecial,pikeCommentSkip
97 syn match pikeUserLabel "^\s*\I\i*\s*:[^:]"me=e-1
98 syn match pikeUserLabel ";\s*\I\i*\s*:[^:]"ms=s+1,me=e-1
101 syn match pikeBitField "^\s*\I\i*\s*:\s*[1-9]"me=e-1
102 syn match pikeBitField ";\s*\I\i*\s*:\s*[1-9]"me=e-1
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp336 IOFireWireUnitInfo * me; local
338 me = OSTypeAlloc( IOFireWireUnitInfo );
340 return me;
535 IOFireWireDevice *me = (IOFireWireDevice *)refcon; local
537 me->fControl->closeGate();
539 //IOLog("terminating FW device %p\n", me);
542 me->lockForArbitration();
543 if( me->fNodeID == kFWBadNodeID && !me->isInactive() && !me
[all...]
H A DIOFWUserPseudoAddressSpace.cpp372 IOFWUserPseudoAddressSpace * me = (IOFWUserPseudoAddressSpace*)self; local
376 me->deactivate();
797 IOFWUserPseudoAddressSpace* me = (IOFWUserPseudoAddressSpace*)refCon ; local
799 if ( 0 == me->fReadAsyncNotificationRef[0] )
802 return me->doPacket( nodeID, speed, addr, len, buf, reqrefcon, IOFWPacketHeader::kReadPacket) ;
815 IOFWUserPseudoAddressSpace* me = (IOFWUserPseudoAddressSpace*)refCon ; local
817 return me->doPacket( nodeID, speed, addr, len, buf, reqrefcon, IOFWPacketHeader::kIncomingPacket ) ;
/macosx-10.10/ruby-106/ruby/
H A Dvm.c990 rb_vm_check_redefinition_opt_method(const rb_method_entry_t *me, VALUE klass) argument
993 if (!me->def || me->def->type == VM_METHOD_TYPE_CFUNC) {
994 if (st_lookup(vm_opt_method_table, (st_data_t)me, &bop)) {
1006 rb_method_entry_t *me = (rb_method_entry_t *)value; local
1010 if (newme != me)
1011 rb_vm_check_redefinition_opt_method(me, me->klass);
1026 rb_method_entry_t *me; local
1027 if (st_lookup(RCLASS_M_TBL(klass), mid, (void *)&me)
1223 const rb_method_entry_t *me = th->cfp->me; local
[all...]
H A Deval.c652 VALUE klass = cfp->me->klass;
654 ID mid = cfp->me->called_id;
816 /* TODO: fix me */
835 return cfp->me;
846 if (cfp->me) {
847 return cfp->me->def->original_id;
857 cfp->me = me_local;
876 if (cfp->me) {
877 return cfp->me->called_id;
887 cfp->me
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.cpp98 IOFireWireSBP2LibLUN * me; local
101 me = new IOFireWireSBP2LibLUN;
102 if( me )
105 me->addRef();
106 interface = (IOCFPlugInInterface **) &me->fIOCFPlugInInterface.pseudoVTable;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbookc.py35 r = me = ABGetMe(ref)
49 name = ABCopyRecordTypeFromUniqueId(ref, ABRecordCopyUniqueId(me))
71 v = ABCopyRecordForUniqueId(ref, ABRecordCopyUniqueId(me))
96 v = ABRecordCopyRecordType(me)
278 idx = ABBeginLoadingImageDataForClient(me, callback, 99)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbookc.py35 r = me = ABGetMe(ref)
49 name = ABCopyRecordTypeFromUniqueId(ref, ABRecordCopyUniqueId(me))
71 v = ABCopyRecordForUniqueId(ref, ABRecordCopyUniqueId(me))
96 v = ABRecordCopyRecordType(me)
278 idx = ABBeginLoadingImageDataForClient(me, callback, 99)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/PyObjCTest/
H A Dtest_abaddressbookc.py45 r = me = ABGetMe(ref)
59 name = ABCopyRecordTypeFromUniqueId(ref, ABRecordCopyUniqueId(me))
81 v = ABCopyRecordForUniqueId(ref, ABRecordCopyUniqueId(me))
106 v = ABRecordCopyRecordType(me)
287 idx = ABBeginLoadingImageDataForClient(me, callback, 99)
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.cpp261 NuDCLPoolCOM * me = nil; local
263 me = new NuDCLPoolCOM( device, capacity ) ;
267 return (nil == me) ? nil : reinterpret_cast<const IUnknownVTbl**>( & me->GetInterface() ) ;
308 NuDCLPoolCOM* me = IOFireWireIUnknown::InterfaceMap< NuDCLPoolCOM >::GetThis( self ) ; local
309 CFIndex count = ::CFArrayGetCount( me->fProgram ) ;
314 reinterpret_cast<const NuDCL*>( ::CFArrayGetValueAtIndex( me->fProgram, index ) )->Print( OUTPUT_FILE ) ;
428 NuDCLPoolCOM* me = IOFireWireIUnknown::InterfaceMap<NuDCLPoolCOM>::GetThis( self ) ; local
430 CFIndex count = ::CFArrayGetCount( me->fProgram ) ;
431 CFIndex index = ::CFArrayGetFirstIndexOfValue( me
[all...]
H A DIOFireWireLibDevice.cpp556 Device* me = IOFireWireIUnknown::InterfaceMap<Device>::GetThis(refCon) ; local
558 if (me->mBusResetHandler)
559 (me->mBusResetHandler)( (IOFireWireLibDeviceRef)refCon, (FWClientCommandID) me) ;
567 Device* me = IOFireWireIUnknown::InterfaceMap<Device>::GetThis(refCon) ; local
569 if (me->mBusResetDoneHandler)
570 (me->mBusResetDoneHandler)( (IOFireWireLibDeviceRef)refCon, (FWClientCommandID) me) ;
2034 DeviceCOM* me = nil ; local
2037 me
2111 DeviceCOM* me = IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis( self ) ; local
[all...]
/macosx-10.10/autofs-246/automountd/
H A Dautod_nfs.c144 mount_nfs(struct mapent *me, char *mntpnt, char *prevhost, boolean_t isdirect, argument
155 mfs = enum_servers(me, prevhost);
164 if (is_nfs_port(me->map_mntopts)) {
168 mntpnt, me->map_mntopts);
179 err = nfsmount(mfs, mntpnt, me->map_mntopts, isdirect,
484 enum_servers(struct mapent *me, char *preferred) argument
491 if (!me->map_fs->mfs_next) {
492 p = add_mfs(me->map_fs, DIST_OTHER, &mfs_head, &mfs_tail);
498 dump_mfs(me->map_fs, " enum_servers: mapent: ", 2);
507 for (m1 = me
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dinformal-protocol.m129 PyObjCInformalProtocol* me = (PyObjCInformalProtocol*)self;
132 err = visit(me->name, handle);
134 err = visit(me->selectors, handle);

Completed in 1176 milliseconds

1234567891011>>