/titanic_41/usr/src/lib/libkmf/ber_der/inc/ |
H A D | kmfber_int.h | 94 #ifdef SAFEMEMCPY 95 #undef SAFEMEMCPY 96 #define SAFEMEMCPY(d, s, n) memmove(d, s, n); macro
|
H A D | ber_der.h | 90 #define SAFEMEMCPY(d, s, n) memmove(d, s, n) macro
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | lber-int.h | 271 #ifdef SAFEMEMCPY 272 #undef SAFEMEMCPY 273 #define SAFEMEMCPY(d,s,n) if (1 == n) *((char*)d) = *((char*)s); else THEMEMCPY(d,s,n); macro
|
H A D | encode.c | 467 SAFEMEMCPY( (*sos)->sos_first + taglen + in ber_put_seqorset() 491 SAFEMEMCPY( (*sos)->sos_first, (char *) &ntag + in ber_put_seqorset() 500 SAFEMEMCPY( (*sos)->sos_first + 1, <ag, 1 ); in ber_put_seqorset() 505 SAFEMEMCPY( (*sos)->sos_first + 2, in ber_put_seqorset() 516 SAFEMEMCPY( (*sos)->sos_first + taglen + in ber_put_seqorset() 522 SAFEMEMCPY( (*sos)->sos_first + taglen + 1, in ber_put_seqorset()
|
H A D | io.c | 218 SAFEMEMCPY( buf, ber->ber_ptr, (size_t)actuallen ); in ber_read() 260 SAFEMEMCPY( ber->ber_buf, oldbuf, have_bytes ); in nslberi_ber_realloc() 304 SAFEMEMCPY( ber->ber_ptr, buf, (size_t)len ); in ber_write() 312 SAFEMEMCPY( ber->ber_sos->sos_ptr, buf, (size_t)len ); in ber_write() 1254 SAFEMEMCPY( new->bv_val, ber->ber_buf, (size_t)len ); in ber_flatten()
|
H A D | decode.c | 253 SAFEMEMCPY( buf, transbuf, datalen ); in ber_get_stringb() 737 SAFEMEMCPY( new->bv_val, bv->bv_val, (size_t) bv->bv_len ); in ber_bvdup()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 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
|
/titanic_41/usr/src/head/ |
H A D | lber.h | 42 #define SAFEMEMCPY(d, s, n) bcopy(s, d, n) macro 44 #define SAFEMEMCPY(d, s, n) memmove(d, s, n)
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | dsparse.c | 144 SAFEMEMCPY( line, linestart, p - linestart ); in next_line()
|
H A D | getfilter.c | 334 if ( flen > 0 ) SAFEMEMCPY( f, v, flen ); in filter_add_strn() 337 if ( vlen > 0 ) SAFEMEMCPY( f, v, vlen ); in filter_add_strn()
|
H A D | getdxbyname.c | 213 SAFEMEMCPY( dxs[ dx_count ], r, txt_len ); in decode_answer()
|
H A D | sasl.c | 167 SAFEMEMCPY( buf, sb->sb_sasl_iptr, ret ); in nsldapi_sasl_read() 246 SAFEMEMCPY( sb->sb_sasl_ibuf, dbuf, dlen ); in nsldapi_sasl_read() 251 SAFEMEMCPY( buf, sb->sb_sasl_iptr, ret ); in nsldapi_sasl_read()
|
H A D | getdn.c | 296 SAFEMEMCPY( rdns[ count-1 ], rdnstart, in ldap_explode()
|
H A D | control.c | 432 SAFEMEMCPY( ctrl_dst->ldctl_value.bv_val, in ldap_control_copy_contents()
|
H A D | open.c | 482 SAFEMEMCPY( ld, &nsldapi_ld_defaults, sizeof( struct ldap )); in ldap_init()
|
H A D | os-ip.c | 646 SAFEMEMCPY( (char *) &sin.sin_addr.s_addr,
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | fileurl.c | 315 SAFEMEMCPY( bvp->bv_val, value, vlen ); in ldaptool_berval_from_ldif_value()
|