Searched refs:SAFEMEMCPY (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h94 #ifdef SAFEMEMCPY
95 #undef SAFEMEMCPY macro
96 #define SAFEMEMCPY(d, s, n) memmove(d, s, n); macro
H A Dber_der.h90 #define SAFEMEMCPY(d, s, n) memmove(d, s, n) macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h271 #ifdef SAFEMEMCPY
272 #undef SAFEMEMCPY macro
273 #define SAFEMEMCPY(d,s,n) if (1 == n) *((char*)d) = *((char*)s); else THEMEMCPY(d,s,n); macro
H A Dencode.c467 SAFEMEMCPY( (*sos)->sos_first + taglen +
491 SAFEMEMCPY( (*sos)->sos_first, (char *) &ntag +
500 SAFEMEMCPY( (*sos)->sos_first + 1, &ltag, 1 );
505 SAFEMEMCPY( (*sos)->sos_first + 2,
516 SAFEMEMCPY( (*sos)->sos_first + taglen +
522 SAFEMEMCPY( (*sos)->sos_first + taglen + 1,
H A Dio.c218 SAFEMEMCPY( buf, ber->ber_ptr, (size_t)actuallen );
260 SAFEMEMCPY( ber->ber_buf, oldbuf, have_bytes );
304 SAFEMEMCPY( ber->ber_ptr, buf, (size_t)len );
312 SAFEMEMCPY( ber->ber_sos->sos_ptr, buf, (size_t)len );
1254 SAFEMEMCPY( new->bv_val, ber->ber_buf, (size_t)len );
H A Ddecode.c253 SAFEMEMCPY( buf, transbuf, datalen );
737 SAFEMEMCPY( new->bv_val, bv->bv_val, (size_t) bv->bv_len );
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h382 * SAFEMEMCPY is an overlap-safe copy from s to d of n bytes
387 #define SAFEMEMCPY( d, s, n ) BlockMoveData( (Ptr)s, (Ptr)d, n ) macro
390 #define SAFEMEMCPY( d, s, n ) bcopy( s, d, n ) macro
392 #define SAFEMEMCPY( d, s, n ) memmove( d, s, n ) macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c144 SAFEMEMCPY( line, linestart, p - linestart );
H A Dgetdxbyname.c213 SAFEMEMCPY( dxs[ dx_count ], r, txt_len );
H A Dgetfilter.c334 if ( flen > 0 ) SAFEMEMCPY( f, v, flen );
337 if ( vlen > 0 ) SAFEMEMCPY( f, v, vlen );
H A Dgetdn.c296 SAFEMEMCPY( rdns[ count-1 ], rdnstart,
H A Dcontrol.c432 SAFEMEMCPY( ctrl_dst->ldctl_value.bv_val,
H A Dsasl.c167 SAFEMEMCPY( buf, sb->sb_sasl_iptr, ret );
246 SAFEMEMCPY( sb->sb_sasl_ibuf, dbuf, dlen );
251 SAFEMEMCPY( buf, sb->sb_sasl_iptr, ret );
H A Dopen.c482 SAFEMEMCPY( ld, &nsldapi_ld_defaults, sizeof( struct ldap ));
H A Dos-ip.c646 SAFEMEMCPY( (char *) &sin.sin_addr.s_addr,
/illumos-gate/usr/src/head/
H A Dlber.h42 #define SAFEMEMCPY(d, s, n) bcopy(s, d, n) macro
44 #define SAFEMEMCPY(d, s, n) memmove(d, s, n) macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c315 SAFEMEMCPY( bvp->bv_val, value, vlen );

Completed in 115 milliseconds