Searched refs:_match (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dtermlib.c22 static int _match __ARGS((char *, char *));
105 if (tmp+tlen == nexttmp && _match(tmp, term) == tlen)
162 _match(tptr, term) == tlen) /* FOUND! */
295 if (_match(id, tmp) == len) {
584 _match(s1, s2) /* returns length of text common to s1 and s2 */ function
/macosx-10.10/zlib-55/zlib/
H A DMakefile115 $(CPP) match.S > _match.s
116 $(CC) -c _match.s
117 mv _match.o match.o
118 rm -f _match.s
121 $(CPP) match.S > _match.s
122 $(CC) -c -fPIC _match.s
123 mv _match.o match.lo
124 rm -f _match.s
225 _match.s maketree contrib/infback9/*.o
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitration.c476 CFDataRef _match = NULL; local
479 if ( match ) _match = _DASerializeDiskDescription( kCFAllocatorDefault, match );
487 ( vm_address_t ) ( _match ? CFDataGetBytePtr( _match ) : 0 ),
488 ( mach_msg_type_number_t ) ( _match ? CFDataGetLength( _match ) : 0 ),
492 if ( _match ) CFRelease( _match );
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAServer.defs106 _match : ___vm_address_t;
H A DDAServer.c1718 vm_address_t _match,
1743 if ( _match )
1745 match = _DAUnserializeDiskDescriptionWithBytes( kCFAllocatorDefault, _match, _matchSize );
1713 _DAServerSessionRegisterCallback( mach_port_t _session, mach_vm_offset_t _address, mach_vm_offset_t _context, int32_t _kind, int32_t _order, vm_address_t _match, mach_msg_type_number_t _matchSize, vm_address_t _watch, mach_msg_type_number_t _watchSize ) argument
/macosx-10.10/ksh-23/ksh/src/lib/libsum/
H A Dsumlib.c175 #define METHOD(x) x##_match,x##_description,x##_options,x##_open,x##_init,x##_block,x##_data,x##_print,x##_done,x##_scale

Completed in 91 milliseconds