Searched refs:resdata (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dextended.c194 struct berval *resdata; local
244 resdata = NULL;
273 /* we have a resdata */
274 if( ber_scanf( ber, "O", &resdata ) == LBER_ERROR ) {
291 *retdatap = resdata;
293 ber_bvfree( resdata );
319 struct berval *resdata; local
358 resdata = NULL;
382 /* we have a resdata */
383 if( ber_scanf( ber, "O", &resdata )
[all...]
H A Dresult.c954 struct berval resdata;
956 if ( ber_scanf( &tmpber, "m", &resdata ) == LBER_ERROR ) {
/netbsd-current/sys/arch/prep/prep/
H A Dmachdep.c111 RESIDUAL resdata; variable
135 memcpy(&resdata, resinfo->addr, sizeof(resdata));
136 res = &resdata;
/netbsd-current/sys/arch/prep/pnpbus/
H A Dnvram_pnpbus.c69 extern RESIDUAL resdata;
452 rdata = (char *)&resdata;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drescoff.c335 const bfd_byte *resdata;
351 resdata = flaginfo->data + (rva - flaginfo->secaddr);
353 if (size > (rc_uint_type) (flaginfo->data_end - resdata))
356 r = bin_to_res (wrbfd, *type, resdata, size);
334 const bfd_byte *resdata; local
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c335 const bfd_byte *resdata;
351 resdata = flaginfo->data + (rva - flaginfo->secaddr);
353 if (size > (rc_uint_type) (flaginfo->data_end - resdata))
356 r = bin_to_res (wrbfd, *type, resdata, size);
334 const bfd_byte *resdata; local
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drescoff.c335 const bfd_byte *resdata;
351 resdata = flaginfo->data + (rva - flaginfo->secaddr);
353 if (size > (rc_uint_type) (flaginfo->data_end - resdata))
356 r = bin_to_res (wrbfd, *type, resdata, size);
334 const bfd_byte *resdata; local

Completed in 288 milliseconds